-
Notifications
You must be signed in to change notification settings - Fork 7
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
No dimmable lights #86
Comments
Hi, dimmable lights are supported by default without any change. |
Is there a guide to learning how to collect and read the messages from the system? I want to help with the integration, but I don't know where to start. |
You can look at this |
I have the same issue. When I installed the integration all was working fine at first, now all of the dimmer entities changed into switched light entities, so not dimmable anymore. So type is 3 and sub_type is 4 in MQTT. Any ideas what to try or where to look? |
@optiluca can you look at this? Are you having problems with dimmable lights? |
Hi, I'm running the latest code from my fork and am not having any issue with dimmable lights. They continue to be seen as dimmable, and continue do dim correctly. I have however noticed some kind of stability issue, where occasionally I have to restart HA else HA does not correctly seem to update the state of the various Comelit devices (lights, switches, covers, temperature, humidity etc...). Unfortunately I'm not home at the moment, and won't be for at least another month, so I can't really do any in-depth analysis right now. If it remains unsolved, I'll try to have a double check when I get home! |
Hi,
where it should be
If I check the status of an ON/OFF light I get this values which are correct:
When I go and check the core.entity_registry I see the same If I change it it gets changed back by the component. |
I think I solved it: To correct it, on line 33-35 I changed : into
and now all works! I think for the same reason the lines 37-39 should be changed into If someone can confirm that this is correct, we can make a pull request. |
Tnx to everybody. |
FYI, the fix introduced a regression which I resolve here #96 |
I have two dimmable lights in my comelit system, but the integration sees It like normal light. Can I modify the entity manually?
Tnx
The text was updated successfully, but these errors were encountered: