subzero79

Results 60 comments of subzero79

Not an api limitation, is just what the device returns. I think the energy number is fetched from the cloud tuya service, but not a 100% sure. I have to...

if the device itself is returning a the dps index with overall daily energy it would come in the output. The device I used to develop this was one with...

I think maybe in the old tuya firmware the device outputted the energy calculations in a dps index. I don’t have an old fw device to check that.

I have to clarify that i don't use this node anymore since tuya convert managed to crack again the firmware OTA. Out of the three medion(ALDI) plugs i have, two...

Yes I was sending the power as attribute then extracting the sensor as template. But yes I guess is more efficient to send it to a single topic or input...

Also the nodered hass plugin developer has just released a custom component to integrate these things easier into home assistant https://github.com/zachowj/hass-node-red

I think the problem is in the node I don’t send the node name. So I kept an array of objects where I had names associated with the keys and...

What do you mean to have a toggle button for the switch in nodered? If that’s the case you can use the node red dashboard.

If you send a payload with string request it should return the current state. Also any changes when the physical button is pressed should come out from the node.

I had to go through the code I couldn’t remember if this was allowed. In the payload property you need a key “multiple” set to true. Try that.