Releases: nugget/python-insteonplm
Releases · nugget/python-insteonplm
Refreshed dependencies and build improvements
- Fixed identification of 2342 8 and 4 button remote (#125)
- Reconstituted wheel building
- Cleaned up
setup.py
for more reliable operation. - Miscellaneous dependency refreshing
Rename IOLinc sensor to not conflict with other Open/Closed Sensors
The IOLinc sensor was named 'openClosedSensor' and conflicted with the Open/Closed Sensor device models 2421 and 2843-222. This renames the sensor to 'ioLincSensor' for clarity.
Fix issue with IOLinc [2450]
IOLinc sensor was not reading correctly/consistently.
Upgrade python release to 3.5.3 or higher and add 3.7 support
This release adopts the new asyncio methods of async and await. It also sets the minimum python release to 3.5.3.
Additional changes to Hub connectivity to ensure more stable connections for the 2014 Hub.
Small patch updates to KeypadLincs
Fix Posix issue with device in upper case
Win device upper case undo (#104) * Move windows device case change to Connection __init__ * Undo Windows port upper case
Add Windows support and fix Hub v1
Significant code cleanup
Passing pylint, flake8 and docstring tests
Fix issue with dimmable on message when on level is 0
Fix an issue when a manual switch change shows an on message (cmd1 = 0x11) and the on level is 0 (cmd2 = 0x00). The on level is actually 255, not 0.
Window Coverings and Thermostat
Finally supporting thermostat (cat 0x05) and now window coverings too (0x0E).
Clean up error, warning and info log messages
Log message clean up (#92) * Clean up error, warning and info log messages * Bump version to 0.12.3