mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 01:01:37 +00:00
* pyflexit first argument should be a ModbusSerialClient This component broke with 2021.6 I have tested this patch on my setup and it restores functionality * Implemented async reading of modbus values Stopped using pyflexit as this is outdated and not needed Instead using async_pymodbus_call from ModbusHub class * Bugfix: Reading fan mode from wrong register * Implemented async writing Set target temperature and fan mode using modbus call Added some error handling * No longer require pyflexit * Review comments. Co-authored-by: jan Iversen <jancasacondor@gmail.com>