-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathconfig.yaml
More file actions
40 lines (39 loc) · 891 Bytes
/
config.yaml
File metadata and controls
40 lines (39 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: "Stream mqtt from Enphase Envoy"
description: "Converts Envoy Json to mqtt - V5, v7 and v8 with batteries"
version: "1.0.22"
slug: "envoy_to_mqtt_json"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
MQTT_HOST: ip.address.of.homeasistant
MQTT_USER: mqtt.user
MQTT_PASSWORD: mqtt.password
MQTT_PORT: 1883
MQTT_TOPIC: /envoy/json
ENVOY_HOST: envoy.local
ENVOY_PASSWORD: enter.envoy.password
ENVOY_USER: enter.enphase.userid@email.com
ENVOY_USER_PASS: enter.enphase.password
ENVOY_USE_HTTPS: false
USE_FREEDS: false
BATTERY_INSTALLED: false
DEBUG: false
schema:
MQTT_HOST: str
MQTT_USER: str
MQTT_PASSWORD: password
MQTT_PORT: int
MQTT_TOPIC: str
ENVOY_HOST: str
ENVOY_PASSWORD: password
ENVOY_USER: str
ENVOY_USER_PASS: password
ENVOY_USE_HTTPS: bool
USE_FREEDS: bool
BATTERY_INSTALLED: bool
DEBUG: bool