sidoh / esp8266_milight_hub

Replacement for a Milight/LimitlessLED hub hosted on an ESP8266
MIT License
931 stars 219 forks source link

How to use on Node Red #777

Open dracedj opened 1 year ago

dracedj commented 1 year ago

Hi, Im a beginner with MQTT and Node Red. Im trying to use this milight hub with node red, but i cant get it working. Is there anybody which could share a flow so i can use that to modify to my wishes?

axelrathey commented 1 year ago

I think you need an mqtt broker like mosquitto, which has to run on a raspi or NAS or on another server. At me mosquitto mqtt broker runs on Synology NAS.

Node Red has an mqtt client included.

Axel