marvinroger / node-red-contrib-homie

Node-RED nodes for the Homie home automation system
GNU General Public License v2.0
14 stars 5 forks source link

The Homie Send node does not work #3

Open PKGeorgiev opened 7 years ago

PKGeorgiev commented 7 years ago

The Send node does not change the property of the node at all. Looking at the source it seems it does not append "/set" to the topic:

https://github.com/marvinroger/node-red-contrib-homie/blob/master/nodes/deviceconfig/deviceconfig.js#L30

The only work-around is to append "/set" after the property name in the Property field. For example if the property is "on" you should put "on/set":

image