homebridge-plugins / homebridge-govee

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

Device H6076 - Max Brightness 39% in Homekit #406

Closed dzslasher closed 8 months ago

dzslasher commented 1 year ago

Details of your setup.

Hi,

I recently received the H6076 RGB Lamp as a gift. I downloaded the latest build of the plugin (7.7.1) and I am experiencing an issue where iOS home app will show the max brightness at 39% despite the Govee app showing the lamp is set to 100%. I have tried the latest version of the beta plugin (7.7.2 Beta 4) and I am still running into the same issue.

Below is a copy of the log from Homebridge: [12/28/2022, 4:15:49 PM] [Govee] [RGBICW Floor Lamp Basic] [AWS] sending update {"msg":{"cmd":"status","cmdVersion":2,"transaction":"v_1672262149608000","type":0}}. [12/28/2022, 4:15:49 PM] [Govee] [RGBICW Floor Lamp Basic] [LAN] receiving update {"onOff":1,"brightness":100,"color":{"r":255,"g":255,"b":255},"colorTemInKelvin":2000,"source":"LAN"}. [12/28/2022, 4:15:49 PM] [Govee] [RGBICW Floor Lamp Basic] current brightness [100%]. [12/28/2022, 4:15:49 PM] [Govee] [RGBICW Floor Lamp Basic] [API] receiving update {"online":true,"powerState":"on","brightness":100,"colorTemInKelvin":2000,"colorTem":2000,"source":"API"}. [12/28/2022, 4:15:51 PM] [Govee] [AWS] message event [{"proType":2,"sku":"H6076","device":"F4:76:CE:32:37:35:7B:66","softVersion":"1.03.03","wifiSoftVersion":"1.02.11","wifiHardVersion":"1.00.10","cmd":"status","type":0,"transaction":"v_1672262149608000","pactType":1,"pactCode":1,"state":{"onOff":1,"brightness":100,"colorTemInKelvin":2000,"color":{"r":255,"g":255,"b":255},"mode":21,"result":1},"op":{"command":["qgUVAQfQAAAAAAAAAAAAAAAAAGw=","qqUBZP+NC2T/jQtk/40LZP+NCw4=","qqUCZP+NC2T/jQtk/40LAGRkZHQ=","qhEAHg8PAAAAAAAAAAAAAAAAAKU=","qhIAZAAAgAoAAAAAAAAAAAAAAFY=","qiP/AAAAgAAAAIAAAACAAAAAgHY="]}}]. [12/28/2022, 4:15:51 PM] [Govee] [RGBICW Floor Lamp Basic] [AWS] receiving update {"source":"AWS","onOff":1,"brightness":100,"colorTemInKelvin":2000,"color":{"r":255,"g":255,"b":255},"mode":21,"result":1,"op":{"command":["qgUVAQfQAAAAAAAAAAAAAAAAAGw=","qqUBZP+NC2T/jQtk/40LZP+NCw4=","qqUCZP+NC2T/jQtk/40LAGRkZHQ=","qhEAHg8PAAAAAAAAAAAAAAAAAKU=","qhIAZAAAgAoAAAAAAAAAAAAAAFY=","qiP/AAAAgAAAAIAAAACAAAAAgHY="]}}. [12/28/2022, 4:15:51 PM] [Govee] [RGBICW Floor Lamp Basic] current brightness [39%]. [12/28/2022, 4:15:51 PM] [Govee] [RGBICW Floor Lamp Basic] new scene code: [qqUBZP+NC2T/jQtk/40LZP+NCw4=] [aaa50164ff8d0b64ff8d0b64ff8d0b64ff8d0b0e] [op:aa]. [12/28/2022, 4:15:51 PM] [Govee] [RGBICW Floor Lamp Basic] new scene code: [qqUCZP+NC2T/jQtk/40LAGRkZHQ=] [aaa50264ff8d0b64ff8d0b64ff8d0b0064646474] [op:aa].

bwp91 commented 1 year ago

Hi @dzslasher

Can you update to the newer beta version of the plugin?

dzslasher commented 1 year ago

Hi bwp91

After updating to the latest beta (v7.7.2-beta 5), the lamp is working without issue.

Thank you!

dzslasher commented 1 year ago

Marking this issue as resolved as the latest beta version fixed the issue.