* 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>
8 lines
199 B
JSON
8 lines
199 B
JSON
{
|
|
"domain": "flexit",
|
|
"name": "Flexit",
|
|
"documentation": "https://www.home-assistant.io/integrations/flexit",
|
|
"dependencies": ["modbus"],
|
|
"codeowners": [],
|
|
"iot_class": "local_polling"
|
|
}
|