-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add experimental parsing for color temp support from Plejd API #298
base: feature/DWN-dimmable-fix
Are you sure you want to change the base?
Add experimental parsing for color temp support from Plejd API #298
Conversation
e8a33a4
to
3975e74
Compare
Hi @SweVictor , did you get any logs? I have DWN-01 now and dimming doesnt work. Would be super nice if we could fix that? |
Hej! @SweVictor I would love to help you with this as I own some. But not sure how to get these.
Could you guide me some more? |
I hope this is what you need. |
Seems like you found the log at least! Just to double-check - are you running the code from the branch with the try to implement support? If you run the main release I don't think it's supposed to work. https://github.com/icanos/hassio-plejd/tree/feature/experimental-color-temp If yes, please clarify when you did what that didn't work (preferably with timestamps in the log). As in At 2024-08-16 09:20:39 I clicked on and then off in HA |
aaah, yeah I was running the main release. I was fiddling with this today and managed to install hassio-plejd-feature-DWN-dimmable-fix and testing that out. Dimming seem to work for DWN-01 now which is good. I can install the hassio-plejd-feature-experimental-color-temp and test during the weekend. |
Turned ON Kökgång at turned OFF at 2024-08-22 09:50:11 and it turned OFF changed dim level to 100% for Köksö at 2024-08-22 09:52:07 and it dimmed |
tried to change color in HA |
Thanks @seagri! |
The dimming works but not changing the color. |
Is the logs OK or should I do something else? I trying to click 1 of the 4 color buttons in HA and getting this 2024-09-05 13:27:47 VRB [plejd-mqtt] Getting device D4DBAE3BA354_0 from registry But nothing happens with the light. |
Plejd supports color temperature setting on top of dimming.
This PR is an experimental first step to try to implement support.
Expected functionality
Help needed
I don't personally own any color temperature capable Plejd devices, so I will need logs from the silly level minimally showing
Remaining steps
traits
inPlejdApi.js