mirror of
https://github.com/arendst/Tasmota.git
synced 2026-09-14 18:55:05 +00:00
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.