What's Changed
- v0.8.3 - Control APIs by @jasonacox in #83
- Added additional error handling logic to clean up exceptions #81
Proxy (t54):
- Fix
/podAPI to addtime_remaining_hoursandbackup_reserve_percentfor cloud mode. - Added control APIs to set backup reserve and operating mode settings. Requires setting
PW_CONTROL_SECRET. Use with caution! #79
# Set Mode
curl "http://localhost:8675/control/mode?token=$PW_CONTROL_SECRET&value=self_consumption"
# Set Reserve
curl "http://localhost:8675/control/reserve?token=$PW_CONTROL_SECRET&value=20"
# Omit Value to Read Settings
curl "http://localhost:8675/control/mode?token=$PW_CONTROL_SECRET"
curl "http://localhost:8675/control/reserve?token=$PW_CONTROL_SECRET"Full Changelog: v0.8.2...v0.8.3