Skip to content

v1.2.8

Choose a tag to compare

@alexdelprete alexdelprete released this 25 Jan 16:14
v1.2.8
3818099

Release v1.2.8

GitHub Downloads

What's Changed

Bug Fixes

  • Fixed ModbusLink 1.4.x compatibility - Updated imports to use renamed exception classes introduced
    in ModbusLink 1.4.0. This fixes the integration failing to load with Home Assistant 2026.1.3+.
    (Fixes #193)

Dependencies

  • Updated modbuslink requirement from >=1.3.2 to >=1.4.1

Technical Details

ModbusLink 1.4.0 introduced breaking changes with renamed exceptions:

Old Name New Name
ConnectionError ConnectError
TimeoutError TimeOutError
CRCError CrcError
InvalidResponseError InvalidReplyError

The async client classes (AsyncModbusClient, AsyncTcpTransport) remain unchanged.

Thanks

Thanks to @Donez84 for reporting this issue.

Full Changelog

Full Changelog: v1.2.7...v1.2.8