jasonacox / pypowerwall

Python API for Tesla Powerwall and Solar Power Data
MIT License
123 stars 21 forks source link

Add grid_status responses for syncing to off-grid #19

Closed mcbirse closed 1 year ago

mcbirse commented 1 year ago

Added SystemTransitionToIsland and SystemIslandedReady to map, as these can be returned when transitioning to off-grid (more details in issue #7 )

jasonacox commented 1 year ago

Thanks for the fix @mcbirse ! Great catch.