v0.12.0 - Add Powerwall Temps
What's Changed
- Remove Negative Solar Values [Option] by @jasonacox in #113
- Add Powerwall Temps by @jasonacox in #114
- Solar-Only Cloud Access - Fix errors with site references by @Nexarian in #115
- TEDAPI: Add
get_device_controller()
to get device data which includes Powerwall THC_AmbientTemp data. Credit to @ygelfand for discovery and reported in jasonacox/Powerwall-Dashboard#392 (comment) - Updated
vitals()
to include Powerwall temperature data. - Proxy Updated to t66 to include API response for /tedapi/controller.
Example: pw.temps()
{
"TETHC--2012170-25-E--TG123456789012": 20.5,
"TETHC--3012170-05-B--TG123456789013": 20.60000000000001
}
New Contributors
Full Changelog: v0.11.1...v0.12.0