Search found 106 matches

by Patou
06 Nov 2020, 14:32
Forum: ESP Easy: Software
Topic: Rules for bathroom ventilation
Replies: 7
Views: 22281

Re: Rules for bathroom ventilation

One ac adapter is the power supply (on the board)
The other monitors the on /off of the light
by Patou
05 Nov 2020, 22:07
Forum: ESP Easy: Software
Topic: Rules for bathroom ventilation
Replies: 7
Views: 22281

Re: Rules for bathroom ventilation

Hello, I made recently a bathroom fan control based on light on / off ( lux detection was not possible because our bathroom has a window!). The control is based on the idea to mesure the humidity when the light is switched on, to switch the fan if the humidity value is above a certain level for me :...
by Patou
30 Apr 2020, 08:15
Forum: ESP Easy: Hardware
Topic: PCB for ESP 8266 controlling 2 or 4 relays with or without I2C connection
Replies: 4
Views: 8443

Re: PCB for ESP 8266 controlling 2 or 4 relays with or without I2C connection

There is no diode bridge
On the pcb there is the choice to integrate
Or the Hlk pm1
Or the Dc/Dc converter B1205S2W
Or the 7805
Hope this clear
Patou
by Patou
29 Apr 2020, 22:53
Forum: ESP Easy: Hardware
Topic: PCB for ESP 8266 controlling 2 or 4 relays with or without I2C connection
Replies: 4
Views: 8443

Re: PCB for ESP 8266 controlling 2 or 4 relays with or without I2C connection

Hello This board wants to have different power supply possibilities 1. Ac power supply with Hlk pm01 give 5 V supply 2. 12 VDC used in other applications If opto isolator is used for the digital inputs the DC/DC converter must also be isolated so use of B1205S 2W 3. Use of 12 VDC without isolation w...
by Patou
29 Apr 2020, 22:08
Forum: ESP Easy: Hardware
Topic: PCB for ESP 8266 controlling 2 or 4 relays with or without I2C connection
Replies: 4
Views: 8443

PCB for ESP 8266 controlling 2 or 4 relays with or without I2C connection

Hello I could read a lot of topics in this forum and learn from it but until now I did not publish a project. Reaction is always very quick on questions and bugs .... Thanks for all I have develloped a PCB able to control shutter with 2 relays, push button inputs (opto isolated) and I2c connection. ...
by Patou
17 Apr 2020, 20:51
Forum: ESP Easy: Software
Topic: Compare systime with hours / minuts stored in dummy var
Replies: 2
Views: 8709

Compare systime with hours / minuts stored in dummy var

Hello, To make a kind of sheduler I want to compare the %systime% to a time stored in a dummy variable or mqtt helper. Dummy#var1 = 11 ( 11 o-clock) Dummy#var2 = 30 ( 30 minuts) This is simple to write over mqtt from a controller. rule line should be : if %systime% > 11:30 .... Can i transform 11:30...
by Patou
07 Apr 2020, 15:26
Forum: ESP Easy: Software
Topic: Syntax for send event via MQTT
Replies: 2
Views: 4883

Re: Syntax for send event via MQTT (solved)

Hello Thanks for your answer Actually I use domoticz and Home assistant The mqtt controller was set to domoticz. This is no problem for publishing topics to Home assistant, receiving messages to the generic mqtt helper but do not work with the %sysname%/cmd commands I set the mqtt controller to home...
by Patou
07 Apr 2020, 03:29
Forum: ESP Easy: Software
Topic: Syntax for send event via MQTT
Replies: 2
Views: 4883

Syntax for send event via MQTT

Hello friends, Sorry I do not find the correct syntax to send a MQTT command from Home assistant to Esp easy I have tried : command_topic: 'Esp1/cmd' payload_on: '=event,ValveOn' payload_off: '=event,ValveOff' command_topic: 'Esp1/cmd' payload_on: 'event,ValveOn' payload_off: 'event,ValveOff' comman...
by Patou
19 Feb 2020, 09:50
Forum: ESP Easy: Software
Topic: Setting OLED Contrast
Replies: 7
Views: 6184

Re: Setting OLED Contrast

Hello,
Just a mistake in the command name ....
it should be : OledFRAMEDCmd,Display,.... on/off/low...
Patou
by Patou
30 Jan 2020, 15:05
Forum: ESP Easy: Software
Topic: UDP communication two espeasy
Replies: 2
Views: 4527

Re: UDP communication two espeasy

Hello Have a look at following : https://espeasy.readthedocs.io/en/latest/Controller/C013.html#c013-page Use Dummy Device in the sending unit normally the same dummy device will appears after some time in the receiving unit you can also use the sendHttp in rules Syntax Extra information http://<espe...
by Patou
20 Jan 2020, 15:06
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 53669

Re: Change PWM Frequency ?

I do not understand what you are doing.
You apply 3.3 VDC to a 12 VDC fan and it is running at nominal speed ???
Applying 0.02 V ( pwm 0) does not stop the fan ???
Very strange
Please give more details
Patou
by Patou
19 Jan 2020, 14:33
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 53669

Re: Change PWM Frequency ?

Strange thing fan voltage is 12 VDC and at 1023 pwm value you measure only 3.3 VDC this is probably at the output of the pwm terminal.
Did you place a transistor between the pwm terminal at 3.3 VDC and the fan with a 12 VDC power supply ?
Patou
by Patou
18 Jan 2020, 12:03
Forum: ESP Easy: Software
Topic: Change PWM Frequency ?
Replies: 38
Views: 53669

Re: Change PWM Frequency ?

Hello
A fan is a quadratic load so even with low voltage the speed is still high.
Please measure the voltage at the fan terminal for different setting from 0 to 1023 and report
Have a nice day
Patou
by Patou
01 Dec 2019, 22:25
Forum: ESP Easy: Software
Topic: OLEDCMD command and nb of chr in command display
Replies: 4
Views: 5504

Re: OLEDCMD command and nb of chr in command display

Sorry it works with OLEDFRAMEDCMD !!
Thanks for your help !!
by Patou
01 Dec 2019, 22:19
Forum: ESP Easy: Software
Topic: OLEDCMD command and nb of chr in command display
Replies: 4
Views: 5504

Re: OLEDCMD command and nb of chr in command display

Hello
this is the command :

Code: Select all

On Up#State=11 do
  OledCmd,on
endon

On Down#State=11 do
 OledCmd,off
endon
Is it possible to switch OLED frame plugin with OLEDCMD,off /on ?
by Patou
01 Dec 2019, 19:06
Forum: ESP Easy: Software
Topic: OLEDCMD command and nb of chr in command display
Replies: 4
Views: 5504

OLEDCMD command and nb of chr in command display

Hello friends, I am using actually ESP_Easy_mega-20191116_normal_ESP8266_4M1M.bin Probably 1 bug : It seems that the command OLEDCMD, on /,off, /clear is not working in this version nor in rules nor in direct command Limitation : The nb of chr in the commands line seems limited to 32 chr. ( this is ...
by Patou
01 Dec 2019, 18:25
Forum: ESP Easy: Software
Topic: Taskrun in rules
Replies: 3
Views: 5026

Re: Taskrun in rules

Should I open an issues in Github ?
by Patou
01 Dec 2019, 17:22
Forum: ESP Easy: Software
Topic: Taskrun in rules
Replies: 3
Views: 5026

Taskrun in rules

Hello friends, I am using actually ESP_Easy_mega-20191116_normal_ESP8266_4M1M.bin I increment/decrement a setpoint by push button Up and Down in var 1 I also display this set point on Oled Frame display The refresh rate of the display is set to 30 sec because it shows temperature data But when setpo...
by Patou
02 Nov 2019, 22:03
Forum: ESP Easy: Software
Topic: Exchange dummy variables between 2 espeasy.
Replies: 7
Views: 8401

Re: Exchange dummy variables between 2 espeasy.

Hello, An easy way to communicate from one esp to the other is using espeasy p2p udp controller it is explained here : https://espeasy.readthedocs.io/en/latest/Controller/C013.html#c013-page Please read also some post as : [Solved] mega 0805 is ok after that version change > no p2p anymore ? https:/...
by Patou
27 Oct 2019, 15:51
Forum: ESP Easy: Hardware
Topic: Is it safe to use transistor to switch 12v LED how to protect ESP8266 GPIO
Replies: 1
Views: 7426

Re: Is it safe to use transistor to switch 12v LED how to protect ESP8266 GPIO

Max output current gpio is 12 mA Let,s take 6 mA to be safe for our calculation With 6 mA base/emitter current and transistor gain of 60 to 300 collector/emitter current could be 360 ... 1800 mA . Max c/e current of transistor is 500 mA Output gpio 3.3 v voltage drop b/e 0.6 v = 2.7 v Resistor value...
by Patou
09 Oct 2019, 22:53
Forum: ESP Easy: Software
Topic: Magnetic Switch is not stable
Replies: 6
Views: 6804

Re: Magnetic Switch is not stable

, enable filtering in the plugin settings. -> where can I enable filtering?
Answer : it is the denounce variable in the plugin
by Patou
08 Oct 2019, 18:50
Forum: ESP Easy: Software
Topic: Magnetic Switch is not stable
Replies: 6
Views: 6804

Re: Magnetic Switch is not stable

Please monitor the voltage on the gpio input pin to see if it is stable Please check if the used gpio input has a pull up resistor if not put one around 10 k Your switch should be connected between gpio input and gnd You can add a capacitor of about 10 mf between input and gnd On the input configura...
by Patou
22 Sep 2019, 10:27
Forum: ESP Easy: General Discussion
Topic: DS18b20.....again
Replies: 6
Views: 11299

Re: DS18b20.....again

The important think is the capacitor value not the technology used
So it should work as it was an electrolytic one
by Patou
22 Sep 2019, 10:23
Forum: ESP Easy: Hardware
Topic: ESPEasy with Sonoff 4Ch Pro and RF
Replies: 4
Views: 5780

Re: ESPEasy with Sonoff 4Ch Pro and RF

OK thanks it works
by Patou
21 Sep 2019, 20:52
Forum: ESP Easy: Hardware
Topic: ESPEasy with Sonoff 4Ch Pro and RF
Replies: 4
Views: 5780

Re: ESPEasy with Sonoff 4Ch Pro and RF

Hello Bert
How did you disable the Rf 433 mhz system ?
by Patou
19 Sep 2019, 21:25
Forum: ESP Easy: Hardware
Topic: [SOLVED] Sonoff 4ch pro R2 random switching
Replies: 20
Views: 29454

Re: Sonoff 4ch pro R2 random switching

Hello I have the same problem ... In my case the outputs are switched off randomly once or twice per evening And not switched ON !!!! When this happens , on the log I see clearly that an order to switch off has been given Those units have also a remote control on 433 Mhz !!! I suspect that there are...
by Patou
18 Sep 2019, 00:30
Forum: ESP Easy: Software
Topic: MQTT command to communicate between esp units
Replies: 2
Views: 5444

Re: MQTT command to communicate between esp units

Thanks for your answer
I will try this way and look at some other post.
Patou
by Patou
13 Sep 2019, 18:46
Forum: ESP Easy: Software
Topic: MQTT command to communicate between esp units
Replies: 2
Views: 5444

MQTT command to communicate between esp units

Hello Friends, Up to now I have used UDP to communicate between ESP units. Looking at the forum it seems that using MQTT is a better solution. I have a MQTT broker on NAS and I check it ... it works I found examples to communicate with Domoticz : like : Publish domoticz/in,{"command": &quo...
by Patou
01 Sep 2019, 17:09
Forum: ESP Easy: General Discussion
Topic: Feedback required: New sets of plugins/controllers
Replies: 20
Views: 25623

Re: Feedback required: New sets of plugins/controllers

Hello, I fully support Budman in his demand. To be flexible we should be able to compile our bin file. So a good tutorial to do it should be great. Most used actually and in project : - Dummy Device ( as long as we cannot use variables ) - I/O on GPIO - I/O over I2C : digital I/O (PCF 8574), analog ...
by Patou
20 Apr 2019, 21:33
Forum: ESP Easy: Hardware
Topic: High Current Relay Suggestion
Replies: 9
Views: 9182

Re: High Current Relay Suggestion

Hello, Please use a standard relay compatible with esp 8266 The contact of this relay can switch the coil current from the contactor For contactor see this example coil 120 VAC In 12 A : 2019-04-20_21h31_52.png https://www.aliexpress.com/item/CJX2-12-Air-Condition-General-Purpose-110-120V-Coil-20A-3...
by Patou
19 Apr 2019, 01:44
Forum: ESP Easy: Hardware
Topic: AC DIMMER PWM NODEMCU
Replies: 4
Views: 12097

Re: AC DIMMER PWM NODEMCU

Hello,
Have a look at this post https://forum.arduino.cc/index.php?topic=314773.0
2019-04-19_01h42_05.png
2019-04-19_01h42_05.png (51.6 KiB) Viewed 12028 times
Looks that this circuit can be fet with analog voltage ( pwm + filter can be OK)
Patou
by Patou
19 Apr 2019, 01:24
Forum: ESP Easy: General Discussion
Topic: Comments on the new UI?
Replies: 17
Views: 14095

Re: Comments on the new UI?

Hello Some remarks about the design of somes pages : - page "unit" : I should prefer to have the info in 2 or even 3 columns so that we can have all info of the unit without scroll the page - page "device" : show the enable button, for the temp sensors show port number, show acti...
by Patou
15 Apr 2019, 10:28
Forum: ESP Easy: General Discussion
Topic: UDP Controller only sending first value
Replies: 12
Views: 9925

Re: UDP Controller only sending first value

OK thanks
found my error
I choose generic udp controller instead of p2p udp
Thanks for your help
Patou
by Patou
14 Apr 2019, 20:06
Forum: ESP Easy: General Discussion
Topic: UDP Controller only sending first value
Replies: 12
Views: 9925

Re: UDP Controller only sending first value

hello
Thanks for your quick reaction
I found only this in the advanced settings
2019-04-14_20h05_29.png
2019-04-14_20h05_29.png (2.25 KiB) Viewed 9664 times
Is this what you means ?
Patou
by Patou
14 Apr 2019, 19:59
Forum: ESP Easy: General Discussion
Topic: UDP Controller only sending first value
Replies: 12
Views: 9925

Re: UDP Controller only sending first value

Hello I have same problem and cannot find what i am doing wrong ... Here is config of first esp config of second esp is identical 2019-04-14_18h54_29.png Config of UDP controller same in the 2 Esp : 2019-04-14_19h09_08.png I use dummy device in task 12 2019-04-14_19h11_01.png In the tutorial it is i...
by Patou
12 Apr 2019, 20:42
Forum: ESP Easy: Projects / Applications
Topic: Trying to find a schematic
Replies: 5
Views: 4385

Re: Trying to find a schematic

Look at a post of Patou in jan ... feb 2019
Projet is still running but not yet ready
Patou
by Patou
11 Mar 2019, 20:01
Forum: ESP Easy: General Discussion
Topic: "Use Save button" in input device ?
Replies: 2
Views: 2637

Re: "Use Save button" in input device ?

Thanks for the info
by Patou
11 Mar 2019, 13:17
Forum: ESP Easy: General Discussion
Topic: "Use Save button" in input device ?
Replies: 2
Views: 2637

"Use Save button" in input device ?

Hello, Can somebody explain what is the action of clicking the "Use Save Button" in the switch device. I discover with 3 Sonoff 4 CH Pro a strange behaviour : - All have the same firmware : ESP_Easy_mega-20181220_normal_ESP8285_1024.bin - All have the same rules - All have the same devices...
by Patou
06 Mar 2019, 22:29
Forum: ESP Easy: Software
Topic: Get the timer value
Replies: 35
Views: 20321

Re: Get the timer value

Pleas find enclosed a document explaining the let fucntion Found on several forum discussions Good reading Patou Esp Easy internal variables There are 16 definable internal variables : Let,<value number 1...16>,<float> Example Let,1,10 Let,2,20 Publish,Answer/%v1%+%v2%,(%v1%+%v2%) or Publish,Answer/...
by Patou
18 Feb 2019, 01:25
Forum: ESP Easy: Software
Topic: Push button Dimmer
Replies: 12
Views: 9395

Re: Push button Dimmer

Hello I found a solution with an external NE 555 to clock a frequency of about 2... 4 Hz. When Bp is pushed at every clock puls a variable is incremented and the result is used in a pwm command. If the internal pwm is used range : 0-1024 and step 32 gives about 10 sec from min to max with a reasonna...
by Patou
17 Feb 2019, 12:26
Forum: ESP Easy: Projects / Applications
Topic: Controlling a remote control
Replies: 1
Views: 2524

Re: Controlling a remote control

Hello, In principle this is possible - Check the voltage used in the remote if the voltage is 3.3 V then the levels are compatible so direct connection is possible - Generally the push button are at Vcc when open and goes to GND when pushed with a pullup resistor -Connect the commun of the push butt...
by Patou
15 Feb 2019, 22:06
Forum: ESP Easy: Software
Topic: Push button Dimmer
Replies: 12
Views: 9395

Re: Push button Dimmer

Hello
Thanks for your reaction
But I do not see how long pulse or double click will increment a variable from 0 to 4000 in let's say 100 increments ( 0,100,200,300, ... 4000) in a controlable time of about 2 to 10 sec
Please explain
Patou
by Patou
15 Feb 2019, 21:16
Forum: ESP Easy: Software
Topic: Push button Dimmer
Replies: 12
Views: 9395

Re: Push button Dimmer

Hello all, This rules works but the timerset on 1 sec is too slow is there a plan to have an instruction timerset in msec or even in 100 msec ? Or is there an other way to introduce a delay in the rules ? On BP-Up#State=1 do if [BP-Up#State]=1 event,up timerset,1,1 endif endon On Rules#timer=1 do if...
by Patou
13 Feb 2019, 23:00
Forum: ESP Easy: Software
Topic: Push button Dimmer
Replies: 12
Views: 9395

Re: Push button Dimmer

Hello I have posted this in may last year and get no answer Probably what i want to do is not so easy with rules based on events But maybe somebody reads this again and knows how to do Patou I want to use an espeasy board to replace existing push button dimmer and be able to control also the lights ...
by Patou
13 Feb 2019, 14:34
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1716737

Re: Connecting a TM1637 4-Digit Display

Hello Already a lot of post for the 7 segment display ... means a lot of people wants to use it !! It looks like the plugin is not yet totally debugged. My situation : Esp 8266 lolin running very good other application firmware : ESP_Easy_mega-20180513_dev_ESP8266_4096.bin ( i tried newer firmware b...
by Patou
09 Feb 2019, 12:18
Forum: ESP Easy: Hardware
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 76
Views: 35972

Re: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

Hello again, I do not find a binary file with this plugin included and I am quiet new in compiling and build up binary files I am currently using : ESP_Easy_mega-20190110_test_core_250_beta_ESP8266_4096.bin 2 Questions : Is there somewhere a tutorial how to compile and add plugin in binary this will...
by Patou
09 Feb 2019, 00:05
Forum: ESP Easy: Hardware
Topic: GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight
Replies: 76
Views: 35972

GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight

Hello, There is a new i2c sensor to mesure distances : GY-530 VL53L0X Laser Ranging Sensor Time-of-Flight https://www.aliexpress.com/premium/gy-530-vl53.html?g=y&SearchText=gy+530+vl53&d=y&misspellText=GY-530+VL53&initiative_id=SC_20190208150325&origin=y&isViewCP=y&spellc...