What's Changed
- Docs: Update README.md by @eltociear in #560
- v4.6.1 - pyPowerwall Updates by @jasonacox in #579
Updates to using pypowerwall v0.12.4 t68 which includes:
- v0.12.4: Address bug iin TEDAPI logic on some systems where Neurio CTS data was not getting processed. Discovery by @anderep in #578 (comment) - Issue jasonacox/pypowerwall#136 and PR jasonacox/pypowerwall#137. Also adds /csv/v2 API support by @jasonacox in jasonacox/pypowerwall#134
- v0.12.3: Proxy vFix TEDAPI URL from constant GW_IP to constructor selectable host gw_ip by @Nexarian in jasonacox/pypowerwall#129 - The hard-coded 192.168.91.1 for the TEDAPI internal endpoint doesn't work if you're using NAT. This change enables support for this use-case. See https://gist.github.com/jasonacox/91479957d0605248d7eadb919585616c?permalink_comment_id=5373785#gistcomment-5373785 for NAP implementation example.
- v0.12.2: Fix bug in cache expiration timeout code that was not honoring pwcacheexpire setting. Raised by @erikgieseler in jasonacox/pypowerwall#122 - PW_CACHE_EXPIRE=0 not possible? (Proxy) - Fix by @jasonacox in jasonacox/pypowerwall#123. Adds WARNING log in proxy for settings below 5s. Changes TEDAPI config default timeout from 300s to 5s and links to pwcacheexpire setting.
- v0.12.1: Large-scale refactor of Powerwall scan function by @Nexarian in jasonacox/pypowerwall#117
New Contributors
- @eltociear made their first contribution in #560
Full Changelog: v.4.6.0...v4.6.1