Solis:
- Added Button "Update Charge/Discharge Times"
Moved the following to write_method = WRITE_DATA_LOCAL,
- Timed Charge Start
- Timed Charge End
- Timed Discharge Start
- Timed Discharge End
Changing the times by them selves don't write to the Inverter, once you have finished setting all times, you press the Button "Update Charge/Discharge Times" The values will then be written to the Inverter in a write_registers block of multiple registers being written at once.
Beta 2 Changes:
Decoupled number / sensor entities.
Set number entities to initvalue = 0,
Beta 3 Changes:
Tried to couple number and sensor entities back together, so you can see changes made from the Inverter.
Beta 4 Changes:
Changed log level in __init__.py
Beta 5 Changes:
General:
- Corrected loading of local data for non SolaX gen4 Inverters
Sofar:
- Additional debugging to understand why "Passive Mode Battery Charge/Discharge" doesn't return int before writing to the Inverter.
SolaX Gen4:
- Add 2 remotecontrol modbus power modes: Self_Use and Feedin_Priority emulations
Beta 6 Changes:
Sofar:
- Added missing
=
Solis:
- Reverted back to 2023.01.5b2
Beta 7 Changes:
Sofar:
- Corrected
native unit of measurement 'VA' which is not a valid unit for the device class ('power')
Solis:
Altered scale for:
- "Battery ChargeDischarge Current"
- "Battery Charge Current"
- "Battery Discharge Current"
Altered stepping for:
- "Timed Charge Current"
- "Timed Discharge Current"
Beta 8 Changes:
Sofar:
- Added
fmt = "i",
flag to "Passive Mode Battery Power"
Beta 9 Changes:
- Further improvement to
int
handling.
Beta 10 Changes:
Sofar:
- Corrected duplicate key
Beta 11 Changes:
Sofar:
- Reverted "Charger Use Mode" back to 'write_method = WRITE_MULTISINGLE_MODBUS,' for testing.
Solis:
- Introduced 'MAX_CURRENTS' for Battery Charge / Discharge to align the Values to the Inverter specific limits.
- Corrected "Energy Storage Control Switch" feedback following restart of HA
Beta 12 Changes:
Sofar:
- Made WRITE_MULTISINGLE_MODBUS default for Button, Number & Select where they aren't specifically defined.