Releases: yozik04/nibe-mqtt
Releases · yozik04/nibe-mqtt
0.5.1
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
What's Changed
- Updated
nibe
library to 2.7.0
Full Changelog: 0.4.0...0.5.0
0.4.0
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.1
What's Changed
- Updating nibe library to 1.3.1
Full Changelog: 0.3.0...0.3.1
0.3.0
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
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
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
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
0.0.1
Adding tox, black, isort into requirements.txt