Supereg / homebridge-http-lightbulb

Powerful http lightbulb for Homebridge: https://github.com/homebridge/homebridge
ISC License
23 stars 7 forks source link

Not able to change HUE state #2

Closed kchromik closed 4 years ago

kchromik commented 4 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"
  }
  }
kchromik commented 4 years ago

Found the error on my side. To change the color I need to set hue, brightness and saturation.