Thought I would give a summary of what’s been changing in the Pre-release 0.7.0
The custom_component has gone through another code rewrite with the support of @infradom
This custom_component is starting to become a Universal Solar Inverter over Modbus Integration supporting multiple brands of Solar Inverter connecting over RS485 / TCP where supported.
As well as the long standing SolaX support there are varying levels of support for the following Inverters:
- Qcells Q.VOLT HYB-G3-3P
- Sofar Hybrid HYDxxKTL
- Sofar Older PV & AC Battery storage ie ME3000SP
- Solis Hybrid G5
These are in various states of completeness, so please log issues on GitHub with the required information.
This custom_component / Integration will undergo a name change at some point in the future to provide extra clarity it’s not just SolaX focused.
Due to the number of breaking changes in the 0.7.x code it is recommended to remove the Integration from the Integration page before updating, then re add the Integration.
Initial test to confirm new sensor formatting it correct.
If you try this version, please take a screenshot before and after to confirm if the sensors are still correct including the scaling.
Also report back on any debug info in the Log.
Beta 3 Changes:
Moved to plugin_ for Inverter’s
(Only SolaX working at the moment)
Beta 4 Changes:
Added plugin_ for Inverter’s to config flow
Minor changes to SolaX registers in plugin_solax.
Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers
Beta 11 Changes:
Update selection options to Support HA 2022.11 #140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve #154
Further work on Sofar registers.
Beta 14 Changes:
Gen3:
Fixed #174
Adjusted minimum value of number.solax_battery_minimum_capacity_grid_tied
Beta 15 Changes:
Added Solis Hybrid Registers (xxx-5G)
Beta 16 Changes:
Corrected manifest.json preventing Integration from showing in Integration Page.