hue2mqtt
hue2mqtt copied to clipboard
Gateway between a Philips Hue bridge and MQTT
Would it be possible to add some help on what linux commands I need to move the .jar file to my Rpi? Also to ensure I have the needed programs...
Hi
Could you give a procedure to have hue2mqtt installed and running on Raspberry pi 3. I have installed node.js version 8.x.x and when I run the command sudo npm install...
This commit adds the options mqtt.username and mqtt.password for mqtt broker that only allow authenticated connections. Parameters are used if password or username are not empty (default). Log indicates usage...
Ups. Heading should be Hue bridge on permanent local IP address. In my router I made sure that my hue bridge is always on 192.168.0.199. Can hue2mqtt performance benefit from...
Fixed default values in mqtt.clientid and mqtt.topic.
After the latest round of FW updates on the Hue Bridge and lamps and introducing the new Hue Motion Sensor to my setup, I now get an ongoing stream of...
Hi, after a while I get the following Exception: `Nov 16, 2016 9:24:29 PM com.tellerulam.hue2mqtt.HueHandler onError WARNUNG: Error in bridge connection. Code 22: No connection; will reconnect in 10s Nov...
Introduced new property „mqtt.qos“: The quality of service used for publishing. Defaults to 0. Possible values are 0, 1, and 2.