v0.12.1 - Scanner Update
What's Changed
- Large-scale refactor of scan function by @Nexarian in #117
- Function
scan()
returns a list of the discovered devices for use as a utility function. - Ability to silence output for use as a utility.
- Improve performance of multi-threaded scan by using a Queue.
- General code flow improvements and encapsulation.
- Add ability to work with standalone inverters.
- Function
from pypowerwall.scan import scan
found_devices = scan(interactive = False)
Full Changelog: v0.12.0...v0.12.1