Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Siri does not set color temperatures correctly. #1018

Open
gluebaby opened this issue Jan 18, 2025 · 0 comments
Open

Siri does not set color temperatures correctly. #1018

gluebaby opened this issue Jan 18, 2025 · 0 comments

Comments

@gluebaby
Copy link

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

Details of your setup.

  • Do you use (1) Homebridge UI-X (2) Homebridge CLI or (3) HOOBS?

1.) Homebridge UI-X

  • Which version of Homebridge/HOOBS do you have?

v1.8.5

  • Which platform do you run Homebridge/HOOBS on (e.g. Raspberry Pi/Windows/HOOBS Box)? Please also mention your version of Node.js/NPM if known.

Docker on an unraid server, Node.JS v22.12.0

  • Which version of this plugin (homebridge-govee) do you have? Has the issue started since upgrading from a previous version?

v10.15.1-beta.2 (just updated as I had this issue on latest stable version as well).

  • Which Govee devices do you have that are causing issues? Please include product models if applicable.

H6006 (x4)

Please paste any relevant logs below.

THIS IS AFTER "Siri, set Corner light to soft white" followed by "Siri, set corner light to warm white" - desired outcome is 2700k, but Siri also seems conveniently incapable of understanding numeric color temperatures.

[1/18/2025, 1:49:20 PM] [Govee] [Corner Light] [AWS] sending update {"msg":{"cmd":"colorwc","cmdVersion":0,"data":{"color":{"r":255,"g":204,"b":204,"red":255,"green":204,"blue":204},"colorTemInKelvin":0},"transaction":"v_1737236960447000","type":1}}.
[1/18/2025, 1:49:20 PM] [Govee] [Corner Light] current colour [rgb 255 204 204].
[1/18/2025, 1:49:20 PM] [Govee] [AWS] message event [{"proType":2,"sku":"H6008","device":"80:C5:60:74:F4:3D:82:4E","softVersion":"1.00.59","wifiSoftVersion":"1.00.59","cmd":"colorwc","type":0,"transaction":"v_1737236960447000","pactType":1,"pactCode":1,"state":{"color":{"r":255,"g":204,"b":204},"colorTemInKelvin":0,"result":1}}].
[1/18/2025, 1:49:20 PM] [Govee] [Corner Light] [AWS] receiving update {"source":"AWS","proType":2,"sku":"H6008","device":"80:C5:60:74:F4:3D:82:4E","softVersion":"1.00.59","wifiSoftVersion":"1.00.59","cmd":"colorwc","type":0,"transaction":"v_1737236960447000","pactType":1,"pactCode":1,"state":{"color":{"r":255,"g":204,"b":204},"colorTemInKelvin":0,"result":1}}.
[1/18/2025, 1:50:58 PM] [Govee] [Corner Light] [AWS] sending update {"msg":{"cmd":"colorwc","cmdVersion":0,"data":{"color":{"r":255,"g":171,"b":137,"red":255,"green":171,"blue":137},"colorTemInKelvin":0},"transaction":"v_1737237058378000","type":1}}.
[1/18/2025, 1:50:58 PM] [Govee] [Corner Light] current colour [rgb 255 171 137].
[1/18/2025, 1:50:58 PM] [Govee] [AWS] message event [{"proType":2,"sku":"H6008","device":"80:C5:60:74:F4:3D:82:4E","softVersion":"1.00.59","wifiSoftVersion":"1.00.59","cmd":"colorwc","type":0,"transaction":"v_1737237058378000","pactType":1,"pactCode":1,"state":{"color":{"r":255,"g":171,"b":137},"colorTemInKelvin":0,"result":1}}].
[1/18/2025, 1:50:58 PM] [Govee] [Corner Light] [AWS] receiving update {"source":"AWS","proType":2,"sku":"H6008","device":"80:C5:60:74:F4:3D:82:4E","softVersion":"1.00.59","wifiSoftVersion":"1.00.59","cmd":"colorwc","type":0,"transaction":"v_1737237058378000","pactType":1,"pactCode":1,"state":{"color":{"r":255,"g":171,"b":137},"colorTemInKelvin":0,"result":1}}.
[1/18/2025, 1:50:58 PM] [Govee] [Corner Light] current colour [rgb 255 171 137].

It seems like it's just sending it an rgb value instead of a color temperature, which looks horrible and is nowhere close to the desired outcome. Really could use some help here. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@gluebaby and others