-
Notifications
You must be signed in to change notification settings - Fork 479
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
python-broadlink supports LEDvance APM ceiling light (kind of) #712
Comments
Thank you so much for sharing your information. The device code of my light is 0xA7B6 and it works fine when set to lb2. |
Can you explain in more detail? I have the same lighting ID as you. Do I just need to add a new light id to the init_.py of the Home Assistent broadlink package? As shown in the guide above, after installing the broadlink package on the local computer, adding the light id, it is not possible to connect through the package in the AP mode of the initialized device. (Device was not found) Eventually, after linking through the existing leadance AIPM app, it succeeded in importing information from the device through the lighting IP, but the error occurs in the auth (broadlink.exception.AuthenticationError: [Errno-1] Authentication failed). To unlock the device Please open the Broadlink app. |
한국 분이신 것 같아서, 여기 예의가 아닐 수도 있지만 한국어로 말씀드릴게요! |
성공했습니다. ip를 잘못 잡고 있었네요.. 로컬로 연동하고 신세계를 경험하고 있는 중입니다 ㅎ |
This is not exactly an issue, but I've been tinkering and noticed that python-broadlink supports LEDvance APM ceiling light with slight modifications.
Important Note :
This works only for LEDvance 4SMART+ WiFi Ceiling TW 24W (SKU : 4058075484887) which uses the "LEDVANCE APM SMART+ Wi-Fi" App and is based on Broadlink. There are a few other bulbs which uses the "LEDVANCE APM SMART+ Wi-Fi" app that I suspect will work but I do not have them to test. It will not work on lights/bulbs which uses the "LEDVANCE SMART+ Wi-Fi" and is based on Tuya platform.
These ceiling light has device code of 0x6498. Adding this device code to lb1 allows the light to be added into home assistant. Power on/off, changing brightness works flawlessly. Changing colour temperature works but it is reversed (i.e. increasing temperature in home assistant results in the bulb getting warmer and vice versa). Tried setting it to lb2 but it won't work when adding device.
Here are the steps I took.
I suspect this may break when there is an update to python-broadlink in home-assistant.
Would appreciate if contributor(s) to this code can add 0x6498 into the supported device. (Bonus if the inverse colour temperature could be looked into. I would like to contribute but I'm not sure how to. I am happy to do any further testing with this type of light.
The text was updated successfully, but these errors were encountered: