Skip to content

v0.5.6 - Force battery discharge and charge support & API Fixes

Compare
Choose a tag to compare
@Poshy163 Poshy163 released this 01 Nov 09:34
· 3 commits to main since this release
84471ed

What's Changed

  • Update throttle to 1.4 (was 1.35)
  • Remove integration crashing when API calls fail (404 errors)
  • Add battery discharge and charge buttons (15/30 mins and 1 hour)
  • Add reset charge/discharge battery. to set all configs to 00:00 (aka resetting them)
  • Discharge and charge buttons can each only be pressed once every 10 mins (OpenAPI limitation)
  • Supports using via automations (good for people using the Amber/dynamic pricing)
  • Show the data being provided from getDisChargeConfigInfo and getChargeConfigInfo
  • Add charging range for batteries

Additional Info

  • Due to the limitations of the API, the discharge and charge config will round up to the nearest 15 min (eg at 12:02 you press the 15 min discharge config. it wont go live until 12:15, and it wont finish until 12:30)
  • If the charge/discharge button are selected before the 10 min cooldown enforced by the API, a client side error will be shown in the logs (working on finding a better solution)

Full Changelog: v0.5.5...v0.5.6