Skip to content

MaGumagus/local_sofar_inverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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' 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. Configure the local_sofar_inverter platform in your configuration.yaml.
  4. Restart Home Assistant.

Configuration

Parameters

Parameter Required Description
host Yes IP of your inverter
name No Entity's prefix Default: local_sofar_inverter
username No Username to log int Default: admin
password No Password to log int Default: admin
scan_interval No How often to read the inverte page Default: 5 min
elevation No When it is dark then inverter goes dark and its web goes offline, so it scans the page only when your sun is over your horizont Default: 5

configuration.yaml

Minimal

sensor:
  - platform: local_sofar_inverter
    host: 192.168.67.111

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.1 first working version, working with one phase Sofar inverter (model SA3ES233 software version V310)

Releases

No releases published

Packages

No packages published

Languages