Skip to content

MaGumagus/local_sofar_inverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

local Sofar inverter

The local_sofar_inverter component is a Home Assistant integration that creates custom sensors for local monitoring your Sofar inverter. It reads data from your inverter page, so you dont need to connect to any 'cloud' When there is no sun, tthere is no PV energy so integration doesnt ask your inverter about it

Returns:

  • current power
  • today's energy
  • total energy
  • inverter errors

My 1st HA component so be polite :)

Installation

MANUAL INSTALLATION

  1. Download the latest release.
  2. Unpack the release and copy the custom_components/local_sofar_inverter directory into the custom_components directory of your Home Assistant installation.
  3. Restart Home Assistant.
  4. Configure in the normal way by adding integration via HA website

Configuration

via HA webpage

  • give ur inverter ID, username & password to login
  • set how often ask ur inverter
  • set minimal sun elevation when DONT ask inverter (he can be offline)

Entities returned

Attribute Description
name_now_p Current PV power
name_today_e Energy produced today
name_total_e Total produced energy
name_alarm Errors returned by your inverter

Problems?

Try to turn on debug mode in your configuration.yaml and read/send your log file.

logger:
  default: warning
  logs:
    custom_components.local_sofar_inverter: debug

History

0.0.2 configuration via web, adding device
0.0.1 first working version, working with one phase Sofar inverter (model SA3ES233 software version V310)

Releases

No releases published

Packages

No packages published

Languages