-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[NEW DEVICE] ZBT DIMController D0800 Müller Licht #247
Comments
Hi @kloodhu, Thank you for opening the ticket. You can provide all the zha events that the controller fires. Please indicate which button was used for each event. Regards, |
I set up the buttons a bit different, because i'm using motion automation: from cx_const import Light, TypeActionsMapping def get_zha_action_MullerLichtController(data: dict) -> str: class MullerLichtLightController404002(LightController):
I hope this helps you integrate the device. |
more info: im using the 4.3.0 version. after updated today to 4.6.0, my config works no longer, so i went back to that version. |
Hi @kloodhu, Thank you for the info, and for the code for it!
That is interesting, I don't see anything that would be backward compatible. I don't know if you took this into account, but when changing the version in HACS, it deletes everything and downloads it all again, so if you wrote anything in the ControllerX, it would overwrite it. I will integrate this, and let you know about it, so you can try it out in a prerelease. Regards, |
Hi @kloodhu, I just publish a new beta release (v4.7.0b0) with the support of this controller. I did not add the Also, I changed slightly the mapping you provided, the "on" and "off" toggle the light for example. And your code didn't work for ControllerX v4.6.0 because of the return type of the default mapping function, I changed that recently. Let me know if this works for you, and you can always change the mapping by using the Regards, |
Thank you mate, i just got some time to try it. I made some mapping in my config, and is working as before on ZHA: And there was no reason to use the endpoint_id. When i first created, I just edited one of the other files and didnt deleted. |
New Device Support
A configured this device in controllerx for zha integration. I can provide the full zha event log for the press/hold/etc commands.
How do you like to get it?
Should I copy here?
The text was updated successfully, but these errors were encountered: