You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unlockZappi(serialNo) — allow a charge session on a locked Zappi via the cgi-jlock command (the "charge session allowed" flag 00000010, matching the myenergi app's unlock). Note that jlock takes the serial number without the Z prefix, unlike the other Zappi commands.
The current lock state can be read from the lck bit field in the Zappi status (bit 0 = locked now, bit 1 = lock when plugged in, bit 2 = lock when unplugged, bit 3 = charge when locked, bit 4 = charge session allowed).
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds getDayHourHistory() — hour-by-hour historic energy data via cgi-jdayhour, returned as typed HistoryRecord[] (energy in joules). Enables daily energy calculations.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
setZappiPhaseSetting(serialNo, ZappiPhaseSetting) — switch a three phase Zappi between single phase (0), three phase (1) and automatic (2) charging via the cgi-zappi-phase-setting endpoint. Requires firmware with phase switching support (three phase Zappi V2.1+).
New exported ZappiPhaseSetting enum.
Optional phaseSetting field ("1"/"3"/"auto") on the Zappi model, reported by newer firmware.