github jasonacox/pypowerwall v0.12.1
v0.12.1 - Scanner Update

latest releases: v0.15.12, v0.15.11, v0.15.10...
18 months ago

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

Don't miss a new pypowerwall release

NewReleases is sending notifications on new releases.