Skip to content

Releases: yozik04/nibe-mqtt

0.5.1

18 Feb 14:25
Compare
Choose a tag to compare

What's Changed

  • Clamp paho_mqtt dependency as >=1.5.0,<2.0.0. Reason: 2.0.0 has some breaking changes that need some time to bake. #25

Full Changelog: 0.5.0...0.5.1

0.5.0

19 Jan 19:29
Compare
Choose a tag to compare

What's Changed

  • Updated nibe library to 2.7.0

Full Changelog: 0.4.0...0.5.0

0.4.0

02 Mar 10:31
Compare
Choose a tag to compare

What's Changed

  • Configuration nibe: word_swap setting became optional for NibeGW connection method.
  • Library updated to 2.1.0 changelog.
  • Service announces coils to HomeAssistant after every reconnect to MQTT.

Full Changelog: 0.3.3...0.4.0

0.3.3

15 Feb 16:32
Compare
Choose a tag to compare

What is changed

Fix for TCP modbus #19

Full Changelog: 0.3.2...0.3.3

0.3.1

28 Nov 22:15
346bd77
Compare
Choose a tag to compare

What's Changed

  • Updating nibe library to 1.3.1

Full Changelog: 0.3.0...0.3.1

0.3.0

18 Oct 11:33
Compare
Choose a tag to compare

What was changed

  • New nibe lib version 1.0.0 with more sensor data mappings
  • Retry count is not configurable anymore. Lib does automatically 3 retries which is sufficient.
  • Added device classes and state classes for HomeAssistant

Full Changelog: 0.2.0...0.3.0

0.2.0

30 Aug 14:33
Compare
Choose a tag to compare

What's Changed

  • Add word_swap setting into configuration yaml. Should match the setting in Nibe service menu 5.3.11 (modbus settings)
  • Bump Nibe lib version to 0.4.0

Full Changelog: 0.1.1...0.2.0

0.1.1

29 Aug 21:29
Compare
Choose a tag to compare

What's Changed

  • Bump Nibe lib version to 0.3.2
  • Fixing MQTT disconnect callback

Full Changelog: 0.1.0...0.1.1

0.1.0

08 Jul 14:14
Compare
Choose a tag to compare

What's Changed

  • Bump Nibe lib version to 0.3.1
  • Adding retry for read and write commands
  • Support for modbus connection method
  • Don't wait for interval seconds before polling the first time by @rtitmuss in #2
  • Other small changes

Full Changelog: 0.0.1...0.1.0

Initial version

01 May 13:20
Compare
Choose a tag to compare
0.0.1

Adding tox, black, isort into requirements.txt