homeassistant-solax-modbus

SolaX Power Modbus custom_component for Home Assistant (Supports some Ginlong Solis, Growatt, Sofar Solar, TIGO TSI & Qcells Q.Volt Hyb)

Stars
315
Committers
52

Bot releases are visible (Hide)

homeassistant-solax-modbus - 0.7.0 Beta 40

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

Beta 35 Changes:
Corrected "Meter Current" & "Meter Voltage" plugin_solis.py

Beta 36 Changes:
plugin_solis.py

Made "Battery Charge Today" & "Battery Discharge Today" Energy Dashboard compatible
Adjust scaling "House Load Today", "House Load Total" & "House Load Yesterday"

Beta 37 Changes:
plugin_solis.py

Added serial starting 1031 such as 3104 Model Inverters.

Beta 38 Changes:
Solis:
Corrected native_unit_of_measurement - "ActivePower"
General Cleanup

Solax:
Re Enabled "Measure Power" which restored functionality of grid_export, grid_import & house_load
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/198

Beta 39 Changes:
All:

Added ParallelMode config option
General Code cleanup
Sofar

Added minimal ParallelMode for Master Inverter
SolaX

Added ParallelMode for Master Inverter
Solis:

Renamed RST to L1, L2 & L3
Corrected incorrect kWh to kW
Coming Soon:

SolaX
Renaming RST to L1, L2 & L3
Closes https://github.com/wills106/homeassistant-solax-modbus/issues/190, Closes https://github.com/wills106/homeassistant-solax-modbus/issues/198

Beta 40 Changes:

  • Corrected X3 MIC / MIC Pro Gen1 vs Gen2

Coming Soon:

SolaX
- Renaming RST to L1, L2 & L3

homeassistant-solax-modbus - 0.7.0 Beta 39

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

Beta 35 Changes:
Corrected "Meter Current" & "Meter Voltage" plugin_solis.py

Beta 36 Changes:
plugin_solis.py

Made "Battery Charge Today" & "Battery Discharge Today" Energy Dashboard compatible
Adjust scaling "House Load Today", "House Load Total" & "House Load Yesterday"

Beta 37 Changes:
plugin_solis.py

Added serial starting 1031 such as 3104 Model Inverters.

Beta 38 Changes:
Solis:
Corrected native_unit_of_measurement - "ActivePower"
General Cleanup

Solax:
Re Enabled "Measure Power" which restored functionality of grid_export, grid_import & house_load
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/198

Beta 39 Changes:
All:

  • Added ParallelMode config option
  • General Code cleanup

Sofar

  • Added minimal ParallelMode for Master Inverter

SolaX

  • Added ParallelMode for Master Inverter

Solis:

  • Renamed RST to L1, L2 & L3
  • Corrected incorrect kWh to kW

Coming Soon:

  • SolaX
    • Renaming RST to L1, L2 & L3

Closes #190, Closes #198

homeassistant-solax-modbus - 0.7.0 Beta 38

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

Beta 35 Changes:
Corrected "Meter Current" & "Meter Voltage" plugin_solis.py

Beta 36 Changes:
plugin_solis.py

Made "Battery Charge Today" & "Battery Discharge Today" Energy Dashboard compatible
Adjust scaling "House Load Today", "House Load Total" & "House Load Yesterday"

Beta 37 Changes:
plugin_solis.py

Added serial starting 1031 such as 3104 Model Inverters.

Beta 38 Changes:
Solis:
Corrected native_unit_of_measurement - "ActivePower"
General Cleanup

Solax:
Re Enabled "Measure Power" which restored functionality of grid_export, grid_import & house_load
Fixed #198

homeassistant-solax-modbus - 0.7.0 Beta 37

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

Beta 35 Changes:
Corrected "Meter Current" & "Meter Voltage" plugin_solis.py

Beta 36 Changes:
plugin_solis.py

  • Made "Battery Charge Today" & "Battery Discharge Today" Energy Dashboard compatible
  • Adjust scaling "House Load Today", "House Load Total" & "House Load Yesterday"

Beta 37 Changes:
plugin_solis.py

  • Added serial starting 1031 such as 3104 Model Inverters.
homeassistant-solax-modbus - 0.7.0 Beta 36

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

Beta 35 Changes:
Corrected "Meter Current" & "Meter Voltage" plugin_solis.py

Beta 36 Changes:
plugin_solis.py

  • Made "Battery Charge Today" & "Battery Discharge Today" Energy Dashboard compatible
  • Adjust scaling "House Load Today", "House Load Total" & "House Load Yesterday"
homeassistant-solax-modbus - 0.7.0 Beta 35

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

Beta 35 Changes:
Corrected "Meter Current" & "Meter Voltage" plugin_solis.py

homeassistant-solax-modbus - 0.7.0 Beta 34

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

Beta 34 Changes:
Added missing POWER_VOLT_AMPERE_REACTIVE in const.py

homeassistant-solax-modbus - 0.7.0 Beta 33

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

Beta 33 Changes:
Corrected Number Entities in plugins_solis.py
Additional entities in plugins_solis.py

homeassistant-solax-modbus - 0.7.0 Beta 32

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

Beta 32 Changes:
Relaxed Solis Serial Number detection to all slight difference in Inverters to work.
Additional sensors & number entities plugin_solis.py

homeassistant-solax-modbus - 0.7.0 Beta 31

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

Beta 31 Changes:
Corrected "Meter Voltage" plugins_solis.py

homeassistant-solax-modbus - 0.7.0 Beta 30

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 30 Changes:
Removed RTC from plugin_solis.py

homeassistant-solax-modbus - 0.7.0 Beta 29

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

Beta 29 Changes:
Updated plugin_solis.py with Solis RHI-3.6K-48ES-5G Serial Number

homeassistant-solax-modbus - 0.7.0 Beta 28

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

Beta 28 Changes:
Updated plugin_solis_old.py with Solis RHI-3.6K-48ES-5G Serial Number

homeassistant-solax-modbus - 0.7.0 Beta 27

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

Beta 27 Changes:
Updated plugin_solis_old.py with RHI-3P10K-HVES-5G & RHI-6K-48ES-5G Serial Number to test which version of the Modbus docs they are using.

homeassistant-solax-modbus - 0.7.0 Beta 26

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes https://github.com/wills106/homeassistant-solax-modbus/issues/190

Beta 26 Changes:
Added missing allowedtypes - Sofar & Solis

homeassistant-solax-modbus - 0.7.0 Beta 25

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

Beta 25 Changes:
Added Solis RHI-3P10K-HVES-5G
Fixes #190

homeassistant-solax-modbus - 0.7.0 Beta 24

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

Beta 24 Changes:
Ignore 9 out of 10 polling cycles when Modbus down - Reduces slowdown.
Reduced amount of logging info, moved to debug info only.

homeassistant-solax-modbus - 0.7.0 Beta 23

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

Beta 23 Changes:
Changed X3 MIC 'invertertype' so it won't read 3rd PV String
Added X3 MIC Pro 'invertertype' definition in case we find one with 3rd PV String.

homeassistant-solax-modbus - 0.7.0 Beta 22

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.

Beta 22 Changes:
Corrected SolaX MIC Blocks,
Corrected SolaX MIC "PV Power 3" register.

homeassistant-solax-modbus - 0.7.0 Beta 21

Published by wills106 almost 2 years ago

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 2 Changes:

Enhance debugging code
Corrected duplicate GEN2 registers.

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 5 Changes:
Correct Sofar duplicate registers.

Beta 6 Changes:
Improved plugin loading
Updated Sofar Hybrid registers
Added older Sofar PV, AC & Hybrid Registers

Beta 7 Changes:
Corrected native_unit_of_measurement

Beta 9 Changes:
Scaling fix for Gen4 Inverters
Extra debugging for plugin_
Re-added MIC / MIC Pro

Beta 10 Changes:
Reworked Sofar sensors.

Beta 11 Changes:
Update selection options to Support HA 2022.11 https://github.com/wills106/homeassistant-solax-modbus/issues/140
Pin pymodbus>=2.5.3", "pymodbus<=3.0.1 Hopefully resolve https://github.com/wills106/homeassistant-solax-modbus/issues/154
Further work on Sofar registers.

Beta 12 Changes:
Removed old 0.6.x code for reading Modbus registers.
Changes to Sofar scaling

Beta 13 Changes:
Code Cleanup.

Beta 14 Changes:
Gen3:
Fixed https://github.com/wills106/homeassistant-solax-modbus/issues/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.

Beta 17 Changes:
Enhanced fault handling for easier debugging.

Beta 18 Changes:
Split X3 MIC Register blocks.
Additional registers for Solis Inverters, added timed charge / discharge.

Beta 19 Changes:
Enhanced fault handling for easier debugging.

Beta 20 Changes:
Additional fault handling for easier debugging.

Beta 21 Changes:
Split SolaX X3 MIC Registers into smaller blocks.
Moved Solax X3 MIC Inverted serial numbers into MIC Serial Number decoding.
Disabled by default following SolaX Gen4 "Selfuse Backup SOC", potentially not fully Implemented correctly on all Gen4 Inverters.