You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for making such a useful node. I wish I had found this before destroying two controllers trying to flash Tasmota on them.
In the change node for power, the move command moves msg.power to msg.payload. This should be msg.payload.power to msg.payload, to make the switch activate in the UI and show the actual state.
In the change node for the colour, the above change is required. Additional to this, to make it more user friendly, in the colour picker node properties, change the send command to multipple values during edit. This give s the user confirmation the change is occuring.
In each of the other change nodes, the "move from" box needs payload. added to the beginning of msg. box.
The text was updated successfully, but these errors were encountered:
Thank you for making such a useful node. I wish I had found this before destroying two controllers trying to flash Tasmota on them.
In the change node for power, the
move
command movesmsg.power
tomsg.payload
. This should bemsg.payload.power
tomsg.payload
, to make the switch activate in the UI and show the actual state.In the change node for the colour, the above change is required. Additional to this, to make it more user friendly, in the colour picker node properties, change the
send
command tomultipple values during edit
. This give s the user confirmation the change is occuring.In each of the other change nodes, the "move from" box needs
payload.
added to the beginning ofmsg.
box.The text was updated successfully, but these errors were encountered: