Skip to content

Releases: jasonacox/Powerwall-Dashboard

v4.7.2 - TEDAPI Updates

14 Jun 06:01
dce9d59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.1...v4.7.2

v4.7.1 - Multiple PW3 Strings

12 May 03:51
13a5d98
Compare
Choose a tag to compare

What's Changed

{
  "grid": -3,
  "home": 917.5,
  "solar": 5930,
  "battery": -5030,
  "soe": 61.391932759907306,
  "grid_status": 1,
  "reserve": 20,
  "time_remaining_hours": 17.03651226158038
}

Full Changelog: v4.7.0...v4.7.1

v4.7.0 - Powerwall Firmware 25.10.1+

11 May 18:03
4d0cbdc
Compare
Choose a tag to compare

What's Changed

  • Starting with Powerwall Firmware 24.10.1, Powerwalls no longer allows routed access to the TEDAPI interface (needed for Powerwall 3 and extended metrics data)
  • Updated documentation and setup script to instruct users that direct WiFi access is required for TEDADI access by @jasonacox in #623
  • Update influxdb.sql source by @emmanuel-ferdman in #624

New Contributors

Full Changelog: v4.6.7...v4.7.0

v4.6.7 - Dashboard Fixes

26 Apr 07:25
1a60491
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.6...v4.6.7

v4.6.6 - Fan Speeds

08 Apr 04:26
ab89003
Compare
Choose a tag to compare

What's Changed

image

Full Changelog: v4.6.5...v4.6.6

v4.6.5 - Coordinates

07 Mar 06:23
66436a5
Compare
Choose a tag to compare

What's Changed

  • Update setup.sh to check for existing LAT and LONG coordinate setting in SunAndMoon auto-provision datasource as reported in #589 (comment). PR by @jasonacox in #598
  • Provide disclaimer that 'already exist' errors are harmless as reported in #597

Full Changelog: v4.6.4...v4.6.5

v4.6.4

07 Mar 05:51
Compare
Choose a tag to compare

What's Changed

  • v4.6.4 - InfluxDB Auto by @jasonacox in #594
  • Fix URI too long issue by adding POST method for InfluxDB Auto-provision datasource in Grafana reported in #591 by @devachnid.
  • Update InfluxDB auto-provisioning to allow user editing.

Full Changelog: v4.6.3...v4.6.4

v4.6.3 - SunAndMoon Edit

28 Feb 04:49
Compare
Choose a tag to compare

What's Changed

  • v4.6.3 - SunAndMoon Edit by @jasonacox in #590
  • Update SunAndMoon datasource auto-provisioning to allow user to edit location (#589 by @jimmyfitz)
  • Add location LAT and LONG confirmation as part of setup.sh script.

Full Changelog: v4.6.2...v4.6.3

v4.6.2 - Normalize Alerts

18 Feb 03:17
Compare
Choose a tag to compare

What's Changed

Updates to pyPowerwall v0.12.7 which includes:

  • Improvements to grid status connected by @Nexarian in jasonacox/pypowerwall#139
  • Fix an issue in TEDAPI where the grid status is not accurately reported in certain edge cases. Now, only the "SystemConnectedToGrid" alert will appear if it is present in alerts API. This update also eliminates the risk of duplicate and redundant (e.g. "SystemGridConnected") alerts.
  • Updated aggregates call to include site current (METER_X) and external PV inverter data in solar (METER_Y) by @jasonacox in jasonacox/pypowerwall#142. Reported in Issue #140 by @felberch.
  • Alerts in extract_grid_status can be None. This fix addresses this edge case. Fix by @Nexarian in jasonacox/pypowerwall#145

Dashboard updates:

New Contributors

Full Changelog: v4.6.1...v4.6.2

v4.6.1 - pyPowerwall Updates

03 Feb 00:53
9fa36ba
Compare
Choose a tag to compare

What's Changed

Updates to using pypowerwall v0.12.4 t68 which includes:

New Contributors

Full Changelog: v.4.6.0...v4.6.1