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

Support for LCG002 #1033

Closed
ummetcivi opened this issue Jul 31, 2024 · 11 comments
Closed

Support for LCG002 #1033

ummetcivi opened this issue Jul 31, 2024 · 11 comments

Comments

@ummetcivi
Copy link

Feature does not already exist?

I searched and did not find an existing feature request

Summarize feature

Hey all,

I have Philips GU10 Color lights. In Zigbee2MQTT it's identified as LCG002. But I can't find LCG002 in diyHue.

Is it possible to add support?

Thanks.
Ekran görüntüsü 2024-07-31 203552

@hendriksen-mark
Copy link
Member

Hi, not all the hue lights are included, this is because there are allot of different lights.
What you need to do is chose 1 of the provided light types that have the same capabilities as your light.
This list is not on the readthedocs yet but this is the list.

* LCT001 Hue Color Bulb #1
    capabilities: on, bri, hue, sat, xy, ct
* LCT015 Hue Color Bulb #2
    capabilities: on, bri, hue, sat, xy, ct
* LST002 Hue Lightstrip Plus
    capabilities: on, bri, hue, sat, xy, ct
* LCA005 Hue White and Color Ambiance A19 800 Lumen
    capabilities: on, bri, hue, sat, xy, ct
* LWB010 Dimmable Hue Bulb
    capabilities: on, bri
* LTW001 Controlt Temp Hue Bulb
    capabilities: on, bri, ct
* LCX002 Hue Gradient TV Lightstrip
    capabilities: on, bri, hue, sat, xy, ct
* 915005987201 Hue Signe Gradient
    capabilities: on, bri, hue, sat, xy, ct
* LCX004 Hue Gradient Lightstrip
    capabilities: on, bri, hue, sat, xy, ct
* LCX006 Hue Play Lightstrip
    capabilities: on, bri, hue, sat, xy, ct
* LOM001 Hue Plug
    capabilities: on
* LOM004 Hue Plug
    capabilities: on
* LOM010 Hue Plug
    capabilities: on

@ummetcivi
Copy link
Author

ummetcivi commented Jul 31, 2024

Hey Mark,

Thank you for quick reply, I tried LCA005 and it works as expected.

Not related to this topic but some weird stuff happening with areas. I have one room, 6 lights. I divided the room into two areas. When I turn off one area, the other area is shown off as well (but lights are still on). Is it a known issue?

@hendriksen-mark
Copy link
Member

How do you divide a room into areas?

@ummetcivi
Copy link
Author

ummetcivi commented Jul 31, 2024

Sorry, zones not areas.
image

@hendriksen-mark
Copy link
Member

If you do this and restart the app is the on status still not good?
It can happen that the app does not register all the changes in diyhue.
On start up the app looks at the state of the bridge.
If the app is open it looks for eventstreams, if the eventstream is not there or is not what the app expects then it will not register properly.

@ummetcivi
Copy link
Author

When I restart, it's still the same. It's not only app tho,

I tried it in the diyHue UI and it's the same.

@hendriksen-mark
Copy link
Member

can you provide the config_debug.tar from the webui?
with my setup i dont see this behavior.

@ummetcivi
Copy link
Author

Sure, there you go.
config_debug_2.zip

Can it be related to exposed ports? I only expose 443,2100 and 1982 ports.

@hendriksen-mark
Copy link
Member

I have take a look at your log/config.
Strange thing is that the groups are changed multiple times in less than 1 second, this happens every time you change the on state.
If you change the zone it also changes the room, this should not be happening.
Maybe this is something with home assistant or MQTT, i need to test this but i dont have time to do this because i dont daily drive home assistant and MQTT.
For the ports the hue app needs port 80 and 443 to communicate, port 1900 is used for ssdp, port 2100 is used for the entertainment protocol.

@ummetcivi
Copy link
Author

ummetcivi commented Jul 31, 2024

I opened 80 port and now it’s shown correctly when I restart the Hue App. We can close the issue

@hendriksen-mark
Copy link
Member

If you use mqtt the lights are not pulled if you restart diyhue, mqtt works on push messages.

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

No branches or pull requests

2 participants