What's Changed
- TEDAPI functions for firmware version and PW3 by @jasonacox in #106
- Add TEDAPI
get_firmware_version()to poll Powerwall for firmware version. Discovered by @geptto in #97. This function has been integrated into pypowerwall existing APIs (e.g.pw.version()) - Add TEDAPI
get_components()andget_battery_block()functions which provide additional Powerwall 3 related device vital information for Powerwall 3 owners. Discovered by @lignumaqua in jasonacox/Powerwall-Dashboard#392 (comment). The plan it to integrate this data into the other device vitals payloads for PW3 systems (TODO).
Full Changelog: v0.10.7...v0.10.8