Skip to content

v0.12.1 - Scanner Update

Compare
Choose a tag to compare
@jasonacox jasonacox released this 10 Dec 05:55
· 15 commits to main since this release

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.
from pypowerwall.scan import scan
found_devices = scan(interactive = False)

Full Changelog: v0.12.0...v0.12.1