Skip to content

Releases: denpamusic/PyPlumIO

PyPlumIO v0.5.18

09 May 19:14
9158f97
Compare
Choose a tag to compare
  • Fixed memory leak caused by unintended create entry call on every received frame.

PyPlumIO v0.5.17

03 May 20:44
c72d379
Compare
Choose a tag to compare
  • Fix import_module() call blocking the event loop.

PyPlumIO v0.5.16

06 Mar 12:24
b81ff34
Compare
Choose a tag to compare
  • Fixed freeze when closing connection, before it was successfully established.
  • Fixed pending alert end date. Pending alert have 0xFFFFFFFF end date, not 0x00000000.

PyPlumIO v0.5.15

15 Feb 16:19
65327bb
Compare
Choose a tag to compare
  • Improved performance of producer/consumer protocol.

PyPlumIO v0.5.14

12 Feb 18:22
d185ba2
Compare
Choose a tag to compare

PyPlumIO v0.5.13

19 Jan 22:28
27df228
Compare
Choose a tag to compare
  • Fixed schedule parser failing when device doesn't advertise any schedules. Affects at least EM850R2. Resolves #34. Thanks @jerz1985

PyPlumIO v0.5.12

17 Dec 14:49
e2a74e0
Compare
Choose a tag to compare

PyPlumIO v0.5.11

12 Dec 22:49
f2ac62f
Compare
Choose a tag to compare
  • Marked package as typed in accordance with PEP-561.
  • Added support for pyserial-asyncio-fast. It features lower latency and faster writes. If installed, it will be used to handle serial connections. By default available with HomeAssistant.
  • Added support for Python 3.12.
  • General code style and performance improvements.

PyPlumIO v0.5.10

07 Dec 18:29
b525530
Compare
Choose a tag to compare
  • Improved connection classes signature.
  • Added slots to structure decoders.
  • Fixed fuel level for ecoMAX 860P6-O. Resolves: #19. Thanks @jszkiela72
  • Fixed thermostat parameters decoder. Thanks @jszkiela72

PyPlumIO v0.5.9

26 Nov 22:30
08d4c29
Compare
Choose a tag to compare
  • Fixed schedule name extractor not working when schedule name contains _ (underscore). Found in: denpamusic/homeassistant-plum-ecomax#44. Thanks @funraa
  • Fixed AddressableDevice.async_setup incorrectly marking FrameType.REQUEST_ALERTS as unsupported frame, when no alerts is available.