Skip to content

v1.13.6

Choose a tag to compare

@alexdelprete alexdelprete released this 22 May 10:52
v1.13.6
e31557b

Release v1.13.6

GitHub Downloads

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 while energia_prelevata and
    fascia_oraria_attuale were 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 > 0 and a real tariff band
    (fascia_oraria_attuale other than F0). 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