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.
@@ -12,7 +12,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
12
12
13
13
# linuxserver/domoticz
14
14
15
-
[Domoticz](https://www.domoticz.com/) 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
15
+
[Domoticz][domoticzurl] 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
You can choose between using tags, latest (default, and no tag required), or a specific stable version of domoticz.
37
+
38
+
Add one of the tags, if required, to the linuxserver/domoticz line of the run/create command in the following format, linuxserver/domoticz:stable-3.5877
39
+
40
+
#### Tags
41
+
42
+
+**stable-3.5877** : latest stable version.
36
43
37
44
## Parameters
38
45
@@ -41,7 +48,9 @@ For example with a port -p external:internal - what this shows is the port mappi
41
48
So -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080
42
49
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
43
50
44
-
*`-p 1234` - the port(s)
51
+
*`-p 1443` - the port(s)
52
+
*`-p 6144` - the port(s)
53
+
*`-p 8080` - the port(s)
45
54
*`-v /config` - location for the config files
46
55
*`-e PGID` for GroupID - see below for explanation
47
56
*`-e PUID` for UserID - see below for explanation
@@ -63,7 +72,6 @@ usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0
63
72
64
73
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'
65
74
66
-
67
75
### User / Group Identifiers
68
76
69
77
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.
@@ -78,7 +86,7 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel
78
86
## Setting up the application
79
87
80
88
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.
81
-
The user manual is available at [www.domoticz.com](https://www.domoticz.com)
89
+
The user manual is available at [www.domoticz.com][domoticzurl]
0 commit comments