Replies: 3 comments 3 replies
-
On my system there is a field setting to restore previous state after power interruption. Which I'm assuming means to write to memory or not. |
Beta Was this translation helpful? Give feedback.
-
This surprises me, an empty line should not be necessary (at least not for more recent versions), the ESP flushes the ATmega serial input after an ATmega reset or reflash. You have version v0.9.42 running on both, right?
Unfortunately I do not know the answer. Some observations: So I can only assume that
Which field setting would this be? I could add it to the README to avoid flash wear. |
Beta Was this translation helpful? Give feedback.
-
very interesting discussion... I ran into the write cycle buffer problem, too. (see #94) with my 2023 series Altherma 3 Ech2o. another question I am asking myself: are parameters set by the Madoka handled in the same way? So when changing the room temperature via the Madoka, will this end up in a write cycle, too? |
Beta Was this translation helpful? Give feedback.
-
I finally got writing parameters via MQTT running.
I was not aware that flushing the input buffer was crucial ( P1P2/W and empty line as payload)
Regarding the 100k write cycles for the EEPROM I have one question.
Is turning heating on/off (Z0/Z1) or increasing/decreasing the Leaving water temperature associated with a parameter write?
Or is this something that is kept in volatile memory and only stored when the heatpump is shut down?
Greetings,
Jens
Beta Was this translation helpful? Give feedback.
All reactions