Implemented #346
SolaX X3-MIC:
Replaced all newblock = True,
with single ignore_readerror = True,
Workaround for supporting Modbus Power Meter registers failing on Inverters without the updated register set (ARM Firmware less than v1.38 (Gen1 only))
Solis:
Implemented ignore_readerror = True,
to try and resolve #340 #341
Beta 3 Changes:
Generic:
Moved value_function = value_function_sync_rtc,
to const.py
SolaX EV Charger:
New plugin.
Doesn't appear to have time control implement in Modbus yet.
Please use #349 to discus SolaX EV Charger.
Beta 4 Changes:
Solis:
- Changed block_size to 40
- Reconfigured
ignore_readerror = True,
for the block_size = 40
Beta 5 Changes:
Solis:
- Added additional "Update Charge/Discharge Times"
- Added missing
ignore_readerror = True,
from Beta 4