Skip to content

Release v1.15.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 10:42
· 14 commits to main since this release

For a switch fed through the relay board the strict-AND off check could
report a false "did not switch off" fault (and Telegram/Sayit notification)
even though the target switched off correctly: the target (e.g. the Shelly)
was confirmed off, but the board's /api/status could not confirm its relay
off within the ~1.8 s retry window (a brief hiccup, or its countdown ending
a moment later).

The target object is now authoritative for the off check: the fault is
raised only when the target is genuinely still on. If the target is off but
the board relay is unconfirmed, the adapter logs a warning instead of a
fault; the safety back-stop (force board off) is unchanged.

  • main.js: feed() off-verify no longer ANDs the board relay into the fault

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com