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

CCU2 + HueBridge integration in homebridge #706

Open
morpheus12 opened this issue Apr 8, 2022 · 0 comments
Open

CCU2 + HueBridge integration in homebridge #706

morpheus12 opened this issue Apr 8, 2022 · 0 comments

Comments

@morpheus12
Copy link

Describe the bug
I'm using a ccu2 with several HM components. It works fine with homebridge and homebridge-homematic plugin. Now i tried to integrate the hue-bridge in ccu2. It works fine as expected.
We know that the "Old" ccu2 didn't get the bi-directional interface to hue-bridge. Preventing any issues everything should be controlled directly through ccu2.
Therefore i tried to integrate a hue lamp (hue play) into homebridge with my standard approach:

  1. in ccu2 config add the "Gewerke" type homekit
  2. restart homebridge
  3. sort the new device in homebridge device manager.

But now the problem: the hue lamp doesn't appear.

in the log i figured out the following:

[08/04/2022, 18:10:06] [homebridge-neato] This plugin generated a warning from the characteristic 'Spot ↔': characteristic was supplied illegal value: number 0 exceeded minimum of 100. See https://git.io/JtMGR for more info.
[08/04/2022, 18:10:06] [homebridge-neato] This plugin generated a warning from the characteristic 'Spot ↕': characteristic was supplied illegal value: number 0 exceeded minimum of 100. See https://git.io/JtMGR for more info.
[08/04/2022, 18:10:06] [homebridge-homematic] This plugin generated a warning from the characteristic 'Hue': characteristic was supplied illegal value: number 362 exceeded maximum of 360. See https://git.io/JtMGR for more info.
[08/04/2022, 18:10:08] [homebridge-homematic] This plugin generated a warning from the characteristic 'Hue': characteristic was supplied illegal value: number 362 exceeded maximum of 360. See https://git.io/JtMGR for more info.
[08/04/2022, 18:10:12] [homebridge-homematic] This plugin generated a warning from the characteristic 'Hue': characteristic was supplied illegal value: number 362 exceeded maximum of 360. See https://git.io/JtMGR for more info.

for me it looks like that the plugin is not able to handle the information provided by the lamp.
In CCU2 you can define the color by real RGB-Values (Red, Green, Blue 0-255) and the real color temperature from 2000-6500k
Of curse you got a dimmer value 0-100%

Do i need to add some values anywhere else?

Version [e.g. 22]
CCU2: 2.41.9
Homebridge UI: 1.3.6
Homebrigde-homematic-plugin: 0.2.226

Which Homematic Device or Service the bug is about
CCU2 in combination with Hue Bridge

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

1 participant