Initial SolarEdge Optimizer Home Assistant App
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
name: "SolarEdge Optimizer Data"
|
||||
version: "0.1.0"
|
||||
slug: "solaredge_optimizer_data"
|
||||
description: >-
|
||||
Cached daily energy and current power data for every SolarEdge optimizer.
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
image: git.jensneuber.de/jens/solaredgeoptimizers
|
||||
startup: application
|
||||
boot: auto
|
||||
init: false
|
||||
stage: experimental
|
||||
ingress: true
|
||||
ingress_port: 8099
|
||||
watchdog: "tcp://[HOST]:[PORT:8099]"
|
||||
panel_icon: mdi:solar-power
|
||||
panel_title: SolarEdge Optimizers
|
||||
panel_admin: true
|
||||
tmpfs: true
|
||||
backup: cold
|
||||
options:
|
||||
username: null
|
||||
password: null
|
||||
site_id: null
|
||||
poll_interval_minutes: 10
|
||||
schema:
|
||||
username: str
|
||||
password: password
|
||||
site_id: "match(^[0-9]+$)"
|
||||
poll_interval_minutes: "int(10,1440)"
|
||||
Reference in New Issue
Block a user