-
Notifications
You must be signed in to change notification settings - Fork 41
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 dali devices #182
base: master
Are you sure you want to change the base?
Conversation
First of all, a big thank you for great work here! It is really appreciated. I downloaded and installed this branch via git as a custom component in my Home Assistant setup and ran it. Unfortunately the DALI controlled lights do not show up. I assume this is because lights are |
Yes, the dali controller should appear as a device and the controlled lights (channels) should appear as entities. Could you adjust the logging level in your configuration.yaml like this? :
This should show more information in the log about the available entities. |
Ah okay, since I didn't see any code related to that I assumed it was omitted. Anyhow, this might be helpful (I renamed the integration freeathome-dev to be able to run the stable version and branch on the same system) Looks like the return value for
|
9366ab3
to
346e0a0
Compare
Hello, I have made some changes to light.py. Hope it now works better. |
@cweyer, Did you have time to test it with the changes i made? |
Unfortunately I was pretty busy in the last couple of days, but I will be able to test it some time next week, sorry for the delay. |
@cweyer . Can you try the latest changes? Another user has tested the white-tone adjustable lights and they seem to be working. |
Sure, will install the branch tomorrow evening |
I tried the latest commit from the jhe/dali branch, but it won't boot the integration:
It could be a remnant from a previous attempt, so tomorrow I will fiddle around with the registry and delete all DALI entities and see if it boots up then. Unfortunately my configuration is rather complex and removing the add-on and reinstalling it is not an option, otherwise I would have to reassign 64 devices to different rooms again. |
Yes, this seems to be a white tone adjustable light and the value should be max one byte. I first thought it was a rgb value (3 bytes). |
Add extra function_id's