-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Buderus BC400 Away mode and holiday mode missing #2090
Comments
Does the settings from Rego3000 thermostat (id 172) also work for you? |
No it does not seem to work.
Here are the devices.
|
For the "Away" mode, it seems like the following telegram is used: Enable:
Disable
EDIT: Can confirm, with custom entity this sets the Away mode. |
For holiday mode it seems to be these telegrams: Enable from 14.10.2024 | 00:30 --> 21.10.2024 | 01:45,
Delete:
or
|
Ok, i think the absent/away mode is 0x16E offset 0. Is this hc specific or global for the thermostat? |
The away mode is global for the thermostat / boiler (the BC400 is integrated in the heat pump unit). I also did some digging regarding the holiday mode. It seems like the BC400 supports 8 different holiday entries. Here is the log for 18.10 2024 - 00:45 - 24.10.2024 - 02:30
Here for: 19.10.2024 -- 05:45 -- 28.10.2024 -- 04:00 and then subsequent messages from changing the date to I think 01.11.2024
|
I think I decoded the date setting. Custom NameThe holiday name is just plain ASCII encoding stored via Date EncodingThe date is encoded using four bytes in the following order:
Example:
|
Thanks,
What options are available? Please read the following telegrams |
There are 8 holiday function periods that can be defined. They have the extended data type 0x0065, 0x0066, .... 0x006C (1st byte +1 for EMS-ESP internal storage). |
Thanks! I assume Byte 13 would be the heating circuit? |
I have no idea for byte 13 |
Great, thanks. |
The broadcasting of the telegram is very fragmented, is the complete telegram shown in one message if you |
Here is a full read of Date: 01.01.2025 - 01:00 - 02.01.2025 - 02:00
|
Custom names for these entries are stored from
|
shall I add @MichaelDvP ? |
This needs some work, and some custom entities with new naming, and test code. Saving for 3.8 |
DESCRIPTION
The Buderus BC400 has an Away and Holiday Mode. Away is a toggle, holiday can have a start and end date, a target temperature as well as a custom name.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
http://<IP>/api/system
TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
Devices thermostat --> BC400 should show these entities.
SCREENSHOTS
If applicable, add screenshots to help explain your issue.
ADDITIONAL CONTEXT
Add any other context about the issue here.
(Please remember to close the issue when it has been addressed)
The text was updated successfully, but these errors were encountered: