Search found 4 matches

by The_Rascal
09 Apr 2017, 21:18
Forum: ESP Easy: Hardware
Topic: Pulse Counter
Replies: 31
Views: 44599

Re: Pulse Counter

Its working now on another ESP, giving some numbers but the only problem left its to set it correctly in domoticz its giving only 30 - 40watts and no kWh counting. Thank you! Hi. To get a reading from the pulse counter in Domoticz . Go back to your esp and change you formula to "%value%*60&quo...
by The_Rascal
09 Mar 2017, 22:17
Forum: ESP Easy: Projects / Applications
Topic: Help on rules with domoticz
Replies: 6
Views: 7196

Re: Help on rules with domoticz

******** xx/control?cmd=event,dimoff" and make rules to set the dummy. Could not find a direct HTTP command to set the dummy . but it works.... on dimon do TaskValueSet 3,1,1 endon on dimoff do TaskValueSet 3,1,0 endon on pir#Switch=1.00 do if [dumdim#Dummy]=0 do pwm,2,80,1000 timerSet 1,30 el...
by The_Rascal
09 Mar 2017, 21:47
Forum: ESP Easy: Software
Topic: [Almost Solved]Repeating Temperature Setpoint Watchdog
Replies: 1
Views: 2044

Re: Checking a Temperature against a setpoint

If been thinking overnight, Please keep in mind this is the first code i have ever written. After trail and error this seems to work on System#Boot do TaskValueSet 3,1,24 // 24 is a setpoint to return to if power is turned off. TimerSet,2,60 // 60 seconds to then start Temp-Watchdog. endon on FanSet...
by The_Rascal
09 Mar 2017, 03:20
Forum: ESP Easy: Software
Topic: [Almost Solved]Repeating Temperature Setpoint Watchdog
Replies: 1
Views: 2044

[Almost Solved]Repeating Temperature Setpoint Watchdog

At the moment I have a Domoticz server running on a Raspberry which i Can send a setpoint using the code below. This works well, as long as i resend the data from Domoticz ever few minutes as it only checks that once and makes a decision to turn on or off GPIO 12. After the temperature has dropped t...