homebridge-plugins / homebridge-govee

Homebridge plugin to integrate Govee devices into HomeKit.
MIT License
481 stars 49 forks source link

Govee Scenes with H805C outdoor lights #890

Open akkubie opened 4 weeks ago

akkubie commented 4 weeks ago

What issue do you have? Please be as thorough and explicit as possible.

Hi - first off thanks for making this plug in. I have a set of H805C outdoor lights. I can get on/off and brightness to work and can pick colors in HomeKit but not on the HomeBridge dashboard. However despite following the instructions several times I cannot get the scenes to work with these lights.

Any information you can give me would be appreciated. But this is, of course, a hobby for me so I totally get it if you're not able to help. Thanks! Michael

Details of your setup.

JSON Config:

{ "name": "Govee", "username": "Kublers@mac.com", "password": "Ulightmy3410", "disableDeviceLogging": false, "lightDevices": [ { "label": "House Lights", "deviceId": "7605513d-44f0-4cd8-bf53", "scene": { "sceneCode": "owABCAIEHQAAAAYCAbMAAAAUFAc=,owEDfxQCj/4JAP8AAACAAACAAE8=,owIdAAAAAgIBfU4CfxQUA8QUAiI=,owMA//9+vf4AAIAAAIAAIGQDA9k=,owQGAAH/AAAAFBQDgBQDAP//CMM=,owX+uEWl/wAA8hAA7QEjZAIHBbY=,owYAAf8AANZkFAGAFAT///9w/xw=,o//ZAP//B/6uAAD8EAD3AQAAAMg=,MwUETTACAAAAAAAAAAAAAAAAAE0=", "bleCode": "MwUETTACAAAAAAAAAAAAAAAAAE0=" } } ], "platform": "Govee" }