Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.18 KB

Solaredge Homeassistant Modbus integration config

Pre-Req

Additional Installations:

On HA installation

  • Edit Configuration.yaml
homeassistant:
  packages: !include_dir_named packages
  customize:
    sensor.solar_imported_power_kwh:
      device_class: energy
    sensor.solar_exported_power_kwh:
      device_class: energy
    sensor.solar_panel_production_kwh:
      device_class: energy
    sensor.solar_panel_to_house_kwh:
      device_class: energy
    sensor.solar_panel_to_battery_kwh:
      device_class: energy
    sensor.solar_grid_to_battery_kwh:
      device_class: energy
    sensor.solar_battery_out_kwh:
      device_class: energy
    sensor.solar_battery_in_kwh:
      device_class: energy
    sensor.solar_house_consumption_kwh:
      device_class: energy
  • Copy the packages dir from this repo to /config on your home assistant installation