Skip to content

Commit 6513b7f

Browse files
committed
add in user / pass credentials for enphase collection to recognise v7 change https://github.com/dlmcpaul/EnphaseCollector\#support-for-envoy-firmware--d7088
1 parent cac3788 commit 6513b7f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

example.config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ unpoller_unifi_admin_password: "change-this-password"
6262
# Enable collection for enphase collector.
6363
enphasecollector_enable: false
6464
enphasecollector_host: "envoy.local"
65+
enphasecollector_enphase_username: "enphase website user id" # see notes on https://github.com/dlmcpaul/EnphaseCollector
66+
enphasecollector_enphase_password: "enphase website password"
6567
domain_enphasecollector: 'enphase' # to access enphase collector via http://enphase.home.local

templates/enphasecollector-docker-compose.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ services:
1818
- back-tier
1919
environment:
2020
ENVOY_CONTROLLER_HOST: '{{ enphasecollector_host }}'
21+
ENVOY_ENPHASEWEBUSER: '{{ enphasecollector_enphase_username }}'
22+
ENVOY_ENPHASEWEBPASSWORD: '{{ enphasecollector_enphase_password }}'
2123
{% if domain_name_enable and domain_name and domain_enphasecollector %}
2224
VIRTUAL_HOST: {{ domain_enphasecollector }}.{{ domain_name }}
2325
VIRTUAL_PORT: 8080

0 commit comments

Comments
 (0)