Releases: wimb0/home-assistant-saj-r5-modbus
Releases · wimb0/home-assistant-saj-r5-modbus
v1.9.0b1
Fix pymodbus errors when using multiple modbus devices.
Breaking issue:
Now requires Home Assistant 2023.9.1 (Was 2021.12.0)
Full changelog:
- Update pymodbus requirement to use pymodbus 3.5.1 or higher.
- Changed Endian.Big to Endian.BIG in hub.py
- Updated Home Assistant requirement to at least 2023.9.1
- Requires HACS 1.28.4 or higher
v1.8.0
- Update to support pymodbus 3.3.1 (Thanks to @KWcDP6hz3 )
- Update Readme with instructions to use RS232 via the USB style port
v1.7.0
v1.6.0
v1.5.5
v1.5.1
As preparation for the next HA updates this changes transforms the sensor configuration to EntityDescription objects.
This makes is more configuration more flexible and adds type-hinting for the available options.
Also fixed not correctly updating last reset today values.