forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Hoymiles micro inverters via OpenDTU (evcc-io#7784)
- Loading branch information
1 parent
ea314ed
commit 3c44d05
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,6 +134,7 @@ | |
"GoodWe", | ||
"Growatt", | ||
"Homematic IP", | ||
"Hoymiles", | ||
"Huawei", | ||
"Kostal", | ||
"LG", | ||
|