Closed kchromik closed 5 years ago
After adding my LED Strip accessory I am able to turn on/off my lamp, but there is no option in the HomeKit app to change the state of HUE:
{ "accessory": "HTTP-LIGHTBULB", "name": "LED Strip", "onUrl": "http://localhost:8080/led/on", "offUrl": "http://localhost:8080/led/on", "statusUrl": "http://localhost:8080/led/status", "hue": { "setUrl": "http://localhost:8080/led/hue/%s", "statusUrl": "http://localhost:8080/led/getHue", "unit": "zigbee" } }
Found the error on my side. To change the color I need to set hue, brightness and saturation.
hue
brightness
saturation
After adding my LED Strip accessory I am able to turn on/off my lamp, but there is no option in the HomeKit app to change the state of HUE: