Skip to content

Releases: yozik04/nibe

0.3.0

31 May 21:08
Compare
Choose a tag to compare

What’s Changed

  • Drop udp packets from unknown hosts (#4) @rtitmuss
  • Add missing fan-mode-47260 for Nibe f370 (#3) @rtitmuss
  • HeatPump class: get_coil_by_address and get_coil_by_name methods raise CoilNotFoundException instead of returning null

0.2.0

29 May 20:14
Compare
Choose a tag to compare

What’s Changed

  • Don't log an error when invalid coil address (#2) @rtitmuss
  • Modbus connection reconfigured to work with registers instead of coils per feedback from (#1)

0.1.0

04 May 22:08
Compare
Choose a tag to compare

What’s Changed

  • experimental Nibe TCP/Serial Modbus support (Models S and Modbus 40 module)
  • read_coil raises CoilReadException and CoilReadTimeoutException
  • read_coil and write_coil accept float timeouts

0.0.4

28 Apr 21:21
Compare
Choose a tag to compare

Bug fixes

Fixing 5c escaping

Full Changelog: 0.0.3...0.0.4

Checksum 5c fix

27 Apr 20:28
Compare
Choose a tag to compare
  • Fix when checksum equals 0x5c. Heatpump sends c5 instead.

Full Changelog: 0.0.2...0.0.3

Bugfixes

27 Apr 20:11
Compare
Choose a tag to compare
  • Default read/write timeout is now set to 5 seconds
  • Logging coil value updates to INFO
  • Catching ChecksumErrors
  • Logging coil write success to INFO

Full Changelog: 0.0.1...0.0.2

Initial version

26 Apr 19:53
Compare
Choose a tag to compare

Initial library version