Releases: plugwise/python-plugwise-usb
Releases · plugwise/python-plugwise-usb
v0.40.0a22
v0.40.0a21
What's Changed
- Model of device is now the generic model without the model type
- Improved log messages
New Features 🎉
- Add specific model_type to NodeInfo property
Bug Fixes 🐛
- Resolves issue keeping track of the awake (on-line) state of battery powered devices
Maintenance 🧰
- Refactor some code
Full Changelog: v0.40.0a18...v0.40.0a21
v0.40.0a18
What's Changed
- Improved log messages
- Optimized energy log retrieval
Bug Fixes 🐛
- Resolves issue with name of cache file for nodes
Maintenance 🧰
- Added extra tests
Full Changelog: v0.40.0a16...v0.40.0a18
v0.40.0a17
What's Changed
- Improved log messages
- Optimized energy log retrieval
Bug Fixes 🐛
- Resolves issue with name of cache file for nodes
Maintenance 🧰
- Added extra tests
Full Changelog: v0.40.0a16...v0.40.0a17
v0.40.0a16
What's Changed
- Improved log messages
New Features 🎉
- Add name property for node
Bug Fixes 🐛
- Resolves some edge cases changing cache settings
Maintenance 🧰
- Added extra tests
Full Changelog: v0.40.0a15...v0.40.0a16
v.0.40.0a19
What's Changed
- Lower log level for energy collection during the first 10 minutes after initialization. This prevents pollution of system log for expected delays
Maintenance 🧰
- Remove some duplicate code
Full Changelog: v0.40.0a18...v.0.40.0a19
v0.40.0a15
What's Changed
New Features 🎉
- Add ability to creating cache folder at initial setup when it does not exists yet
Full Changelog: v0.40.0a14...v0.40.0a15
v0.40.0a14
What's Changed
Bug Fixes 🐛
- Fixes a race condition in creating cache folder at initial setup
Full Changelog: v0.40.0a13...v0.40.0a14
v0.40.0a13
Highlights of changes in this version
- Full rewrite from threaded into async (which fits better to Home Assistant)
- Local caching of energy data to speedup loading the integration after a restart and minimize network congestion issues
- Improved message handling by properly utilizing the status response from USB-stick
- Added tests to ensure working of library. (no full coverage yet)
Full Changelog: v0.31.3...v0.40.0a13