Files
Tasmota/tasmota
Grzegorz 213d4e43b6 MiEL HVAC: publish HVACSettings after an optimistic settings apply (#25017)
Follow-up to #25004. Since that PR copies an outgoing 0x41 set-settings
request into sc_settings immediately, the confirming 0x62 0x02 normally
equals sc_settings, so the memcmp() in miel_hvac_input_settings() no
longer fires and HVACSettings / SENSOR were not published after an
HVACSet* command until the next TelePeriod (reported by @mamrai1).

Publish HVACSettings + SENSOR right after the optimistic apply. If the
unit rejects or modifies the request its 0x62 0x02 still differs from
sc_settings and the existing comparison republishes the corrected state.
2026-09-08 09:09:38 +02:00
..
2026-09-02 17:49:22 +02:00
2026-08-31 16:58:13 +02:00