v1.13.6
Release v1.13.6
Release Date: 2026-05-22
Type: Patch release - Tightens the device warm-up gate to resume only when the device is fully ready.
What's Changed
Changed
- Warm-up gate now requires both signals valid before trusting a poll - The
v1.13.5 warm-up gate rejected a poll only whileenergia_prelevataand
fascia_oraria_attualewere both at their warm-up value. The gate now considers
the device ready - and resumes publishing data - only when both registers hold
a valid value at the same time:energia_prelevata > 0and a real tariff band
(fascia_oraria_attualeother thanF0). If the two registers recover on
different polls, the poll stays rejected until the slower register catches up, so a
partially-populated poll is never published. Refines the warm-up gate introduced in
v1.13.5 (reported in
#207).
Full Changelog:
compare/v1.13.5...v1.13.6