-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathconfig.yaml
More file actions
68 lines (66 loc) · 1.55 KB
/
Copy pathconfig.yaml
File metadata and controls
68 lines (66 loc) · 1.55 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
name: "GroBro"
description: "Growatt MQTT Message Broker"
version: "2.7.2"
slug: "grobro"
init: false
url: https://github.com/robertzaage/GroBro
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
build_from:
amd64: "ghcr.io/home-assistant/amd64-python"
armhf: "ghcr.io/home-assistant/armhf-python"
armv7: "ghcr.io/home-assistant/armv7-python"
aarch64: "ghcr.io/home-assistant/aarch64-python"
i386: "ghcr.io/home-assistant/i386-python"
map:
- share:rw
options:
SOURCE_MQTT_HOST: homeassistant.local
SOURCE_MQTT_PORT: 7006
SOURCE_MQTT_TLS: true
SOURCE_MQTT_USER: ""
SOURCE_MQTT_PASS: ""
TARGET_MQTT_HOST: homeassistant.local
TARGET_MQTT_PORT: 1883
TARGET_MQTT_TLS: false
TARGET_MQTT_USER: ""
TARGET_MQTT_PASS: ""
HA_BASE_TOPIC: "homeassistant"
GROWATT_CLOUD: false
GROWATT_CLOUD_CONFIG_FILTER: false
LOG_LEVEL: ERROR
DUMP_MESSAGES: false
DUMP_DIR: "/share/GroBro/dump"
MAX_SLOTS: 1
MAX_BAT: "auto"
AVAILABILITY_SENSOR: false
FILTER_DATA_GLITCHES: false
TZ: ""
schema:
SOURCE_MQTT_HOST: str
SOURCE_MQTT_PORT: int
SOURCE_MQTT_TLS: bool
SOURCE_MQTT_USER: str?
SOURCE_MQTT_PASS: str?
TARGET_MQTT_HOST: str
TARGET_MQTT_PORT: int
TARGET_MQTT_TLS: bool
TARGET_MQTT_USER: "str?"
TARGET_MQTT_PASS: "str?"
HA_BASE_TOPIC: "str?"
REGISTER_FILTER: "str?"
GROWATT_CLOUD: bool
GROWATT_CLOUD_CONFIG_FILTER: bool
LOG_LEVEL: list(INFO|ERROR|DEBUG)?
DUMP_MESSAGES: bool
DUMP_DIR: "str?"
DEVICE_TIMEOUT: "int?"
MAX_SLOTS: "int?"
MAX_BAT: "str?"
AVAILABILITY_SENSOR: bool
FILTER_DATA_GLITCHES: bool
TZ: str