-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
48 lines (48 loc) · 1.38 KB
/
config.json
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
{
"name": "Maestro Gateway",
"version": "2.10",
"slug": "maestro_gateway",
"description": "MQTT Gateway to MCZ Maestro stoves' api",
"url": "https://github.com/SebLz/ha-addons/tree/main/maestro_gateway",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"init": false,
"image": "ghcr.io/seblz/{arch}-addon-maestro_gateway",
"options": {
"USE_MCZ_CLOUD": true,
"MQTT_ip": "core-mosquitto",
"MQTT_port": "1883",
"MQTT_authentication": "False",
"MQTT_user": "",
"MQTT_pass": "",
"MQTT_TOPIC_SUB": "Maestro/Command",
"MQTT_TOPIC_PUB": "Maestro/State",
"MQTT_PAYLOAD_TYPE": "TOPIC",
"WS_RECONNECTS_BEFORE_ALERT": "5",
"REFRESH_INTERVAL": "15.0",
"MCZip": "192.168.120.1",
"MCZport": "81",
"MCZ_device_serial": "xxxxxxxxxxxxx",
"MCZ_device_MAC": "xxxxxxxxxxxx",
"MCZ_App_URL": "http://app.mcz.it:9000",
"Cloud_Locale": "fr"
},
"schema": {
"USE_MCZ_CLOUD": "bool",
"MQTT_ip": "str",
"MQTT_port": "str",
"MQTT_authentication": "str",
"MQTT_user": "str",
"MQTT_pass": "str",
"MQTT_TOPIC_SUB": "str",
"MQTT_TOPIC_PUB": "str",
"MQTT_PAYLOAD_TYPE": "str",
"WS_RECONNECTS_BEFORE_ALERT": "str",
"REFRESH_INTERVAL": "str",
"MCZip": "str",
"MCZport": "str",
"MCZ_device_serial": "str",
"MCZ_device_MAC": "str",
"MCZ_App_URL": "str",
"Cloud_Locale": "str"
}
}