-
Notifications
You must be signed in to change notification settings - Fork 503
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 support for POPP Smart Thermostat #5279
Conversation
Is there something blocking this PR? I have several requests for support from my application‘s users. |
@J-N-K Manups time. |
@manup @Mimiix If I would know how to put the definition for this Popp derivative of the Danfoss Ally in a DDF, then it would be fine for me as well. Without your support I'm screwed and the WAF of our new home is at 0. |
@manup @Mimiix Can you please take care that this commit by @SwoopX will make it in the next beta? |
@Pe-MaKer there's more PR s that are waiting longer. So it isn't fair to prioritize above... |
I'll ask Manuel, but no promises. |
@Pe-MaKer You can program the thermostats meanwhile via deconz GUI and set weekly schedules via the thermostat cluster. You probably should do that with my branch, as it should ensure the RCT on the device gets synced (check the time cluster attributes to be sure). What you need to know is that you only have 6 transitions per day at your disposal. The time which needs to be entered is minutes since 00:00, heat set point must be multiplied by 100. The last temperature set on a day will be taken over to the next day until the next change is programmed. 05:50 -> 21° When the schedule is programmed by pressing You can override the scheduled temp anytime manually on the device and this will remain until the next transition. My recommendation would be to overshoot the aimed comfort temperature by 2° in the schedule for the beginning, so set 24° if you want to have 22°. |
Thank you @SwoopX for the detailed information. Unfortunately, the time sync does not seem to work, as you can see from the screenshots. This makes the use of time schedules a challenge ;) |
That more feels like the time sensor has not been created. Can you enter sensor search in Phoscon again and read the attributes of the basic cluster? After that, the sync should directly kick in and I know from own experience that it can be annoying like hell. Edit: |
See #5278.