Skip to content

Releases: theolind/pymysensors

0.18.0

21 Oct 14:06
a139ab6
Compare
Choose a tag to compare

Closed issues:

Merged pull requests:

0.17.0

12 Aug 14:46
eb0b170
Compare
Choose a tag to compare

Merged pull requests:

0.16.0

19 Jul 13:17
19f030b
Compare
Choose a tag to compare

Merged pull requests:

0.15.0

27 May 10:56
6b79d9b
Compare
Choose a tag to compare

Closed issues:

  • Main program does not exit cleanly #153

Merged pull requests:

0.14.0

10 May 11:32
d4315ad
Compare
Choose a tag to compare

Merged pull requests:

0.13

02 Apr 13:45
4ee8b70
Compare
Choose a tag to compare

Breaking Changes:

Closed issues:

  • Add support for I_PRE_SLEEP_NOTIFICATION in 2.2.0 #121
  • OTA not kicking off? #118

Merged pull requests:

0.12.1

14 Jan 23:35
0555397
Compare
Choose a tag to compare

Merged pull requests:

0.12

14 Jan 15:30
97f7b4f
Compare
Choose a tag to compare

Merged pull requests:

0.11.1

29 Aug 13:06
Compare
Choose a tag to compare

If you have a persistence file containing protocol_version with value null the library will fallback to version '1.4': Please update the value to the correct protocol version string of your sensor, or delete the persistence file and make sure your devices present themselves properly again. See #108 for more info.

Merged pull requests:

0.11

21 Aug 09:10
Compare
Choose a tag to compare

Potentially breaking change:
Messages are now validated according to the MySensors serial API as it's been implemented in pymysensors before being passed along into the library and downstream to the callback. Users that are not adhering to the mysensors serial api could face dropped messages after this change. Messages must follow the mysensors api implemented as in pymysensors as of this release. See #102 for more info.

Debug logging of slow calls in handle_queue:
There's been reports from users of latency issues during updates from actuators. To troubleshoot this, users can now set logging to debug level and calls that are slower than 0.1 seconds will be logged. Please open an issue if you experience slow updates and post your debug log in the issue. This will help us fix this problem if we can.

Merged pull requests: