leo4417
leo4417
This works with my two SH10RT! I've completed the 2nd yaml, see below. [modbus_sungrow2.yaml.txt](https://github.com/mkaiser/Sungrow-SHx-Inverter-Modbus-Home-Assistant/files/10511782/modbus_sungrow2.yaml.txt) I have an additional question: when I try to write a modbus register like this, it's...
Yes, it works! Thanks!! But for example, if I enter value: "70" the Battery SoC reserve (sensor.battery_soc_reserve) displays 7%, with "90" this changes to 9%, values above 100 have no...
This is known, I haven't seen it.. ``` - name: Battery SoC reserve 2 unique_id: sg_battery_soc_reserve_2 slave: !secret sungrow_modbus_slave_inv2 address: 13099 # reg 13100 input_type: holding count: 1 data_type: uint16...
I tried to adjust the max_charge_power because battery system SunGrow SBR265 supports up to 17.520 W Unfortunately this doesn't work... Perhaps the register isn't correct? ``` set_sg_battery_max_charge_power: name: Set max...
Since the last update i get no data from my second inverter... Does anybody have an idea?