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

Govee LAN API (Single Light Control) #17713

Open
Oekel opened this issue Nov 7, 2024 · 3 comments
Open

Govee LAN API (Single Light Control) #17713

Oekel opened this issue Nov 7, 2024 · 3 comments
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@Oekel
Copy link

Oekel commented Nov 7, 2024

I am Using the Current stable Version 4.2.0
(Including the Govee LAN Binding)

Sucessfully using this Binding with a H7066 (It is RGBIC 4x Spot)

https://developer.govee.com/reference/control-you-devices#segment_color_setting
Is telling about individual control of the lights (divice might support, course I can indivdual control them with Bluetooth-App)

But insight OpenHAB there the Thing only comes with 3 Channels (controlling all 4 together)

channels:
  - id: color
    channelTypeUID: system:color
  - id: color-temperature
    channelTypeUID: system:color-temperature
  - id: color-temperature-abs

Would be great if the Binding can support this.

Hint:
Its not totally optional
(could be referenced as bug)
Becourse when you overwrite the individual brightness with the App of one Spot than the Max-Value over API is also limited.
So you have to get sure that Mobile-App is set to 100% Brightness first to get all output via API.

@Oekel Oekel added the enhancement An enhancement or new feature for an existing add-on label Nov 7, 2024
@stefan-hoehn
Copy link
Contributor

Unfortunately, I doubt that this is supported with the LAN-API (correct me if I am wrong): https://app-h5.govee.com/user-manual/wlan-guide which is much more limited than the cloud API which I don't intend to implement.

@Oekel
Copy link
Author

Oekel commented Nov 11, 2024

Yes the Govee LAN-API does support.
But the Binding does not support. At least I do not know how to handle if it also does ;)

@stefan-hoehn
Copy link
Contributor

Where in the link that I provided to you above does it explain how to send the command only to address a certain part of the strip? (the link that you provided refers to the cloud API not the LAN API).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

No branches or pull requests

2 participants