You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device."
- {external_port: "6144", internal_port: "6144", port_desc: "Domoticz communication port."}
32
+
- {external_port: "1443", internal_port: "1443", port_desc: "Domoticz communication port."}
37
33
param_device_map: true
38
34
param_devices:
39
-
- {device_path: "path to device", device_host_path: "path to device", desc: "For passing through USB devices."}
35
+
- {device_path: "path to device", device_host_path: "path to device", desc: "For passing through USB devices."}
40
36
cap_add_param: false
41
-
42
37
# optional container parameters
43
38
opt_param_usage_include_env: true
44
39
opt_param_env_vars:
45
-
- {env_var: "WEBROOT", env_value: "domoticz", desc: "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying."}
46
-
- {env_var: "DBASE", env_value: "<path to database>", desc: "Sets path to database. Do not set unless you know what this does."}
40
+
- {env_var: "WEBROOT", env_value: "domoticz", desc: "Sets webroot to domoticz for usage with subfolder reverse proxy. Not needed unless reverse proxying."}
41
+
- {env_var: "DBASE", env_value: "<path to database>", desc: "Sets path to database. Do not set unless you know what this does."}
47
42
opt_param_usage_include_vols: false
48
43
opt_param_usage_include_ports: false
49
44
opt_param_device_map: false
@@ -62,36 +57,35 @@ optional_block_1_items:
62
57
usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
63
58
```
64
59
As you can see above, the device node created is ttyUSB0. It does not say where, but it's almost always in /dev/. The correct tag for passing through this USB device is '--device /dev/ttyUSB0:/dev/ttyUSB0'
65
-
66
60
# application setup block
67
61
app_setup_block_enabled: true
68
62
app_setup_block: |
69
63
To configure Domoticz, go to the IP of your docker host on the port you configured (default 8080), and add your hardware in Setup > Hardware.
70
64
The user manual is available at [www.domoticz.com]({{ project_url }})
- { date: "05.02.22:", desc: "Set default webroot to /. Add env. variable for setting custom databas path." }
77
-
- { date: "26.12.20:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
78
-
- { date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT." }
79
-
- { date: "03.11.19:", desc: "Set capabilities for domoticz binary and move cmake from edge repo." }
80
-
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons." }
81
-
- { date: "12.05.19:", desc: "Add boost dependencies and turn off static boost build. Bump to Alpine 3.9." }
82
-
- { date: "30.03.19:", desc: "Add env variable to set webroot." }
83
-
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
84
-
- { date: "19.02.19:", desc: "Fix branch for version logic." }
85
-
- { date: "11.02.19:", desc: "Add pipeline logic and multi arch." }
- {date: "05.02.22:", desc: "Set default webroot to /. Add env. variable for setting custom databas path."}
71
+
- {date: "26.12.20:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf."}
72
+
- {date: "24.11.19:", desc: "Change to using domoticz builtin Lua and MQTT."}
73
+
- {date: "03.11.19:", desc: "Set capabilities for domoticz binary and move cmake from edge repo."}
74
+
- {date: "28.06.19:", desc: "Rebasing to alpine 3.10. Add iputils for ping. Fix typo in readme. Fix permissions for custom icons."}
75
+
- {date: "12.05.19:", desc: "Add boost dependencies and turn off static boost build. Bump to Alpine 3.9."}
76
+
- {date: "30.03.19:", desc: "Add env variable to set webroot."}
77
+
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
78
+
- {date: "19.02.19:", desc: "Fix branch for version logic."}
79
+
- {date: "11.02.19:", desc: "Add pipeline logic and multi arch."}
0 commit comments