tobetobe66

Results 18 comments of tobetobe66

OK, I found some cmds that might be of help. Have to do a bit of reading and testing. Will report back once done.

OK, what I tried so far is using cmd powerdelta and cmd powerhigh. I catch the event in the E-Section: >E print EVENT if ((_pow>PON) and (_s==S)) { ->power1 0...

Thank you for the energy registers. I will give it a try and report. Thanks a lot.

I already compared spin vs ->power, there is not much difference. However I still had relay 1 defined, because otherwise power measurement didn't work. Just found out today that there...

Hi Gemu, holy cow, it works!! It is fast and reliable with respect to switching time. I am way below 1 second all the time. >T ;_pow=ENERGY#Power >F if ((enrg[4]>0.01)...

I read about rule buffer being compressed. Was hoping for that to happen for scripting also. Great. Thanks a lot. Shall I close the Issue?

Hi Gemu, Just noticed that every time I access a register a mqtt message is sent: tele/DVES_XXXXX/SENSOR = {"Time":"2020-05-22T17:34:38","ENERGY":{"TotalStartTime":"2019-04-07T18:00:28","Total":0.085,"Yesterday":0.003,"Today":0.042,"Power":0,"ApparentPower":0,"ReactivePower":0,"Factor":0.00,"Voltage":238,"Current":0.000}} Is there a way to switch this off as it is...

Hmmm, strange. Checking again. I was accessing the register in the >S section and I got mqtt messages every second. I will do some further testing. Teleperiod is definitely switched...

OK, got it. Running three Gosunds in parallel, one had teleperiod on 300. thats the one I checked. Sorry for bothering you.