File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,6 @@ unpoller_unifi_admin_password: "change-this-password"
62
62
# Enable collection for enphase collector.
63
63
enphasecollector_enable : false
64
64
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"
65
67
domain_enphasecollector : ' enphase' # to access enphase collector via http://enphase.home.local
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ services:
18
18
- back-tier
19
19
environment:
20
20
ENVOY_CONTROLLER_HOST: '{{ enphasecollector_host }}'
21
+ ENVOY_ENPHASEWEBUSER: '{{ enphasecollector_enphase_username }}'
22
+ ENVOY_ENPHASEWEBPASSWORD: '{{ enphasecollector_enphase_password }}'
21
23
{% if domain_name_enable and domain_name and domain_enphasecollector %}
22
24
VIRTUAL_HOST: {{ domain_enphasecollector }}.{{ domain_name }}
23
25
VIRTUAL_PORT: 8080
You can’t perform that action at this time.
0 commit comments