Skip to content

Commit

Permalink
Create meter template for My-PV AC ELWA 2
Browse files Browse the repository at this point in the history
As requested in evcc-io#12604 (comment)
  • Loading branch information
stumbaumr authored Mar 7, 2024
1 parent 5723914 commit 1629f8e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions templates/definition/meter/ac-elwa-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
template: ac-elwa-2
products:
- brand: my-PV
description:
generic: AC ELWA 2
params:
- name: usage
choice: ["aux"]
- name: host
render: |
type: custom
power:
source: http
uri: http://{{ .host }}/data.jsn
jq: .power_elwa2
soc:
source: http
uri: http://{{ .host }}/data.jsn
jq: .temp1
scale: 0.1

0 comments on commit 1629f8e

Please sign in to comment.