Skip to content

Releases: nugget/python-insteonplm

Refreshed dependencies and build improvements

16 May 18:22
21d25a6
Compare
Choose a tag to compare
  • 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

04 Dec 23:34
3c82d82
Compare
Choose a tag to compare

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]

06 Nov 02:53
3a41bc8
Compare
Choose a tag to compare

IOLinc sensor was not reading correctly/consistently.

Upgrade python release to 3.5.3 or higher and add 3.7 support

12 Oct 22:26
cecb3c5
Compare
Choose a tag to compare

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

08 Sep 02:16
efb32e1
Compare
Choose a tag to compare
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

06 Sep 19:42
a6c155f
Compare
Choose a tag to compare

Addresses the following issues:
#98
#79
#20

Connect to hub v1 via sockets on a configurable port. Default port is 9761.
Move from serial.aio to serial_asyncio to provide proper support for sockets and Windows.

Significant code cleanup

03 Sep 04:37
155a89f
Compare
Choose a tag to compare

Passing pylint, flake8 and docstring tests

Fix issue with dimmable on message when on level is 0

27 Aug 02:02
e725458
Compare
Choose a tag to compare

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

26 Aug 17:41
ec4c40e
Compare
Choose a tag to compare

Finally supporting thermostat (cat 0x05) and now window coverings too (0x0E).

Clean up error, warning and info log messages

21 Aug 03:36
96db688
Compare
Choose a tag to compare
Log message clean up (#92)

* Clean up error, warning and info log messages

* Bump version to 0.12.3