-
Notifications
You must be signed in to change notification settings - Fork 42
/
secrets.yaml
40 lines (38 loc) · 2.04 KB
/
secrets.yaml
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
###################################
# Secrets
###################################
# Vacuum
vacuum_state: http://<ip or fqdn of docker host>:<rest980port>/api/local/info/state
vacuum_action: http://<ip or fqdn of docker host>:<rest980port>/api/local/action/
vacuum_verify_ssl: false
vacuum_notify: notify.mobile_app_xxxxxxx # You can also use a notify group here
vacuum_map: http://<ip or fqdn of docker host>:<nginxphpport>/image.php
vacuum_log: /config/vacuum/vacuum.log
vacuum_dir: /config/vacuum
vacuum_kitchen: '{"region_id": "16", "type": "rid"}'
vacuum_entry: '{"region_id": "14", "type": "rid"}'
vacuum_hall: '{"region_id": "1", "type": "rid"}'
vacuum_living_room: '{"region_id": "15", "type": "rid"}'
vacuum_bedroom: '{"region_id": "13", "type": "rid"}'
vacuum_bathroom: '{"region_id": "12", "type": "rid"}'
vacuum_wardrobe: '{"region_id": "9", "type": "rid"}'
vacuum_master_ensuite: '{"region_id": "10", "type": "rid"}'
vacuum_master_bedroom: '{"region_id": "11", "type": "rid"}'
vacuum_table: '{"region_id": "17", "type": "rid"}'
vacuum_clean_zone_fridge: '{"region_id": "0", "type": "zid"}'
# Mop
mop_state: http://<ip or fqdn of docker host>:<rest980_2port>/api/local/info/state
mop_action: http://<ip or fqdn of docker host>:<rest980_2port>/api/local/action/
mop_verify_ssl: false
mop_notify: notify.mobile_app_xxxxxxx # You can also use a notify group here
mop_map: http://<ip or fqdn of docker host>:<nginxphpport>/mop_kitchen.php # My example is multi floor-plan, could just be mop.php
mop_log: /config/vacuum/mop.log
mop_dir: /config/vacuum
mop_kitchen: '{"region_id": "0", "type": "rid"}'
mop_entry: '{"region_id": "0", "type": "rid"}'
mop_bathroom: '{"region_id": "0", "type": "rid"}'
mop_master_ensuite: '{"region_id": "0", "type": "rid"}'
mop_map_kitchen: http://<ip or fqdn of docker host>:<nginxphpport>/mop_kitchen.php
mop_map_entry: http://<ip or fqdn of docker host>:<nginxphpport>/mop_entry.php
mop_map_bathroom: http://<ip or fqdn of docker host>:<nginxphpport>/mop_bathroom.php
mop_map_ensuite: http://<ip or fqdn of docker host>:<nginxphpport>/mop_ensuite.php