Search found 12 matches
- 10 Feb 2025, 00:40
- Forum: ESP Easy: General Discussion
- Topic: Problem with a rule set if-statement
- Replies: 3
- Views: 1229
Re: Problem with a rule set if-statement
Thanks both gentlemen for your input. I had code-blindness happen to me... @ThomasB; your solution IS working but not as intended. When rule is run and there is #count>0.010, it takes 3 cycles of 10 seconds before the SendToHTTP-on runs once.(so not 2 times..) then if count=0 SendToHTTP-off it direc...
- 09 Feb 2025, 20:35
- Forum: ESP Easy: General Discussion
- Topic: Problem with a rule set if-statement
- Replies: 3
- Views: 1229
Problem with a rule set if-statement
Context: I have an electric boiler to get hot water(duh..) manly for showering. To reduce the electricity bill i added a heat exchanger to preheat the cold tapwater entering the boiler when it is being used. The heat exchanger is getting its warm water from a buffertank that is being heated from a w...
- 08 Mar 2024, 22:30
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Re: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Just all copy/paste problems.. Made some progress, have data going to Domoticz via this rule: on System#Boot do GPIO,12,1 endon On POW_2#Power do if [POW_2#Power]!=[LAST#Power] SendToHTTP,<user>:<pass>@192.168.178.2,7080,/json.htm?type=command¶m=udevice&idx=327&nvalue=0&svalue=[P...
- 08 Mar 2024, 20:05
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Re: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Made some progress.. not the single event but Devices->Data Acquisition->Interval being zero was the problem.. now set to 5 seconds and the log states: 5518805: EVENT: POW_2#Voltage=225.62 5518811: EVENT: POW_2#Power=0.00 5518816: EVENT: POW_2#Current=0.00 5518821: EVENT: POW_2#Pulses=34589.00 55227...
- 08 Mar 2024, 14:16
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Re: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Trying to boost this thread, no more trying to switch on or of at a powerusage; iI now would like to monitor the power beeing used via Domoticz.. (so no funny stuff anymore, just measure..) back to step 2, i read that to get the different values of data to Domoticz is done by using SendtoHTTP so i n...
- 19 Jan 2023, 11:08
- Forum: ESP Easy: Hardware
- Topic: LCD 2004 display problem at line 4
- Replies: 17
- Views: 4670
Re: LCD 2004 display problem at line 4
The proper way to handle that is by quoting the text to be put on the display, using f.e.: lcd,4,12,"hello world" See https://github.com/letscontrolit/ESPEasy/issues/2724 Sorry, You are right, for standard coding its double quotes, only if you use dzVents its wrong, its single qoutes.. :D...
- 19 Jan 2023, 00:33
- Forum: ESP Easy: Hardware
- Topic: LCD 2004 display problem at line 4
- Replies: 17
- Views: 4670
Re: LCD 2004 display problem at line 4
Hello,
In the log of ESP you can see what is beeing send, is there sometimes an extra space or weird caracter in the text sent to line 4?
I have a lcd2004 display that will stop displaying a line of text if a space is send. So 'hello%20world' outputs in log 'hello world' but displays 'hello'.
In the log of ESP you can see what is beeing send, is there sometimes an extra space or weird caracter in the text sent to line 4?
I have a lcd2004 display that will stop displaying a line of text if a space is send. So 'hello%20world' outputs in log 'hello world' but displays 'hello'.
- 12 Jan 2023, 14:08
- Forum: Introduce yourself
- Topic: How to command ESPEASY GPIO thru MQTT Mosquitto
- Replies: 15
- Views: 35506
Re: How to command ESPEASY GPIO thru MQTT Mosquitto
Hurray for Google Translate!!
- 09 Jan 2023, 12:35
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Re: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
I have "send all values in single event" unchecked on all possible tasks
- 09 Jan 2023, 12:02
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Re: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
No Bueno..
From domoticz i can turn the led on the device on and off (inverted; if domoticz says off, the led is on, but that's no problem)
Could it be that the 'POW_r2#Power' value change is not strong enough to start the rule to work?
From domoticz i can turn the led on the device on and off (inverted; if domoticz says off, the led is on, but that's no problem)
Could it be that the 'POW_r2#Power' value change is not strong enough to start the rule to work?
- 09 Jan 2023, 00:45
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Re: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Hello Ath, Thanks for the info, sandly it did not resulted in success. I pasted the rule you gave me and i added system#boot to close the relay at startup to get power to the Quooker so the measurement is possible: on System#Boot do GPIO,12,1 endon on POW_r2#Power do if %eventvalue1%>50 GPIO,13,1 //...
- 08 Jan 2023, 19:16
- Forum: ESP Easy: Software
- Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
- Replies: 13
- Views: 4674
Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Hello, I am looking for someone who can help me with an Esp-easy project that I am stranded with. 18 Months ago I had a stroke and since then my short term memory has failed me and my 'brain processing capacity' has dropped quite a bit. Tinkering with domotica has been my hobby for years and I am mo...