This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathdefault_config
88 lines (78 loc) · 2.08 KB
/
default_config
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Configuration:
port_number: 3030
# Instantly create a public HTTPS URL. Don't have to open any port on router and do not require a reverse proxy.
# Ngrok assigns random urls. When server restart the server gets a new url
ngrok_tunnel: false
# Login on Google Home app and configuration interface
auth_user: 'admin'
auth_pass: 'admin'
# Domoticz Settings:
Domoticz:
ip: 'http://192.168.1.100'
port: '8080'
roomplan: '0'
username: 'username'
password: 'password'
switchProtectionPass: '1234' #Set this to false if ask for pin function is not needed
# Google Assistant Settings:
ClientID: 'ADD_YOUR_CLIENT_ID_HERE'
ClientSectret: 'ADD_YOUR_CLIENT_SECRET_HERE'
Homegraph_API_Key: 'ADD_YOUR HOMEGRAPH_API_KEY_HERE'
# Report low battry
Low_battery_limit: 9
# Ligths, switches, media, etc. are using domoticz's "Light/Switch" type.
# So to differentiate them additionaly image names are used.
Image_Override:
Switch:
- 'Generic'
Light:
- 'Light'
Media:
- 'Media'
- 'TV'
Outlet:
- 'WallSocket'
Speaker:
- 'Speaker'
#Additional nicknames and room configuration
Device_Config:
123:
ack: true
room: 'Livingroom'
nicknames:
- 'Celing light'
- 'Smart light'
234:
room: 'Bedroom'
Scene_Config:
3:
room: 'Kitchen'
nicknames:
- 'Cool scene'
# Stream security Camera:
# In domoticz you need to attach a switch to your camera (create a switch then in Settings/Camera, add the switch to the camera).
Camera_Stream:
Enabled: false
Cameras:
Idx:
- '123'
- '234'
- '345'
Camera_URL:
- 'http://your.web.server/cam/cam.m3u8'
- 'https://content.jwplatform.com/manifests/yp34SRmf.m3u8'
- 'http://user:password@192.168.1.102:8080/mp4/cctv/camera2/s.mp4'
# User-friendly name for the level in your language..
# See: https://developers.google.com/actions/smarthome/traits/#supported-languages
Armhome:
level_synonym:
- 'zuhause und bewachen'
- 'Level 1'
- 'SL1'
lang: 'de'
Armaway:
level_synonym:
- 'weg und bewachen'
- 'Level 2'
- 'SL2'
lang: 'de'