Skip to content

Releases: wills106/homeassistant-solax-modbus

2024.09.1

06 Sep 06:35
Compare
Choose a tag to compare

WARNING Integration version 2024.09.1 is only compatible with HA 2024.9.0 and newer

General:

  • Corrected Detect incorrect local data file content #1037 by @PatrikTrestik in #1038
  • Corrected SLEEPMODE_LASTAWAKE #980 by @KestasG in #1036
  • Corrected "POWER_VOLT_AMPERE_REACTIVE deprecated from HA Core 2025.9" #1042 Warning Integration no longer compatible with HA 2024.8.x and older

Growatt TL-XH:

Solis:

  • Added support for Inverters with Serial starting '160F4' #521 (comment)
  • Added support for MPPT3 & MPPT4 for Inverters with Serial starting '1033' #1043 Warning may cause other Inverters with Serial starting '1033' to stop being detected. Please report with the next two digits and Inverter size and number of MPPT's available. Report in #1043
  • Corrected button functions #1028 @timstephenson20 in #1032

SolaX EV Charger:

SolaX Hybrid Gen4 & Gen5:

  • Added "Battery Voltage Cell Difference" #1041

2024.08.14

31 Aug 13:53
Compare
Choose a tag to compare

General:

  • Corrected Inverter Inverter Inverter... #987 #1023

Growatt MOD & TL-XH: #1025

  • Added:

    • EMS Discharging Rate
    • EMS Discharging Stop SOC
    • EMS Charging Rate
    • EMS Charging Stop SOC
    • EPS Switch (for MOD series)
    • Total Grid Export (for MOD series)
  • Corrected:

    • Typo in naming of: bettery_combined_power to battery_combined_power
    • Battery Voltage change scale to match APX HV specs range 600-980V for system module
    • Battery Current adds REGISTER_S16 to correct value.
  • Removed:

    • "Battery First Maximum SOC" & "Charger Upper SOC" (Replaced by EMS controls above)
    • "Limit Grid Export" (Priority mode select) as this is not for changing run mode for TL-XH.
    • "Total Load" as not for TL-XH
    • Commented out register 3000 for “Inverter State” and “Run mode” until issue is fixed #791

Sofar:

  • Added missing auto_block_ignore_readerror = True should allow Integration to carry on reading Registers if a read error occurs on a register
  • Set "Passive Desired Grid Power" steps to 10 #1020

SolaX Hybrid Gen4:

  • Corrected scale of "EPS Yield Total" #864 #1024

Solis:

  • Added missing auto_block_ignore_readerror = True should allow Integration to carry on reading Registers if a read error occurs on a register

Swatten:

  • Added missing auto_block_ignore_readerror = True should allow Integration to carry on reading Registers if a read error occurs on a register

2024.08.13

28 Aug 15:39
71cef3a
Compare
Choose a tag to compare

Growatt:

  • Removed "Inverter State" & "Run Mode" from MOD TL-XH #979

2024.08.12

25 Aug 06:53
Compare
Choose a tag to compare

Growatt:

2024.08.11

24 Aug 07:05
aa2343e
Compare
Choose a tag to compare

General:

  • Removed unused parameter for Serial connections #1008 #1013

2024.08.10

21 Aug 16:33
17e52d7
Compare
Choose a tag to compare

General:

  • Removed unneeded await self.async_connect() #993 #1006

Solinteg:

  • Fixed value_function_house_load where using Meter 2 #1005

SolaX:

2024.08.09

20 Aug 07:41
2fc06f7
Compare
Choose a tag to compare

Warning Potential Breaking Change if moving from pre 2024.08.x to 2024.08.x

Due to a number of changes to the config_flow and the way Device info is populated it is recommended to remove the Inverter(s) from the Integration before updating, restarting HA and adding the Inverter(s) back in again
Naming the Inverter(s) exactly the same as before will retain their history

General:

  • Removed retry loop for client.connect
  • Increased Modbus retries from default 3 to 6

SolaX:

  • Added 3rd MPPT for X1-IES (Gen5 Hybrid)
  • Added max_currents for X1-IES, X3-IES & X3-Ultra
  • Added support for X3-IES (Gen5 Hybrid)
  • Increased "Config Max Export" to 60kW

2024.08.8

07 Aug 17:16
Compare
Choose a tag to compare

Warning Potential Breaking Change if moving from pre 2024.08.x to 2024.08.x

Due to a number of changes to the config_flow and the way Device info is populated it is recommended to remove the Inverter(s) from the Integration before updating, restarting HA and adding the Inverter(s) back in again
Naming the Inverter(s) exactly the same as before will retain their history

General:

  • Increase Modbus connection retries from 3 to 6

SolaX:

  • Added support for X1-IES (Gen5 Hybrid)
  • Added support for X1-SMART-G2 with 3rd MPPT
  • Added "Lock State" to X1 & X3 string Inverters (Not Mega / Forth)

2024.08.7

06 Aug 15:58
Compare
Choose a tag to compare

Warning Potential Breaking Change if moving from pre 2024.08.x to 2024.08.x

Due to a number of changes to the config_flow and the way Device info is populated it is recommended to remove the Inverter(s) from the Integration before updating, restarting HA and adding the Inverter(s) back in again
Naming the Inverter(s) exactly the same as before will retain their history

Sofar Old:

  • Added serial for AZZURRO 1PH 3000TL-V3 #981

SolaX Hybrid Gen2:

  • Corrected "Today's Solar Energy" & "Total Solar Energy"

SolaX X3 MIC:

  • Added Number "Active Power Limit" & Select "Q Curve" (Untested)

Solinteg:

  • Fixed initialisation + other small changes #982

2024.08.6

04 Aug 14:35
Compare
Choose a tag to compare

Warning Potential Breaking Change if moving from pre 2024.08.x to 2024.08.x

Due to a number of changes to the config_flow and the way Device info is populated it is recommended to remove the Inverter(s) from the Integration before updating, restarting HA and adding the Inverter(s) back in again
Naming the Inverter(s) exactly the same as before will retain their history

SolaX Mega Forth:

  • Corrected missing MPPT's #944