How to change the content of time programs? #152
-
Hi, I'm considering to change the heating on and off times of my CHA-7 dependent on room temperatures. I could do it easily by changing the heating program between "Permanent" and "Standby". But I'm in fear that in case of an error (e.g. connection lost) the CHA stays in the Standby forever. Therefore I'm trying to find a less risky way. My idea is the live change of the time programs:
So my plan is to overwrite the time program each time the CHA needs a break. In case of an error the worst thing that can happen is, that I ran into the single break each day. My question: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
Well, times for the programs cannot be set. Zivilian was going to look into it. I have a similar approach which I solve by using Urlaubsmodus and Partymodus. I have a rjme program running in the morning . So when temps ar are too high I start Urlaubsmodus to safely stop heating and ensuring it returns back to the usual time program for next morning. If during the day the temperature is to low I start Partymoduus for 2 hours. This way I ensure I will always be able to be in a safe state even if ism7mqtt cannot communicate for any reason |
Beta Was this translation helpful? Give feedback.
-
I am sending the time and flag in one JSON. This works usually. Only when applying also a future start time I run into this issue sometimes. In such case I found no solution yet but resubmitting the mqtt. Here a sample of the mqtt I use
|
Beta Was this translation helpful? Give feedback.
-
Thank you @zivillian Unfortunately it does not work. You can see in my error log screenshot of my last comment, that the json is not excepted. I do not need it for now as I found another solution by setting the values as single attribute without json. But just for curiosity I will try to change the code to add underscores. But that might not be before spring. |
Beta Was this translation helpful? Give feedback.
Well, times for the programs cannot be set. Zivilian was going to look into it.
I have a similar approach which I solve by using Urlaubsmodus and Partymodus. I have a rjme program running in the morning . So when temps ar are too high I start Urlaubsmodus to safely stop heating and ensuring it returns back to the usual time program for next morning. If during the day the temperature is to low I start Partymoduus for 2 hours. This way I ensure I will always be able to be in a safe state even if ism7mqtt cannot communicate for any reason