Homeassistant modbus config for Goodwe ET 15
The content in GoodweET15.yaml should be in the configuration.yaml file (remember to change the IP and restart homeassistant after added)
sensors.yaml contains a template for translating the status of the battery to a more readable format
{{states('sensor.goodwe_current_pv1_string')|float * states('sensor.goodwe_voltage_pv1_string')|float}}
{{states('sensor.goodwe_pv1_effect')|float + states('sensor.goodwe_pv2_effect')|float + states('sensor.goodwe_pv3_effect')|float + states('sensor.goodwe_pv4_effect')|float}}
{{states('sensor.goodwe_battery_soc')|float*10}}
Add the sensor "Goodwe Energy Produced Today" to the "Solar Panels"