Skip to content

Releases: nugget/python-insteonplm

Hub connectivity issues

15 Mar 19:56
b4f64e0
Compare
Choose a tag to compare

Rollback changes to __init__.py to 0.16.0 to fix Hub connectivity issues introduced in newer releases.

Fix issue with checksum under specific conditions

16 Feb 17:16
83a64c4
Compare
Choose a tag to compare
fix type (#224)

* fix type

* Make _get_most_recent_message a function

* Flake8

Improve hub communication and dup msg handling

26 Jan 00:33
7251a53
Compare
Choose a tag to compare

This release addresses issues with hub connection stability and improves message deduplication.

Scene Cleanup

30 Jul 20:46
aa0089f
Compare
Choose a tag to compare

Send scene cleanup messages to all devices known to be in the scene

Scene Cleanup

30 Jul 20:22
9b025c5
Compare
Choose a tag to compare

This release is being released to be consistent with pypi. However, it should not be used. Use release 0.16.5 instead.

Check write lock before restarting writer

12 Jul 16:09
af3bec0
Compare
Choose a tag to compare

Eliminates irrelevant debug messages

Hub general exception handling

12 Jul 03:05
e2a3e47
Compare
Choose a tag to compare

Improve general exception handling in the Hub version 2

Fix Hub reader stopping due to ValueError

09 Jul 16:42
06ecc20
Compare
Choose a tag to compare

This fix has the Hub reader restart on general exception errors rather than stopping.

Add scene triggering on and off

25 Jun 19:33
823f5b5
Compare
Choose a tag to compare
Trigger scenes (#161)

* Add scene triggering on and off
* Fix issue with cleanup messages for dimmer devices
* Fix issue with thermostat mode value

Produce wheel as part of standard release

16 May 18:36
353402b
Compare
Choose a tag to compare
  • Release process amended to produce and upload a whl file as well as the tar.gz