node-red-contrib-homie icon indicating copy to clipboard operation
node-red-contrib-homie copied to clipboard

Node-RED nodes for the Homie home automation system

Results 3 node-red-contrib-homie issues
Sort by recently updated
recently updated
newest added

Hello, Can you please provide any sample flow for your node-red app ? Regards, Titus S.

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...

Hi Marvin, Great job with Homie ESP8266, it's really amazing. I have seen that in node red, the configuration node has the base topic hardcoded as "devices/" ( this.baseTopic =...