How to capture telegrams for clock program #2999
Replies: 6 comments 3 replies
-
|
Getting EMS-ESP as close to the Bosch App has always been one of my goals, so yes, if we can build the clock feature we should. The issue, though, has always been whether the Master (boiler) actually holds the clock schedule, or is just the Bosch App syncing with the Bosch Cloud and then instructing the CT200/Easy thermostat to switch on/off at the right times. I think the later. |
Beta Was this translation helpful? Give feedback.
-
|
see #1594, #1918 and some more.. For telegrams see https://emsesp.org/ems-library 0.02C3, 0x02FF, 0x0309, 0x043F, 0x0449, 0x0683, 0x068D |
Beta Was this translation helpful? Give feedback.
-
It updates directly in the boiler. When I change something then I do see the change when I navigate to the menu option. |
Beta Was this translation helpful? Give feedback.
-
Why do we need extra JSON if this is stored in the Boiler itself? |
Beta Was this translation helpful? Give feedback.
-
|
@MichaelDvP we could start by reading the clock programs and displaying them in the WebUI? (moving to a discusion) |
Beta Was this translation helpful? Give feedback.
-
|
I do recall that ems-esp systems with less memory might have a problem with that many new entities? I'm trying to think of the use case of having this all in the ems-esp, apart from that it would just be great to have "everything" in the ems-esp. Typically the program is fixed. The only use case I have is to dynamically change the clock program (via home assistant) depending on the moment that energy is cheap or free (solar). But there might we other ways to manage this. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
The EMS-ESP32 supports most of the menu options of my boiler / thermostat, great job! The only (?) option missing is the clock program for hot water. I always assumed that this option is missing in EMS-ESP32 as this clock program was not published on the EMS bus. But I was wrong. I installed Bosch EasyControl and via the related app I can read and change the clock program. So there are telegrams to read and update this clock program.
I monitored the EMS bus while changing the clock program, but there are so many messages on the EMS bus that I have no clue how to find the ones triggered by the changes I did.
Below is how it looks like in the Bosch EasyControl app. This is showing and updating the clock program in the Enviline itself.
emsesp_system_info.json
Beta Was this translation helpful? Give feedback.
All reactions