View | Details | Raw Unified | Return to bug 221118
Collapse All | Expand All

(-)domoticz/Makefile (-18 / +16 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	domoticz
3
PORTNAME=	domoticz
4
PORTVERSION=	3.${DOMOTICZ_REL}
4
PORTVERSION=	3.${DOMOTICZ_REL}
5
PORTREVISION=	2
6
CATEGORIES=	www
5
CATEGORIES=	www
7
6
8
MAINTAINER=	kiwi@oav.net
7
MAINTAINER=	kiwi@oav.net
Lines 12-38 Link Here
12
LICENSE_FILE=	${WRKSRC}/License.txt
11
LICENSE_FILE=	${WRKSRC}/License.txt
13
12
14
LIB_DEPENDS=	libcurl.so:ftp/curl \
13
LIB_DEPENDS=	libcurl.so:ftp/curl \
15
		libexpat.so:textproc/expat2 \
14
		libexpat.so:textproc/expat2
16
		libtelldus-core.so:comms/telldus-core
17
15
18
BROKEN_armv6=		fails to compile: HarmonyHub.cpp: ordered comparison between pointer and zero
16
CONFLICTS_INSTALL?=	domoticz-[23]* domoticz-devel-*
19
20
CONFLICTS_INSTALL?=	domoticz-[23]*
21
17
22
OPTIONS_SUB=	YES
18
OPTIONS_SUB=	YES
23
OPTIONS_DEFINE=	SBOOST SLUA SMQTT SSQLITE PYTHON
19
OPTIONS_DEFINE=	SBOOST SLUA SMQTT SSQLITE PYTHON TELLDUS
24
SBOOST_DESC=	Use static Boost instead of dynamic linking
20
SBOOST_DESC=	Use static Boost instead of dynamic linking
25
SLUA_DESC=	Use domoticz provided LUA instead of ports one
21
SLUA_DESC=	Use domoticz provided LUA instead of ports one
26
SMQTT_DESC=	Use domoticz mosquitto instead of ports one
22
SMQTT_DESC=	Use domoticz mosquitto instead of ports one
27
SSQLITE_DESC=	Use domoticz SQLLite instead of ports one
23
SSQLITE_DESC=	Use domoticz SQLLite instead of ports one
28
PYTHON_DESC=	Enable support for Python in EventSystem
24
PYTHON_DESC=	Enable support for Python Plugins
25
TELLDUS_DESC=	Enable support for Telldus
29
26
30
.include <bsd.port.options.mk>
27
.include <bsd.port.options.mk>
31
28
32
# This hack is to get rid of dependency of git while building
29
# This hack is to get rid of dependency of git while building
33
# the package.
30
# the package.
34
DOMOTICZ_REL=	5877
31
DOMOTICZ_REL=	8153
35
DOMOTICZ_TS=	1478792673
32
DOMOTICZ_TS=	1501416191
36
USE_GITHUB=	yes
33
USE_GITHUB=	yes
37
GH_ACCOUNT=	domoticz
34
GH_ACCOUNT=	domoticz
38
GH_PROJECT=	domoticz
35
GH_PROJECT=	domoticz
Lines 46-62 Link Here
46
43
47
CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}/domoticz \
44
CMAKE_ARGS+=	-DCMAKE_INSTALL_PREFIX=${PREFIX}/domoticz \
48
		-DUSE_BUILTIN_ZLIB="NO" \
45
		-DUSE_BUILTIN_ZLIB="NO" \
49
		-DUSE_PYTHON="YES" \
50
		-DUSE_STATIC_OPENZWAVE="NO"
46
		-DUSE_STATIC_OPENZWAVE="NO"
51
47
52
.if ${PORT_OPTIONS:MSBOOST}
48
.if ${PORT_OPTIONS:MSBOOST}
53
CMAKE_ARGS+=	-DUSE_STATIC_BOOST="YES"
49
CMAKE_ARGS+=	-DUSE_STATIC_BOOST="YES"
54
BUILD_DEPENDS+=	boost-libs>=0:devel/boost-libs \
50
BUILD_DEPENDS+=	boost-libs>=0:devel/boost-libs
55
		boost-python-libs>=0:devel/boost-python-libs
56
.else
51
.else
57
CMAKE_ARGS+=	-DUSE_STATIC_BOOST="NO"
52
CMAKE_ARGS+=	-DUSE_STATIC_BOOST="NO"
58
LIB_DEPENDS+=	libboost_system.so:devel/boost-libs \
53
LIB_DEPENDS+=	libboost_system.so:devel/boost-libs
59
		libboost_python.so:devel/boost-python-libs
60
.endif
54
.endif
61
55
62
.if ${PORT_OPTIONS:MSLUA}
56
.if ${PORT_OPTIONS:MSLUA}
Lines 81-90 Link Here
81
.endif
75
.endif
82
76
83
.if ${PORT_OPTIONS:MPYTHON}
77
.if ${PORT_OPTIONS:MPYTHON}
84
CMAKE_ARGS+=	-DUSE_PYTHON="NO"
85
.else
86
CMAKE_ARGS+=	-DUSE_PYTHON="YES"
78
CMAKE_ARGS+=	-DUSE_PYTHON="YES"
87
USES+=		python
79
USES+=		python:3.4
80
.else
81
CMAKE_ARGS+=	-DUSE_PYTHON="NO"
82
.endif
83
84
.if ${PORT_OPTIONS:MTELLDUS}
85
LIB_DEPENDS+=	libtelldus-core.so:comms/telldus-core
88
.endif
86
.endif
89
87
90
post-patch:
88
post-patch:
(-)domoticz/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1482855396
1
TIMESTAMP = 1501437831
2
SHA256 (domoticz-domoticz-3.5877_GH0.tar.gz) = fb88edbe428851a7a337a85faa93f6da00713b3ad086ff6957031dc9b3b58bba
2
SHA256 (domoticz-domoticz-3.8153_GH0.tar.gz) = 5ea8f37f2ef900e9bd17b1b5375e75bfdec4f09001e3e2e0b647a260989d014c
3
SIZE (domoticz-domoticz-3.5877_GH0.tar.gz) = 38524442
3
SIZE (domoticz-domoticz-3.8153_GH0.tar.gz) = 39659793
(-)domoticz/files/patch-CMakeLists.txt (-13 / +28 lines)
Lines 1-6 Link Here
1
--- CMakeLists.txt.orig	2016-11-10 15:44:33 UTC
1
--- CMakeLists.txt.orig	2017-06-07 08:41:02.000000000 +0200
2
+++ CMakeLists.txt
2
+++ CMakeLists.txt	2017-06-08 09:55:44.434914000 +0200
3
@@ -163,7 +163,7 @@ MACRO(ADD_PRECOMPILED_HEADER _targetName
3
@@ -241,7 +241,7 @@
4
   ENDIF(CMAKE_COMPILER_IS_GNUCXX)
4
   ENDIF(CMAKE_COMPILER_IS_GNUCXX)
5
 ENDMACRO()
5
 ENDMACRO()
6
 
6
 
Lines 8-16 Link Here
8
+FIND_PROGRAM(GIT_EXECUTABLE NOgitNO
8
+FIND_PROGRAM(GIT_EXECUTABLE NOgitNO
9
   DOC "git command line client")
9
   DOC "git command line client")
10
 
10
 
11
 MACRO(Gitversion_GET_REVISION dir variable)
11
 
12
@@ -653,14 +653,13 @@ IF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_D
12
@@ -680,7 +680,7 @@
13
   set(CMAKE_INSTALL_PREFIX "/opt/${CPACK_PACKAGE_NAME}" CACHE PATH "Install path prefix, prepended onto install directories." FORCE)
13
 
14
 SET(CPACK_SOURCE_PACKAGE_FILE_NAME "${domoticz}-dev")
15
 SET(CPACK_PACKAGING_INSTALL_PREFIX "/")
16
-SET(CPACK_PACKAGE_DEFAULT_LOCATION "/opt/${CPACK_PACKAGE_NAME}")
17
+SET(CPACK_PACKAGE_DEFAULT_LOCATION "/usr/local/${CPACK_PACKAGE_NAME}")
18
 SET(CPACK_PACKAGE_EXECUTABLES "domoticz;Home Automation System (Domotica).")
19
 
20
 #set(CPACK_DEB_COMPONENT_INSTALL TRUE)
21
@@ -689,18 +689,17 @@
22
 INCLUDE(CPack)
23
 
24
 IF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
25
-  set(CMAKE_INSTALL_PREFIX "/opt/${CPACK_PACKAGE_NAME}" CACHE PATH "Install path prefix, prepended onto install directories." FORCE)
26
+  set(CMAKE_INSTALL_PREFIX "/usr/local/${CPACK_PACKAGE_NAME}" CACHE PATH "Install path prefix, prepended onto install directories." FORCE)
14
 ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
27
 ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
15
 
28
 
16
-install(TARGETS domoticz DESTINATION ${CMAKE_INSTALL_PREFIX})
29
-install(TARGETS domoticz DESTINATION ${CMAKE_INSTALL_PREFIX})
Lines 19-33 Link Here
19
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/History.txt DESTINATION ${CMAKE_INSTALL_PREFIX})
32
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/History.txt DESTINATION ${CMAKE_INSTALL_PREFIX})
20
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/server_cert.pem DESTINATION ${CMAKE_INSTALL_PREFIX})
33
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/server_cert.pem DESTINATION ${CMAKE_INSTALL_PREFIX})
21
-install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts DESTINATION ${CMAKE_INSTALL_PREFIX} USE_SOURCE_PERMISSIONS)
34
-install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts DESTINATION ${CMAKE_INSTALL_PREFIX} USE_SOURCE_PERMISSIONS)
35
-install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/plugins DESTINATION ${CMAKE_INSTALL_PREFIX})
22
-install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Config DESTINATION ${CMAKE_INSTALL_PREFIX})
36
-install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Config DESTINATION ${CMAKE_INSTALL_PREFIX})
23
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/updatedomo DESTINATION ${CMAKE_INSTALL_PREFIX} PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ)
37
-install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/updatedomo DESTINATION ${CMAKE_INSTALL_PREFIX} PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ)
24
+install(TARGETS domoticz DESTINATION "XXXPREFIXXXX")
38
+install(TARGETS domoticz DESTINATION "/usr/local/domoticz")
25
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/www DESTINATION "XXXPREFIXXXX")
39
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/www DESTINATION "/usr/local/domoticz")
26
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/License.txt DESTINATION "XXXPREFIXXXX")
40
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/License.txt DESTINATION "/usr/local/domoticz")
27
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/History.txt DESTINATION "XXXPREFIXXXX")
41
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/History.txt DESTINATION "/usr/local/domoticz")
28
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/server_cert.pem DESTINATION "XXXPREFIXXXX")
42
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/server_cert.pem DESTINATION "/usr/local/domoticz")
29
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts DESTINATION "XXXPREFIXXXX" USE_SOURCE_PERMISSIONS)
43
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts DESTINATION "/usr/local/domoticz" USE_SOURCE_PERMISSIONS)
30
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Config DESTINATION "XXXPREFIXXXX")
44
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/plugins DESTINATION "/usr/local/domoticz")
45
+install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Config DESTINATION "/usr/local/domoticz")
31
 
46
 
32
 INCLUDE(TestBigEndian)
47
 INCLUDE(TestBigEndian)
33
 
48
 
(-)domoticz/files/patch-appversion.default (-5 / +5 lines)
Lines 1-9 Link Here
1
--- appversion.default.orig	2016-11-10 15:44:33 UTC
1
--- appversion.default.orig	2016-03-09 17:30:00.000000000 +0100
2
+++ appversion.default
2
+++ appversion.default	2016-03-09 19:10:01.169567000 +0100
3
@@ -1,3 +1,3 @@
3
@@ -1,3 +1,3 @@
4
-#define APPVERSION 5876
4
-#define APPVERSION 4834
5
-#define APPHASH "b97777b"
5
-#define APPHASH "2bd98a1"
6
-#define APPDATE 1478691222
6
-#define APPDATE 1456904172
7
+#define APPVERSION XXXDOMOTICZXXX
7
+#define APPVERSION XXXDOMOTICZXXX
8
+#define APPHASH "XXXHASHXXX"
8
+#define APPHASH "XXXHASHXXX"
9
+#define APPDATE XXXTIMEXXX
9
+#define APPDATE XXXTIMEXXX
(-)domoticz/files/patch-getgit.cmake (-2 / +2 lines)
Lines 1-5 Link Here
1
--- getgit.cmake.orig	2016-11-10 15:44:33 UTC
1
--- getgit.cmake.orig	2016-04-01 15:27:18.517929000 +0200
2
+++ getgit.cmake
2
+++ getgit.cmake	2016-04-01 15:27:52.572836000 +0200
3
@@ -1,66 +1,7 @@
3
@@ -1,66 +1,7 @@
4
 # this macro gets called as a custom build step by running make
4
 # this macro gets called as a custom build step by running make
5
 # please take into account, that the variable 'SOURCE_DIR' has been defined by the caller
5
 # please take into account, that the variable 'SOURCE_DIR' has been defined by the caller
(-)domoticz/pkg-plist (-4 / +289 lines)
Lines 10-20 Link Here
10
domoticz/Config/BeNext/EnergySwitch.xml
10
domoticz/Config/BeNext/EnergySwitch.xml
11
domoticz/Config/BeNext/HeatingControl.xml
11
domoticz/Config/BeNext/HeatingControl.xml
12
domoticz/Config/BeNext/Molite.xml
12
domoticz/Config/BeNext/Molite.xml
13
domoticz/Config/BeNext/P1dongle.xml
13
domoticz/Config/BeNext/PanicButton.xml
14
domoticz/Config/BeNext/PanicButton.xml
14
domoticz/Config/BeNext/PanicWatch.xml
15
domoticz/Config/BeNext/PanicWatch.xml
15
domoticz/Config/BeNext/PluginDimmer.xml
16
domoticz/Config/BeNext/PluginDimmer.xml
16
domoticz/Config/BeNext/SceneController.xml
17
domoticz/Config/BeNext/SceneController.xml
17
domoticz/Config/BeNext/TagReader.xml
18
domoticz/Config/BeNext/TagReader.xml
19
domoticz/Config/BeNext/TagReader500.xml
18
domoticz/Config/act/lfm20.xml
20
domoticz/Config/act/lfm20.xml
19
domoticz/Config/act/zdm230.xml
21
domoticz/Config/act/zdm230.xml
20
domoticz/Config/act/zdw103.xml
22
domoticz/Config/act/zdw103.xml
Lines 61-101 Link Here
61
domoticz/Config/aeotec/zw098.xml
63
domoticz/Config/aeotec/zw098.xml
62
domoticz/Config/aeotec/zw099.xml
64
domoticz/Config/aeotec/zw099.xml
63
domoticz/Config/aeotec/zw100.xml
65
domoticz/Config/aeotec/zw100.xml
66
domoticz/Config/aeotec/zw111.xml
64
domoticz/Config/aeotec/zw112.xml
67
domoticz/Config/aeotec/zw112.xml
68
domoticz/Config/aeotec/zw116.xml
65
domoticz/Config/aeotec/zw117.xml
69
domoticz/Config/aeotec/zw117.xml
66
domoticz/Config/aeotec/zw120.xml
70
domoticz/Config/aeotec/zw120.xml
67
domoticz/Config/aeotec/zw121.xml
71
domoticz/Config/aeotec/zw121.xml
72
domoticz/Config/aeotec/zw122.xml
73
domoticz/Config/aeotec/zw129.xml
68
domoticz/Config/aeotec/zw130.xml
74
domoticz/Config/aeotec/zw130.xml
75
domoticz/Config/aeotec/zw132.xml
76
domoticz/Config/aeotec/zw139.xml
77
domoticz/Config/aeotec/zw140.xml
69
domoticz/Config/assa_abloy/KeyfreeConnected.xml
78
domoticz/Config/assa_abloy/KeyfreeConnected.xml
70
domoticz/Config/assa_abloy/RealLivingCapTouch.xml
79
domoticz/Config/assa_abloy/PushButtonDeadbolt.xml
80
domoticz/Config/assa_abloy/PushButtonLever.xml
81
domoticz/Config/assa_abloy/TouchDeadbolt.xml
82
domoticz/Config/assa_abloy/TouchLever.xml
83
domoticz/Config/assa_abloy/nexTouch.xml
84
domoticz/Config/cooper/RF9501.xml
71
domoticz/Config/cooper/RF9505-T.xml
85
domoticz/Config/cooper/RF9505-T.xml
86
domoticz/Config/cooper/RF9517.xml
72
domoticz/Config/cooper/RF9540-N.xml
87
domoticz/Config/cooper/RF9540-N.xml
88
domoticz/Config/cooper/RF9542-Z.xml
73
domoticz/Config/danfoss/living.xml
89
domoticz/Config/danfoss/living.xml
74
domoticz/Config/danfoss/rsroom.xml
90
domoticz/Config/danfoss/rsroom.xml
75
domoticz/Config/danfoss/z.xml
91
domoticz/Config/danfoss/z.xml
76
domoticz/Config/device_classes.xml
92
domoticz/Config/device_classes.xml
77
domoticz/Config/device_classes.xsd
93
domoticz/Config/device_classes.xsd
78
domoticz/Config/device_configuration.xsd
94
domoticz/Config/device_configuration.xsd
95
domoticz/Config/devolo/connectz.xml
79
domoticz/Config/devolo/mt02648.xml
96
domoticz/Config/devolo/mt02648.xml
97
domoticz/Config/devolo/mt02755.xml
98
domoticz/Config/devolo/mt02758.xml
99
domoticz/Config/devolo/mt02792.xml
80
domoticz/Config/devolo/mt2646.xml
100
domoticz/Config/devolo/mt2646.xml
81
domoticz/Config/devolo/mt2647.xml
101
domoticz/Config/devolo/mt2647.xml
102
domoticz/Config/devolo/mt2652.xml
103
domoticz/Config/devolo/mt2653.xml
104
domoticz/Config/devolo/mt2756.xml
105
domoticz/Config/devolo/rs014G0159.xml
82
domoticz/Config/dlink/dch-z110.xml
106
domoticz/Config/dlink/dch-z110.xml
83
domoticz/Config/dlink/dch-z120.xml
107
domoticz/Config/dlink/dch-z120.xml
84
domoticz/Config/dlink/dch-z510.xml
108
domoticz/Config/dlink/dch-z510.xml
85
domoticz/Config/domitech/zb22uk.xml
109
domoticz/Config/domitech/zb22uk.xml
86
domoticz/Config/domitech/ze27eu.xml
110
domoticz/Config/domitech/ze27eu.xml
111
domoticz/Config/domux/DX1CA-Z.xml
112
domoticz/Config/domux/DX1CG-Z.xml
113
domoticz/Config/domux/DX1DS-Z.xml
114
domoticz/Config/domux/DX1HT-Z.xml
115
domoticz/Config/domux/DX1MS-Z.xml
116
domoticz/Config/domux/DX1SA-Z.xml
117
domoticz/Config/domux/DX1WL-Z.xml
118
domoticz/Config/domux/DX2SK-Z.xml
87
domoticz/Config/dragontech/wd-100.xml
119
domoticz/Config/dragontech/wd-100.xml
88
domoticz/Config/duwi/05458.xml
120
domoticz/Config/duwi/05458.xml
89
domoticz/Config/duwi/ZWES1000.xml
121
domoticz/Config/duwi/ZWES1000.xml
90
domoticz/Config/duwi/ZWESJ300.xml
122
domoticz/Config/duwi/ZWESJ300.xml
91
domoticz/Config/duwi/zwfb.xml
123
domoticz/Config/duwi/zwfb.xml
124
domoticz/Config/ecolink/doorwindow.xml
125
domoticz/Config/ecolink/firefighter.xml
126
domoticz/Config/ecolink/motion.xml
127
domoticz/Config/ecolink/sensor.xml
92
domoticz/Config/electronicsolutions/dbmz.xml
128
domoticz/Config/electronicsolutions/dbmz.xml
129
domoticz/Config/enerwave/zw15rmplus.xml
93
domoticz/Config/enerwave/zw15s.xml
130
domoticz/Config/enerwave/zw15s.xml
94
domoticz/Config/enerwave/zw20r.xml
131
domoticz/Config/enerwave/zw20r.xml
95
domoticz/Config/enerwave/zw20rm.xml
132
domoticz/Config/enerwave/zw20rm.xml
96
domoticz/Config/enerwave/zw500d.xml
133
domoticz/Config/enerwave/zw500d.xml
97
domoticz/Config/enerwave/zwn-bpc.xml
134
domoticz/Config/enerwave/zwn-bpc.xml
98
domoticz/Config/enerwave/zwn-sc7.xml
135
domoticz/Config/enerwave/zwn-sc7.xml
136
domoticz/Config/enerwave/zwnrsm1plus.xml
99
domoticz/Config/eurotronic/eur_cometz.xml
137
domoticz/Config/eurotronic/eur_cometz.xml
100
domoticz/Config/eurotronic/eur_stellaz.xml
138
domoticz/Config/eurotronic/eur_stellaz.xml
101
domoticz/Config/everspring/ad146.xml
139
domoticz/Config/everspring/ad146.xml
Lines 120-139 Link Here
120
domoticz/Config/evolve/lrm-as.xml
158
domoticz/Config/evolve/lrm-as.xml
121
domoticz/Config/evolve/lsm-15.xml
159
domoticz/Config/evolve/lsm-15.xml
122
domoticz/Config/evolve/ltm-5.xml
160
domoticz/Config/evolve/ltm-5.xml
161
domoticz/Config/fakro/zwp10.xml
162
domoticz/Config/fakro/zwrs.xml
123
domoticz/Config/fakro/zws12.xml
163
domoticz/Config/fakro/zws12.xml
124
domoticz/Config/fakro/zws230.xml
164
domoticz/Config/fakro/zws230.xml
125
domoticz/Config/fibaro/fgbs001.xml
165
domoticz/Config/fibaro/fgbs001.xml
166
domoticz/Config/fibaro/fgcd001.xml
126
domoticz/Config/fibaro/fgd211.xml
167
domoticz/Config/fibaro/fgd211.xml
127
domoticz/Config/fibaro/fgd212.xml
168
domoticz/Config/fibaro/fgd212.xml
169
domoticz/Config/fibaro/fgdw2.xml
128
domoticz/Config/fibaro/fgfs101.xml
170
domoticz/Config/fibaro/fgfs101.xml
129
domoticz/Config/fibaro/fgfs101zw5.xml
171
domoticz/Config/fibaro/fgfs101zw5.xml
130
domoticz/Config/fibaro/fggc001.xml
172
domoticz/Config/fibaro/fggc001.xml
131
domoticz/Config/fibaro/fgk001.xml
173
domoticz/Config/fibaro/fgk001.xml
132
domoticz/Config/fibaro/fgk10x.xml
174
domoticz/Config/fibaro/fgk10x.xml
175
domoticz/Config/fibaro/fgkf601.xml
133
domoticz/Config/fibaro/fgms.xml
176
domoticz/Config/fibaro/fgms.xml
177
domoticz/Config/fibaro/fgmszw5.xml
134
domoticz/Config/fibaro/fgpb101.xml
178
domoticz/Config/fibaro/fgpb101.xml
135
domoticz/Config/fibaro/fgr221.xml
179
domoticz/Config/fibaro/fgr221.xml
136
domoticz/Config/fibaro/fgr222.xml
137
domoticz/Config/fibaro/fgrgbwm441.xml
180
domoticz/Config/fibaro/fgrgbwm441.xml
138
domoticz/Config/fibaro/fgrm222.xml
181
domoticz/Config/fibaro/fgrm222.xml
139
domoticz/Config/fibaro/fgs211.xml
182
domoticz/Config/fibaro/fgs211.xml
Lines 145-150 Link Here
145
domoticz/Config/fibaro/fgsd002.xml
188
domoticz/Config/fibaro/fgsd002.xml
146
domoticz/Config/fibaro/fgss101.xml
189
domoticz/Config/fibaro/fgss101.xml
147
domoticz/Config/fibaro/fgwpe.xml
190
domoticz/Config/fibaro/fgwpe.xml
191
domoticz/Config/fibaro/fgwpfzw5.xml
148
domoticz/Config/firstalert/zcombo.xml
192
domoticz/Config/firstalert/zcombo.xml
149
domoticz/Config/fortrezz/mimolite.xml
193
domoticz/Config/fortrezz/mimolite.xml
150
domoticz/Config/fortrezz/ssa2.xml
194
domoticz/Config/fortrezz/ssa2.xml
Lines 153-168 Link Here
153
domoticz/Config/fortrezz/wwa02.xml
197
domoticz/Config/fortrezz/wwa02.xml
154
domoticz/Config/frostdale/fdn2nxx.xml
198
domoticz/Config/frostdale/fdn2nxx.xml
155
domoticz/Config/ge/12724-dimmer.xml
199
domoticz/Config/ge/12724-dimmer.xml
200
domoticz/Config/ge/14282-plugin-switch.xml
201
domoticz/Config/ge/14291-switch.xml
202
domoticz/Config/ge/14294-dimmer.xml
203
domoticz/Config/ge/26931-motion-switch.xml
204
domoticz/Config/ge/26933-motion-dimmer.xml
156
domoticz/Config/ge/dimmer.xml
205
domoticz/Config/ge/dimmer.xml
157
domoticz/Config/ge/dimmer_module.xml
206
domoticz/Config/ge/dimmer_module.xml
158
domoticz/Config/ge/hinge-pin.xml
207
domoticz/Config/ge/hinge-pin.xml
159
domoticz/Config/ge/receptacle.xml
208
domoticz/Config/ge/receptacle.xml
160
domoticz/Config/ge/relay.xml
209
domoticz/Config/ge/relay.xml
210
domoticz/Config/gocontrol/GC-TBZ48L.xml
161
domoticz/Config/gr/gr105.xml
211
domoticz/Config/gr/gr105.xml
162
domoticz/Config/gr/gr105n.xml
212
domoticz/Config/gr/gr105n.xml
163
domoticz/Config/greenwave/powernode1.xml
213
domoticz/Config/greenwave/powernode1.xml
164
domoticz/Config/greenwave/powernode6.xml
214
domoticz/Config/greenwave/powernode6.xml
215
domoticz/Config/hank/hkzw-dws01.xml
216
domoticz/Config/hank/hkzw-ms01.xml
217
domoticz/Config/hank/hkzw-so01-smartplug.xml
218
domoticz/Config/hank/hkzw-so05-smartplug.xml
219
domoticz/Config/hank/scenecontroller1.xml
220
domoticz/Config/hank/scenecontroller4.xml
221
domoticz/Config/heiman/HS1CA-Z.xml
222
domoticz/Config/heiman/HS1CG-Z.xml
223
domoticz/Config/heiman/HS1DS-Z.xml
224
domoticz/Config/heiman/HS1HT-Z.xml
225
domoticz/Config/heiman/HS1MS-Z.xml
226
domoticz/Config/heiman/HS1SA-Z.xml
227
domoticz/Config/heiman/HS1WL-Z.xml
228
domoticz/Config/heiman/HS2SK-Z.xml
165
domoticz/Config/homeseer/ezmotionplus.xml
229
domoticz/Config/homeseer/ezmotionplus.xml
230
domoticz/Config/homeseer/hs-wd100plus.xml
231
domoticz/Config/homeseer/hs-ws100plus.xml
166
domoticz/Config/homeseer/hsm100.xml
232
domoticz/Config/homeseer/hsm100.xml
167
domoticz/Config/homeseer/hsm200.xml
233
domoticz/Config/homeseer/hsm200.xml
168
domoticz/Config/homeseer/ztroller.xml
234
domoticz/Config/homeseer/ztroller.xml
Lines 174-194 Link Here
174
domoticz/Config/horstmann/ses303.xml
240
domoticz/Config/horstmann/ses303.xml
175
domoticz/Config/horstmann/sir321.xml
241
domoticz/Config/horstmann/sir321.xml
176
domoticz/Config/horstmann/srt323.xml
242
domoticz/Config/horstmann/srt323.xml
243
domoticz/Config/horstmann/ssr302.xml
177
domoticz/Config/idlock/idlock101.xml
244
domoticz/Config/idlock/idlock101.xml
245
domoticz/Config/ingersoll/dwzwave1.xml
178
domoticz/Config/intermatic/ca8900.xml
246
domoticz/Config/intermatic/ca8900.xml
179
domoticz/Config/iris/rangeextender.xml
247
domoticz/Config/iris/rangeextender.xml
248
domoticz/Config/kaipule/im20.xml
180
domoticz/Config/kwikset/smartcode.xml
249
domoticz/Config/kwikset/smartcode.xml
250
domoticz/Config/leviton/dz15s.xml
251
domoticz/Config/leviton/dz6hd.xml
252
domoticz/Config/leviton/dzpd3.xml
181
domoticz/Config/leviton/rzi10.xml
253
domoticz/Config/leviton/rzi10.xml
182
domoticz/Config/leviton/vrcpg.xml
254
domoticz/Config/leviton/vrcpg.xml
183
domoticz/Config/leviton/vrf01.xml
255
domoticz/Config/leviton/vrf01.xml
184
domoticz/Config/leviton/vri06.xml
256
domoticz/Config/leviton/vri06.xml
185
domoticz/Config/leviton/vri10.xml
257
domoticz/Config/leviton/vri10.xml
258
domoticz/Config/linear/GC-TBZ48.xml
186
domoticz/Config/linear/LB60Z-1.xml
259
domoticz/Config/linear/LB60Z-1.xml
187
domoticz/Config/linear/PD300Z-2.xml
260
domoticz/Config/linear/PD300Z-2.xml
188
domoticz/Config/linear/WA00Z-1.xml
261
domoticz/Config/linear/WA00Z-1.xml
262
domoticz/Config/linear/WA105DBZ-1.xml
263
domoticz/Config/linear/WADWAZ-1.xml
264
domoticz/Config/linear/WAPIRZ-1.xml
189
domoticz/Config/linear/WD500Z-1.xml
265
domoticz/Config/linear/WD500Z-1.xml
266
domoticz/Config/linear/WS15Z-1.xml
267
domoticz/Config/linear/WT00Z-1.xml
268
domoticz/Config/logicsoft/ZHC5010.xml
190
domoticz/Config/manufacturer_specific.xml
269
domoticz/Config/manufacturer_specific.xml
191
domoticz/Config/manufacturer_specific.xsd
270
domoticz/Config/manufacturer_specific.xsd
271
domoticz/Config/mcohome/mh8fceu.xml
272
domoticz/Config/mcohome/mh9co2.xml
192
domoticz/Config/mcohome/mhp210.xml
273
domoticz/Config/mcohome/mhp210.xml
193
domoticz/Config/mcohome/mhs311.xml
274
domoticz/Config/mcohome/mhs311.xml
194
domoticz/Config/mcohome/mhs312.xml
275
domoticz/Config/mcohome/mhs312.xml
Lines 211-222 Link Here
211
domoticz/Config/options.xsd
292
domoticz/Config/options.xsd
212
domoticz/Config/philio/pan03.xml
293
domoticz/Config/philio/pan03.xml
213
domoticz/Config/philio/pan04.xml
294
domoticz/Config/philio/pan04.xml
295
domoticz/Config/philio/pan07.xml
214
domoticz/Config/philio/pan08.xml
296
domoticz/Config/philio/pan08.xml
297
domoticz/Config/philio/pan11.xml
298
domoticz/Config/philio/pan16.xml
215
domoticz/Config/philio/phpab01.xml
299
domoticz/Config/philio/phpab01.xml
216
domoticz/Config/philio/phpat02.xml
300
domoticz/Config/philio/phpat02.xml
217
domoticz/Config/philio/phpsg01.xml
301
domoticz/Config/philio/phpsg01.xml
218
domoticz/Config/philio/pse02.xml
302
domoticz/Config/philio/pse02.xml
219
domoticz/Config/philio/psm02.xml
303
domoticz/Config/philio/psm02.xml
304
domoticz/Config/philio/psp05.xml
220
domoticz/Config/philio/psr04.xml
305
domoticz/Config/philio/psr04.xml
221
domoticz/Config/philio/pst02-1c.xml
306
domoticz/Config/philio/pst02-1c.xml
222
domoticz/Config/philio/pst02-b.xml
307
domoticz/Config/philio/pst02-b.xml
Lines 224-234 Link Here
224
domoticz/Config/polycontrol/doorlock.xml
309
domoticz/Config/polycontrol/doorlock.xml
225
domoticz/Config/polycontrol/keypad.xml
310
domoticz/Config/polycontrol/keypad.xml
226
domoticz/Config/polycontrol/polylock.xml
311
domoticz/Config/polycontrol/polylock.xml
312
domoticz/Config/popp/004407.xml
227
domoticz/Config/popp/009105.xml
313
domoticz/Config/popp/009105.xml
228
domoticz/Config/popp/009303.xml
314
domoticz/Config/popp/009303.xml
315
domoticz/Config/popp/009402.xml
316
domoticz/Config/popp/012501.xml
229
domoticz/Config/popp/123580.xml
317
domoticz/Config/popp/123580.xml
230
domoticz/Config/popp/123601.xml
318
domoticz/Config/popp/123601.xml
231
domoticz/Config/popp/123658.xml
319
domoticz/Config/popp/123658.xml
320
domoticz/Config/popp/700168.xml
232
domoticz/Config/popp/smoke-detector.xml
321
domoticz/Config/popp/smoke-detector.xml
233
domoticz/Config/popp/solar-siren.xml
322
domoticz/Config/popp/solar-siren.xml
234
domoticz/Config/popp/zweather.xml
323
domoticz/Config/popp/zweather.xml
Lines 254-261 Link Here
254
domoticz/Config/qubino/ZMNHODx.xml
343
domoticz/Config/qubino/ZMNHODx.xml
255
domoticz/Config/qubino/ZMNHSDx.xml
344
domoticz/Config/qubino/ZMNHSDx.xml
256
domoticz/Config/qubino/ZMNHTDx.xml
345
domoticz/Config/qubino/ZMNHTDx.xml
346
domoticz/Config/qubino/ZMNHTDxS3.xml
257
domoticz/Config/qubino/ZMNHUD1.xml
347
domoticz/Config/qubino/ZMNHUD1.xml
258
domoticz/Config/qubino/ZMNHVDx.xml
348
domoticz/Config/qubino/ZMNHVDx.xml
349
domoticz/Config/qubino/ZMNHWD1.xml
259
domoticz/Config/qubino/ZMNHZDx.xml
350
domoticz/Config/qubino/ZMNHZDx.xml
260
domoticz/Config/rcs/em52-zw.xml
351
domoticz/Config/rcs/em52-zw.xml
261
domoticz/Config/rcs/pm12-zw.xml
352
domoticz/Config/rcs/pm12-zw.xml
Lines 267-276 Link Here
267
domoticz/Config/remotec/zts-110.xml
358
domoticz/Config/remotec/zts-110.xml
268
domoticz/Config/remotec/zurc.xml
359
domoticz/Config/remotec/zurc.xml
269
domoticz/Config/remotec/zxt-120.xml
360
domoticz/Config/remotec/zxt-120.xml
270
domoticz/Config/schlage/BE469NXCEN.xml
361
domoticz/Config/schlage/BE468.xml
362
domoticz/Config/schlage/BE469.xml
271
domoticz/Config/schlagelink/itemp.xml
363
domoticz/Config/schlagelink/itemp.xml
272
domoticz/Config/schlagelink/minikeypad.xml
364
domoticz/Config/schlagelink/minikeypad.xml
273
domoticz/Config/sensative/strips.xml
365
domoticz/Config/sensative/strips.xml
366
domoticz/Config/shenzen_neo/nas-ab01z.xml
274
domoticz/Config/shenzen_neo/nas-ds01z.xml
367
domoticz/Config/shenzen_neo/nas-ds01z.xml
275
domoticz/Config/shenzen_neo/nas-pd01z.xml
368
domoticz/Config/shenzen_neo/nas-pd01z.xml
276
domoticz/Config/shenzen_neo/nas-wr01z.xml
369
domoticz/Config/shenzen_neo/nas-wr01z.xml
Lines 279-290 Link Here
279
domoticz/Config/swiid/swiidinter.xml
372
domoticz/Config/swiid/swiidinter.xml
280
domoticz/Config/swiid/swiidplug.xml
373
domoticz/Config/swiid/swiidplug.xml
281
domoticz/Config/telldus/tzdw100.xml
374
domoticz/Config/telldus/tzdw100.xml
375
domoticz/Config/telldus/tzwp100.xml
282
domoticz/Config/thermofloor/heatit021.xml
376
domoticz/Config/thermofloor/heatit021.xml
283
domoticz/Config/trane/TZEMT400AB32MAA.xml
377
domoticz/Config/trane/TZEMT400AB32MAA.xml
284
domoticz/Config/trane/TZEMT400BB32MAA.xml
378
domoticz/Config/trane/TZEMT400BB32MAA.xml
379
domoticz/Config/trane/TZEMT524AA21MA.xml
285
domoticz/Config/vision/zd2102.xml
380
domoticz/Config/vision/zd2102.xml
286
domoticz/Config/vision/zd2201.xml
381
domoticz/Config/vision/zd2201.xml
287
domoticz/Config/vision/zd2301.xml
382
domoticz/Config/vision/zd2301.xml
383
domoticz/Config/vision/zf5201.xml
288
domoticz/Config/vision/zg8101.xml
384
domoticz/Config/vision/zg8101.xml
289
domoticz/Config/vision/zm1601eu.xml
385
domoticz/Config/vision/zm1601eu.xml
290
domoticz/Config/vision/zm1601eu5.xml
386
domoticz/Config/vision/zm1601eu5.xml
Lines 303-318 Link Here
303
domoticz/Config/wenzhou/tz66d.xml
399
domoticz/Config/wenzhou/tz66d.xml
304
domoticz/Config/wenzhou/tz67.xml
400
domoticz/Config/wenzhou/tz67.xml
305
domoticz/Config/wenzhou/tz68.xml
401
domoticz/Config/wenzhou/tz68.xml
402
domoticz/Config/wenzhou/tz69.xml
306
domoticz/Config/wenzhou/tz88.xml
403
domoticz/Config/wenzhou/tz88.xml
307
domoticz/Config/widom/UBS104.xml
404
domoticz/Config/widom/UBS104.xml
308
domoticz/Config/widom/UME304C_S.xml
405
domoticz/Config/widom/UME304C_S.xml
309
domoticz/Config/widom/WDS.xml
406
domoticz/Config/widom/WDS.xml
310
domoticz/Config/zipato/MiniKeypad.xml
407
domoticz/Config/zipato/MiniKeypad.xml
311
domoticz/Config/zipato/RGBBulb.xml
408
domoticz/Config/zipato/RGBBulb.xml
409
domoticz/Config/zipato/RGBBulb2.xml
410
domoticz/Config/zipato/vszd2102.xml
411
domoticz/Config/zipato/zp3102.xml
312
domoticz/Config/zooz/zen07.xml
412
domoticz/Config/zooz/zen07.xml
413
domoticz/Config/zooz/zen20.xml
414
domoticz/Config/zooz/zen23.xml
415
domoticz/Config/zooz/zen24.xml
313
domoticz/Config/zooz/zse08.xml
416
domoticz/Config/zooz/zse08.xml
314
domoticz/Config/zooz/zse09.xml
417
domoticz/Config/zooz/zse09.xml
418
domoticz/Config/zooz/zse33.xml
419
domoticz/Config/zooz/zse40.xml
315
domoticz/Config/zwave.me/ZME_05431.xml
420
domoticz/Config/zwave.me/ZME_05431.xml
421
domoticz/Config/zwave.me/ZME_05461.xml
316
domoticz/Config/zwave.me/ZME_06433.xml
422
domoticz/Config/zwave.me/ZME_06433.xml
317
domoticz/Config/zwave.me/ZME_06436.xml
423
domoticz/Config/zwave.me/ZME_06436.xml
318
domoticz/Config/zwave.me/ZME_064381.xml
424
domoticz/Config/zwave.me/ZME_064381.xml
Lines 331-340 Link Here
331
domoticz/History.txt
437
domoticz/History.txt
332
domoticz/License.txt
438
domoticz/License.txt
333
domoticz/domoticz
439
domoticz/domoticz
440
domoticz/plugins/AwoxSMP/%%LUA_LIBDIR%%/__init__.py
441
domoticz/plugins/AwoxSMP/%%LUA_LIBDIR%%/pySmartPlugSmpB16.py
442
domoticz/plugins/AwoxSMP/plugin.py
443
domoticz/plugins/examples/BaseTemplate.py
444
domoticz/plugins/examples/DenonMarantz.py
445
domoticz/plugins/examples/Dlink DSP-W215.py
446
domoticz/plugins/examples/HTTP.py
447
domoticz/plugins/examples/Kodi.py
448
domoticz/plugins/examples/RAVEn.py
334
domoticz/scripts/_domoticz_main
449
domoticz/scripts/_domoticz_main
335
domoticz/scripts/_domoticz_main.bat
450
domoticz/scripts/_domoticz_main.bat
336
domoticz/scripts/buienradar_rain_example.pl
451
domoticz/scripts/buienradar_rain_example.pl
337
domoticz/scripts/download_update.sh
452
domoticz/scripts/download_update.sh
453
domoticz/scripts/dzVents/.gitignore
454
domoticz/scripts/dzVents/data/README.md
455
domoticz/scripts/dzVents/documentation/README.md
456
domoticz/scripts/dzVents/documentation/README.wiki
457
domoticz/scripts/dzVents/documentation/dzvents-smoothing.png
458
domoticz/scripts/dzVents/documentation/history.md
459
domoticz/scripts/dzVents/documentation/pandoc.md
460
domoticz/scripts/dzVents/examples/calc temp delta.lua
461
domoticz/scripts/dzVents/examples/check battery levels.lua
462
domoticz/scripts/dzVents/examples/check dead devices by desc.lua
463
domoticz/scripts/dzVents/examples/check dead devices.lua
464
domoticz/scripts/dzVents/examples/external_light.lua
465
domoticz/scripts/dzVents/examples/fake presence.lua
466
domoticz/scripts/dzVents/examples/garage door.lua
467
domoticz/scripts/dzVents/examples/get sensor values.lua
468
domoticz/scripts/dzVents/examples/intruder alert.lua
469
domoticz/scripts/dzVents/examples/leak_detection.lua
470
domoticz/scripts/dzVents/examples/notify for dead system-alive check devices.lua
471
domoticz/scripts/dzVents/examples/only run script when button pressed.lua
472
domoticz/scripts/dzVents/examples/random night light.lua
473
domoticz/scripts/dzVents/examples/respond to switch.lua
474
domoticz/scripts/dzVents/examples/schedule fish pond pump.lua
475
domoticz/scripts/dzVents/examples/simple room heating with hysteresis control.lua
476
domoticz/scripts/dzVents/examples/templates/bare.lua
477
domoticz/scripts/dzVents/examples/templates/complete.lua
478
domoticz/scripts/dzVents/examples/templates/device.lua
479
domoticz/scripts/dzVents/examples/templates/global_data.lua
480
domoticz/scripts/dzVents/examples/templates/security.lua
481
domoticz/scripts/dzVents/examples/templates/timer.lua
482
domoticz/scripts/dzVents/examples/templates/variable.lua
483
domoticz/scripts/dzVents/generated_scripts/README.md
484
domoticz/scripts/dzVents/runtime/Device.lua
485
domoticz/scripts/dzVents/runtime/Domoticz.lua
486
domoticz/scripts/dzVents/runtime/EventHelpers.lua
487
domoticz/scripts/dzVents/runtime/HistoricalStorage.lua
488
domoticz/scripts/dzVents/runtime/Time.lua
489
domoticz/scripts/dzVents/runtime/TimedCommand.lua
490
domoticz/scripts/dzVents/runtime/Utils.lua
491
domoticz/scripts/dzVents/runtime/Variable.lua
492
domoticz/scripts/dzVents/runtime/device-adapters/Adapters.lua
493
domoticz/scripts/dzVents/runtime/device-adapters/airquality_device.lua
494
domoticz/scripts/dzVents/runtime/device-adapters/alert_device.lua
495
domoticz/scripts/dzVents/runtime/device-adapters/ampere_1_phase_device.lua
496
domoticz/scripts/dzVents/runtime/device-adapters/ampere_3_phase_device.lua
497
domoticz/scripts/dzVents/runtime/device-adapters/barometer_device.lua
498
domoticz/scripts/dzVents/runtime/device-adapters/counter_device.lua
499
domoticz/scripts/dzVents/runtime/device-adapters/custom_sensor_device.lua
500
domoticz/scripts/dzVents/runtime/device-adapters/distance_device.lua
501
domoticz/scripts/dzVents/runtime/device-adapters/electric_usage_device.lua
502
domoticz/scripts/dzVents/runtime/device-adapters/evohome_device.lua
503
domoticz/scripts/dzVents/runtime/device-adapters/gas_device.lua
504
domoticz/scripts/dzVents/runtime/device-adapters/generic_device.lua
505
domoticz/scripts/dzVents/runtime/device-adapters/group_device.lua
506
domoticz/scripts/dzVents/runtime/device-adapters/humidity_device.lua
507
domoticz/scripts/dzVents/runtime/device-adapters/kodi_device.lua
508
domoticz/scripts/dzVents/runtime/device-adapters/kwh_device.lua
509
domoticz/scripts/dzVents/runtime/device-adapters/leafwetness_device.lua
510
domoticz/scripts/dzVents/runtime/device-adapters/lux_device.lua
511
domoticz/scripts/dzVents/runtime/device-adapters/opentherm_gateway_device.lua
512
domoticz/scripts/dzVents/runtime/device-adapters/p1_smartmeter_device.lua
513
domoticz/scripts/dzVents/runtime/device-adapters/percentage_device.lua
514
domoticz/scripts/dzVents/runtime/device-adapters/pressure_device.lua
515
domoticz/scripts/dzVents/runtime/device-adapters/rain_device.lua
516
domoticz/scripts/dzVents/runtime/device-adapters/rgbw_device.lua
517
domoticz/scripts/dzVents/runtime/device-adapters/scaleweight_device.lua
518
domoticz/scripts/dzVents/runtime/device-adapters/scene_device.lua
519
domoticz/scripts/dzVents/runtime/device-adapters/security_device.lua
520
domoticz/scripts/dzVents/runtime/device-adapters/soilmoisture_device.lua
521
domoticz/scripts/dzVents/runtime/device-adapters/solar_radiation_device.lua
522
domoticz/scripts/dzVents/runtime/device-adapters/soundlevel_device.lua
523
domoticz/scripts/dzVents/runtime/device-adapters/switch_device.lua
524
domoticz/scripts/dzVents/runtime/device-adapters/temperature_device.lua
525
domoticz/scripts/dzVents/runtime/device-adapters/temperature_humidity_barometer_device.lua
526
domoticz/scripts/dzVents/runtime/device-adapters/temperature_humidity_device.lua
527
domoticz/scripts/dzVents/runtime/device-adapters/text_device.lua
528
domoticz/scripts/dzVents/runtime/device-adapters/thermostat_setpoint_device.lua
529
domoticz/scripts/dzVents/runtime/device-adapters/uv_device.lua
530
domoticz/scripts/dzVents/runtime/device-adapters/visibility_device.lua
531
domoticz/scripts/dzVents/runtime/device-adapters/voltage_device.lua
532
domoticz/scripts/dzVents/runtime/device-adapters/waterflow_device.lua
533
domoticz/scripts/dzVents/runtime/device-adapters/wind_device.lua
534
domoticz/scripts/dzVents/runtime/device-adapters/zone_heating_device.lua
535
domoticz/scripts/dzVents/runtime/device-adapters/zwave_thermostat_mode_device.lua
536
domoticz/scripts/dzVents/runtime/dzVents.lua
537
domoticz/scripts/dzVents/runtime/integration-tests/File.lua
538
domoticz/scripts/dzVents/runtime/integration-tests/README.md
539
domoticz/scripts/dzVents/runtime/integration-tests/global_data.lua
540
domoticz/scripts/dzVents/runtime/integration-tests/secArmedAway.lua
541
domoticz/scripts/dzVents/runtime/integration-tests/stage1.lua
542
domoticz/scripts/dzVents/runtime/integration-tests/stage2.lua
543
domoticz/scripts/dzVents/runtime/integration-tests/testIntegration.lua
544
domoticz/scripts/dzVents/runtime/integration-tests/varString.lua
545
domoticz/scripts/dzVents/runtime/integration-tests/vdSwitchDimmer.lua
546
domoticz/scripts/dzVents/runtime/misc/smoothing.xlsx
547
domoticz/scripts/dzVents/runtime/persistence.lua
548
domoticz/scripts/dzVents/runtime/tests/.luacov
549
domoticz/scripts/dzVents/runtime/tests/README.md
550
domoticz/scripts/dzVents/runtime/tests/data/README.md
551
domoticz/scripts/dzVents/runtime/tests/devices.lua
552
domoticz/scripts/dzVents/runtime/tests/generated_scripts/internal1.lua
553
domoticz/scripts/dzVents/runtime/tests/generated_scripts/internal2.lua
554
domoticz/scripts/dzVents/runtime/tests/scandir/.f3.lua
555
domoticz/scripts/dzVents/runtime/tests/scandir/.f3.lua.swp
556
domoticz/scripts/dzVents/runtime/tests/scandir/f1.lua
557
domoticz/scripts/dzVents/runtime/tests/scandir/f1lua
558
domoticz/scripts/dzVents/runtime/tests/scandir/f2.lua
559
domoticz/scripts/dzVents/runtime/tests/scandir/f3.lua
560
domoticz/scripts/dzVents/runtime/tests/scandir/lua.lua
561
domoticz/scripts/dzVents/runtime/tests/scripts/global_data.lua
562
domoticz/scripts/dzVents/runtime/tests/scripts/script1.lua
563
domoticz/scripts/dzVents/runtime/tests/scripts/script2.lua
564
domoticz/scripts/dzVents/runtime/tests/scripts/script3.lua
565
domoticz/scripts/dzVents/runtime/tests/scripts/script4.lua
566
domoticz/scripts/dzVents/runtime/tests/scripts/script5.lua
567
domoticz/scripts/dzVents/runtime/tests/scripts/script6.lua
568
domoticz/scripts/dzVents/runtime/tests/scripts/script7.lua
569
domoticz/scripts/dzVents/runtime/tests/scripts/script_combined.lua
570
domoticz/scripts/dzVents/runtime/tests/scripts/script_data.lua
571
domoticz/scripts/dzVents/runtime/tests/scripts/script_error.lua
572
domoticz/scripts/dzVents/runtime/tests/scripts/script_inactive.lua
573
domoticz/scripts/dzVents/runtime/tests/scripts/script_incomplete_missing_execute.lua
574
domoticz/scripts/dzVents/runtime/tests/scripts/script_incomplete_missing_on.lua
575
domoticz/scripts/dzVents/runtime/tests/scripts/script_logging.lua
576
domoticz/scripts/dzVents/runtime/tests/scripts/script_notable.lua
577
domoticz/scripts/dzVents/runtime/tests/scripts/script_security.lua
578
domoticz/scripts/dzVents/runtime/tests/scripts/script_security_grouped.lua
579
domoticz/scripts/dzVents/runtime/tests/scripts/script_timer_classic.lua
580
domoticz/scripts/dzVents/runtime/tests/scripts/script_timer_function.lua
581
domoticz/scripts/dzVents/runtime/tests/scripts/script_timer_single.lua
582
domoticz/scripts/dzVents/runtime/tests/scripts/script_timer_table.lua
583
domoticz/scripts/dzVents/runtime/tests/scripts/script_variable1.lua
584
domoticz/scripts/dzVents/runtime/tests/scripts/script_variable2.lua
585
domoticz/scripts/dzVents/runtime/tests/scripts/script_variable3.lua
586
domoticz/scripts/dzVents/runtime/tests/scripts/script_wildcard1.lua
587
domoticz/scripts/dzVents/runtime/tests/scripts/script_wildcard2.lua
588
domoticz/scripts/dzVents/runtime/tests/scripts/script_with_active_method.lua
589
domoticz/scripts/dzVents/runtime/tests/scripts/script_with_time-contrained_device.lua
590
domoticz/scripts/dzVents/runtime/tests/testDevice.lua
591
domoticz/scripts/dzVents/runtime/tests/testDomoticz.lua
592
domoticz/scripts/dzVents/runtime/tests/testEventHelpers.lua
593
domoticz/scripts/dzVents/runtime/tests/testEventHelpersStorage.lua
594
domoticz/scripts/dzVents/runtime/tests/testScriptdzVentsDispatching.lua
595
domoticz/scripts/dzVents/runtime/tests/testTime.lua
596
domoticz/scripts/dzVents/runtime/tests/testTimedCommand.lua
597
domoticz/scripts/dzVents/runtime/tests/testUtils.lua
598
domoticz/scripts/dzVents/runtime/tests/testVariable.lua
599
domoticz/scripts/dzVents/runtime/tests/testfile
600
domoticz/scripts/dzVents/runtime/tests/tstData.lua
601
domoticz/scripts/dzVents/runtime/todo.md
602
domoticz/scripts/dzVents/scripts/README.md
338
domoticz/scripts/logrotate/domoticz
603
domoticz/scripts/logrotate/domoticz
339
domoticz/scripts/lua/JSON.lua
604
domoticz/scripts/lua/JSON.lua
340
domoticz/scripts/lua/script_device_demo.lua
605
domoticz/scripts/lua/script_device_demo.lua
Lines 346-360 Link Here
346
domoticz/scripts/python/domoticz.py
611
domoticz/scripts/python/domoticz.py
347
domoticz/scripts/python/googlepubsub.py
612
domoticz/scripts/python/googlepubsub.py
348
domoticz/scripts/python/reloader.py
613
domoticz/scripts/python/reloader.py
349
domoticz/scripts/python/script_device_PIRsmarter.py
614
domoticz/scripts/python/script_device_demo.py
615
domoticz/scripts/python/script_time_demo.py
350
domoticz/scripts/readme.txt
616
domoticz/scripts/readme.txt
351
domoticz/scripts/restart_domoticz
617
domoticz/scripts/restart_domoticz
352
domoticz/scripts/templates/All.Lua
618
domoticz/scripts/templates/All.Lua
353
domoticz/scripts/templates/All.Python
619
domoticz/scripts/templates/All.Python
620
domoticz/scripts/templates/All.dzVents
621
domoticz/scripts/templates/Bare.dzVents
354
domoticz/scripts/templates/Device.Lua
622
domoticz/scripts/templates/Device.Lua
623
domoticz/scripts/templates/Device.dzVents
355
domoticz/scripts/templates/Security.Lua
624
domoticz/scripts/templates/Security.Lua
625
domoticz/scripts/templates/Seurity.dzVents
356
domoticz/scripts/templates/Time.Lua
626
domoticz/scripts/templates/Time.Lua
627
domoticz/scripts/templates/Timer.dzvents
357
domoticz/scripts/templates/UserVariable.Lua
628
domoticz/scripts/templates/UserVariable.Lua
629
domoticz/scripts/templates/UserVariable.dzVents
630
domoticz/scripts/templates/global_data.dzVents
358
domoticz/scripts/update_domoticz
631
domoticz/scripts/update_domoticz
359
domoticz/server_cert.pem
632
domoticz/server_cert.pem
360
domoticz/www/app/AboutController.js
633
domoticz/www/app/AboutController.js
Lines 363-368 Link Here
363
domoticz/www/app/DPFibaroController.js
636
domoticz/www/app/DPFibaroController.js
364
domoticz/www/app/DPGooglePubSubController.js
637
domoticz/www/app/DPGooglePubSubController.js
365
domoticz/www/app/DPHttpController.js
638
domoticz/www/app/DPHttpController.js
639
domoticz/www/app/DPInfluxController.js
366
domoticz/www/app/DashboardController.js
640
domoticz/www/app/DashboardController.js
367
domoticz/www/app/DevicesController.js
641
domoticz/www/app/DevicesController.js
368
domoticz/www/app/DummyController.js
642
domoticz/www/app/DummyController.js
Lines 377-382 Link Here
377
domoticz/www/app/LogController.js
651
domoticz/www/app/LogController.js
378
domoticz/www/app/LoginController.js
652
domoticz/www/app/LoginController.js
379
domoticz/www/app/LogoutController.js
653
domoticz/www/app/LogoutController.js
654
domoticz/www/app/MobileNotificationsController.js
380
domoticz/www/app/NotificationController.js
655
domoticz/www/app/NotificationController.js
381
domoticz/www/app/OfflineController.js
656
domoticz/www/app/OfflineController.js
382
domoticz/www/app/RFXComFirmwareController.js
657
domoticz/www/app/RFXComFirmwareController.js
Lines 388-393 Link Here
388
domoticz/www/app/TemperatureCustomLogController.js
663
domoticz/www/app/TemperatureCustomLogController.js
389
domoticz/www/app/TemperatureLogController.js
664
domoticz/www/app/TemperatureLogController.js
390
domoticz/www/app/TemperatureNotificationsController.js
665
domoticz/www/app/TemperatureNotificationsController.js
666
domoticz/www/app/TimerplanController.js
391
domoticz/www/app/UpdateController.js
667
domoticz/www/app/UpdateController.js
392
domoticz/www/app/UserVariablesController.js
668
domoticz/www/app/UserVariablesController.js
393
domoticz/www/app/UsersController.js
669
domoticz/www/app/UsersController.js
Lines 463-468 Link Here
463
domoticz/www/i18n/domoticz-el.json.gz
739
domoticz/www/i18n/domoticz-el.json.gz
464
domoticz/www/i18n/domoticz-en.json.gz
740
domoticz/www/i18n/domoticz-en.json.gz
465
domoticz/www/i18n/domoticz-es.json.gz
741
domoticz/www/i18n/domoticz-es.json.gz
742
domoticz/www/i18n/domoticz-et.json.gz
466
domoticz/www/i18n/domoticz-fi.json.gz
743
domoticz/www/i18n/domoticz-fi.json.gz
467
domoticz/www/i18n/domoticz-fr.json.gz
744
domoticz/www/i18n/domoticz-fr.json.gz
468
domoticz/www/i18n/domoticz-he.json.gz
745
domoticz/www/i18n/domoticz-he.json.gz
Lines 470-475 Link Here
470
domoticz/www/i18n/domoticz-is.json.gz
747
domoticz/www/i18n/domoticz-is.json.gz
471
domoticz/www/i18n/domoticz-it.json.gz
748
domoticz/www/i18n/domoticz-it.json.gz
472
domoticz/www/i18n/domoticz-lt.json.gz
749
domoticz/www/i18n/domoticz-lt.json.gz
750
domoticz/www/i18n/domoticz-lv.json.gz
473
domoticz/www/i18n/domoticz-mk.json.gz
751
domoticz/www/i18n/domoticz-mk.json.gz
474
domoticz/www/i18n/domoticz-nl.json.gz
752
domoticz/www/i18n/domoticz-nl.json.gz
475
domoticz/www/i18n/domoticz-no.json.gz
753
domoticz/www/i18n/domoticz-no.json.gz
Lines 946-951 Link Here
946
domoticz/www/media/click.wav
1224
domoticz/www/media/click.wav
947
domoticz/www/media/delete.mp3
1225
domoticz/www/media/delete.mp3
948
domoticz/www/media/delete.wav
1226
domoticz/www/media/delete.wav
1227
domoticz/www/media/disconnect.mp3
949
domoticz/www/media/disconnect.wav
1228
domoticz/www/media/disconnect.wav
950
domoticz/www/media/handclosed.cur
1229
domoticz/www/media/handclosed.cur
951
domoticz/www/media/handdelete.cur
1230
domoticz/www/media/handdelete.cur
Lines 989-994 Link Here
989
domoticz/www/secpanel/media/wrongcode.aac
1268
domoticz/www/secpanel/media/wrongcode.aac
990
domoticz/www/secpanel/media/wrongcode.mp3
1269
domoticz/www/secpanel/media/wrongcode.mp3
991
domoticz/www/secpanel/media/wrongcode.ogg
1270
domoticz/www/secpanel/media/wrongcode.ogg
1271
domoticz/www/styles/dark-th3me/custom.css
1272
domoticz/www/styles/dark-th3me/fonts/Ubuntu.ttf
1273
domoticz/www/styles/dark-th3me/images/domoticz.jpg
992
domoticz/www/styles/default/custom.css
1274
domoticz/www/styles/default/custom.css
993
domoticz/www/styles/element-dark/custom.css
1275
domoticz/www/styles/element-dark/custom.css
994
domoticz/www/styles/element-dark/fonts/DroidSans.ttf
1276
domoticz/www/styles/element-dark/fonts/DroidSans.ttf
Lines 1016-1021 Link Here
1016
domoticz/www/views/dpfibaro.html
1298
domoticz/www/views/dpfibaro.html
1017
domoticz/www/views/dpgooglepubsub.html
1299
domoticz/www/views/dpgooglepubsub.html
1018
domoticz/www/views/dphttp.html
1300
domoticz/www/views/dphttp.html
1301
domoticz/www/views/dpinflux.html
1019
domoticz/www/views/events.html
1302
domoticz/www/views/events.html
1020
domoticz/www/views/floorplanedit.html
1303
domoticz/www/views/floorplanedit.html
1021
domoticz/www/views/floorplans.html
1304
domoticz/www/views/floorplans.html
Lines 1028-1033 Link Here
1028
domoticz/www/views/log.html
1311
domoticz/www/views/log.html
1029
domoticz/www/views/login.html
1312
domoticz/www/views/login.html
1030
domoticz/www/views/logout.html
1313
domoticz/www/views/logout.html
1314
domoticz/www/views/mobile_notifications.html
1031
domoticz/www/views/notification.html
1315
domoticz/www/views/notification.html
1032
domoticz/www/views/offline.html
1316
domoticz/www/views/offline.html
1033
domoticz/www/views/restoredatabase.html
1317
domoticz/www/views/restoredatabase.html
Lines 1040-1045 Link Here
1040
domoticz/www/views/temperature_log.html
1324
domoticz/www/views/temperature_log.html
1041
domoticz/www/views/temperature_notifications.html
1325
domoticz/www/views/temperature_notifications.html
1042
domoticz/www/views/temperatures/temperatureWidget.html
1326
domoticz/www/views/temperatures/temperatureWidget.html
1327
domoticz/www/views/timerplan.html
1043
domoticz/www/views/update.html
1328
domoticz/www/views/update.html
1044
domoticz/www/views/users.html
1329
domoticz/www/views/users.html
1045
domoticz/www/views/uservariables.html
1330
domoticz/www/views/uservariables.html

Return to bug 221118