twocolors / node-red-contrib-esphome

Node-RED nodes to ESPhome devices
MIT License
18 stars 5 forks source link

the node is running normally and working, but there are warning prompts #36

Closed iso-lib closed 5 months ago

iso-lib commented 5 months ago

image

twocolors commented 5 months ago

you only send "true" ? hoh, i repeat this bug if you send true in msg.payload

you must use msg.payload.state

twocolors commented 5 months ago

try last git version

chibm commented 5 months ago

you only send "true" ? hoh, i repeat this bug if you send true in msg.payload

you must use msg.payload.state

“Button inputs may be triggered with any payload in the input message. Simply send a timestamp, true, or other payload to the button node. Button type nodes provide no messages into Node-RED.”

twocolors commented 5 months ago

try node-red-contrib-esphome@0.2.7