Skip to content

Releases: bisand/myenergi-api

v2.9.0 - Zappi unlock support

Choose a tag to compare

@bisand bisand released this 22 Jul 10:41

What's new

  • 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).

v2.8.1

Choose a tag to compare

@bisand bisand released this 06 Jul 16:13
1799c9a

Fixed

  • EddiBoost.CancelHeater2 and EddiBoost.ManualHeater2 sent heater 1 command codes — boosting or cancelling heater 2 silently targeted heater 1. Corrected to 1-2/10-2.

Full Changelog: v2.8.0...v2.8.1

v2.8.0

Choose a tag to compare

@bisand bisand released this 06 Jul 10:42
21a5a5c

Adds Libbi home battery support: status (getStatusLibbi[All]) and mode control (setLibbiMode: Stop / Normal / Export).

v2.7.1

Choose a tag to compare

@bisand bisand released this 06 Jul 09:56
afdc599

Fixes the Eddi model: temperature probe 1 is tp1 (was tp).

v2.7.0

Choose a tag to compare

@bisand bisand released this 06 Jul 09:22
8abebdf

Adds getDayHourHistory() — hour-by-hour historic energy data via cgi-jdayhour, returned as typed HistoryRecord[] (energy in joules). Enables daily energy calculations.

v2.6.0

Choose a tag to compare

@bisand bisand released this 06 Jul 08:39
09b55ba

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.

v2.5.0

Choose a tag to compare

@bisand bisand released this 15 Feb 07:27

Full Changelog: v2.4.2...v2.5.0

v2.4.2

Choose a tag to compare

@bisand bisand released this 22 Jan 08:25

Full Changelog: v2.4.1...v2.4.2

v2.4.1

Choose a tag to compare

@bisand bisand released this 22 Jan 08:18

Full Changelog: v2.4.0...v2.4.1

v2.4.0

Choose a tag to compare

@bisand bisand released this 25 Nov 05:17

What's Changed

Full Changelog: v2.3.1...v2.4.0