Search found 10 matches

by RonkA
08 Mar 2024, 22:30
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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&param=udevice&idx=327&nvalue=0&svalue=[P...
by RonkA
08 Mar 2024, 20:05
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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...
by RonkA
08 Mar 2024, 14:16
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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...
by RonkA
19 Jan 2023, 11:08
Forum: ESP Easy: Hardware
Topic: LCD 2004 display problem at line 4
Replies: 17
Views: 2590

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...
by RonkA
19 Jan 2023, 00:33
Forum: ESP Easy: Hardware
Topic: LCD 2004 display problem at line 4
Replies: 17
Views: 2590

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'.
by RonkA
12 Jan 2023, 14:08
Forum: Introduce yourself
Topic: How to command ESPEASY GPIO thru MQTT Mosquitto
Replies: 13
Views: 22886

Re: How to command ESPEASY GPIO thru MQTT Mosquitto

Hurray for Google Translate!!
by RonkA
09 Jan 2023, 12:35
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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
by RonkA
09 Jan 2023, 12:02
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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?
by RonkA
09 Jan 2023, 00:45
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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 //...
by RonkA
08 Jan 2023, 19:16
Forum: ESP Easy: Software
Topic: Use Sonoff POW-R2 v2.0 to monitor powerusage via Domoticz
Replies: 13
Views: 1862

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...