ptweety / node-red-contrib-ccu

Node-RED Nodes for the Homematic CCU
https://flows.nodered.org/node/@ptweety/node-red-contrib-ccu
MIT License
9 stars 0 forks source link

Homematic Write Level Value #11

Closed geforce28 closed 2 months ago

geforce28 commented 10 months ago

I'm trying to write the "Level" value of a Homematic heating thermostat. (eTRV-E)

I can read the values. These are from 0.0-1.0

For example, if I want to write 0.2, the message comes up in Nodered-Debug: "rpc > HmIP-RF setValue ["xxxxxxxxxx:1","LEVEL",{"explicitDouble":0.2}] < Error: XML-RPC fault: Generic error (RESPONSE_NAK)"

ptweety commented 10 months ago

My own testing shows no such problems with neither ccu-value or ccu-set-value nodes. Can you please share you Flow?