Skip to content

Commit

Permalink
Add Hoymiles micro inverters via OpenDTU (evcc-io#7784)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippsandhaus authored May 4, 2023
1 parent ea314ed commit 3c44d05
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions templates/definition/meter/hoymiles-opendtu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
template: hoymiles-opendtu
products:
- brand: Hoymiles
description:
generic: HM and HMS Series (via OpenDTU)
params:
- name: usage
choice: ["pv"]
- name: host
required: true
render: |
type: custom
power:
source: http
uri: http://{{ .host }}/api/livedata/status
jq: .total.Power.v
10 changes: 10 additions & 0 deletions templates/docs/meter/hoymiles-opendtu_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
product:
brand: Hoymiles
description: HM and HMS Series (via OpenDTU)
render:
- usage: pv
default: |
type: template
template: hoymiles-opendtu
usage: pv
host: 192.0.2.2 # IP-Adresse oder Hostname
1 change: 1 addition & 0 deletions templates/evcc.io/brands.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"GoodWe",
"Growatt",
"Homematic IP",
"Hoymiles",
"Huawei",
"Kostal",
"LG",
Expand Down

0 comments on commit 3c44d05

Please sign in to comment.