Skip to content

Commit 6eaf6e3

Browse files
committed
Merge branch 'MyDomoticz' of /home/domoshare into MyDomoticz
2 parents 5ef001f + 1bf7144 commit 6eaf6e3

File tree

112 files changed

+6424
-4723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+6424
-4723
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ hardware/RFXComSerial.cpp
228228
hardware/RFXComTCP.cpp
229229
hardware/S0MeterBase.cpp
230230
hardware/S0MeterSerial.cpp
231+
hardware/SatelIntegra.cpp
231232
hardware/SBFSpot.cpp
232233
hardware/serial/serial.cpp
233234
hardware/serial/impl/unix.cpp
@@ -431,7 +432,7 @@ else()
431432
message(STATUS "Not building on Raspberry Pi. GPIO support disabled.")
432433
ENDIF(RaspberryPi)
433434

434-
target_link_libraries(domoticz ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} ${CURL_LIBRARIES} pthread lua mqtt sqlite ${CMAKE_DL_LIBS})
435+
target_link_libraries(domoticz -lrt ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} ${CURL_LIBRARIES} pthread lua mqtt sqlite ${CMAKE_DL_LIBS})
435436

436437
ADD_PRECOMPILED_HEADER(domoticz "main/stdafx.h")
437438

Config/everspring/st812.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Product xmlns='http://code.google.com/p/open-zwave/'>
3+
<!-- Configuration Parameters -->
4+
<CommandClass id="112">
5+
<Value type="byte" index="1" genre="config" label="Basic Set Level" units="%" min="0" max="99" value="99">
6+
<Help>
7+
Defines the level in the Basic Set event sent to group 2 when the sensor is triggered. Default is 99 (full brightness for a Z-Wave dimmer). 0 disables.
8+
</Help>
9+
</Value>
10+
</CommandClass>
11+
12+
<!-- COMMAND_CLASS_ASSOCIATION. Groups -->
13+
<CommandClass id="133">
14+
<Associations num_groups="2">
15+
<Group index="1" max_associations="1" label="Reports" auto="true" />
16+
<Group index="2" max_associations="3" label="Basic" />
17+
</Associations>
18+
</CommandClass>
19+
<CommandClass id="96" mapping="endpoints" />
20+
</Product>
21+

Config/manufacturer_specific.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<Product type="0006" id="0001" name="ST814 Temperature and Humidity Sensor" config="everspring/st814.xml"/>
218218
<Product type="0007" id="0001" name="ST815 Illumination Sensor" config="everspring/st815.xml"/>
219219
<Product type="0009" id="0001" name="TSE03 Door Bell" config="everspring/tse03.xml"/>
220-
<Product type="000b" id="0001" name="ST812 Flood Detector"/>
220+
<Product type="000b" id="0001" name="ST812 Flood Detector" config="everspring/st812.xml"/>
221221
<Product type="000c" id="0001" name="SE812 Siren" config="everspring/se812.xml"/>
222222
<Product type="000d" id="0001" name="SF812 Smoke Alarm" config="everspring/sf812.xml"/>
223223
<Product type="0010" id="0001" name="HAC01 In-wall Remote Module"/>
@@ -462,7 +462,7 @@
462462
<Product type="8002" id="0001" name="Plug-in Dimmer Module"/>
463463
<Product type="4003" id="0001" name="Wall Dimmer Module"/>
464464
<Product type="4002" id="0001" name="Wall Appliance Module"/>
465-
<Product type="4004" id="0001" name="Wall Roller Shutter Module"/>
465+
<Product type="4004" id="0001" name="Wall Roller Shutter Module" config="merten/50x5xx.xml"/>
466466
<Product type="8001" id="8001" name="Receiver Flush-Mounted 1-Gang Switch"/>
467467
<Product type="0003" id="0004" name="Transmitter Flush-Mounted 4-Gang Switch"/>
468468
<Product type="0001" id="0002" name="Transmitter 1-Gang Switch"/>

Config/merten/50x5xx.xml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--http://www.pepper1.net/zwavedb/device/85-->
3+
<Product xmlns='http://code.google.com/p/open-zwave/'>
4+
<!-- Configuration -->
5+
<CommandClass id="112">
6+
7+
<Value type="byte" genre="config" instance="1" index="1" label="Switching additional CONNECT radio receivers" value="1">
8+
<Help>To configure if other radio recivers from Merten should be switched as well.</Help>
9+
</Value>
10+
11+
<Value type="byte" genre="config" instance="1" index="176" label="Changeover delay (motor protection)" value="100">
12+
<Help>To configure the time the motor waits before switching direction.</Help>
13+
</Value>
14+
15+
<Value type="byte" genre="config" instance="1" index="177" label="Raising time input 1" value="100">
16+
<Help>To configure input 1 of the raising time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
17+
</Value>
18+
19+
<Value type="byte" genre="config" instance="1" index="178" label="Raising time input 2" value="100">
20+
<Help>To configure input 1 of the raising time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
21+
</Value>
22+
23+
<Value type="byte" genre="config" instance="1" index="179" label="Lowering time input 1" value="100">
24+
<Help>To configure input 1 of the lowering time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
25+
</Value>
26+
27+
<Value type="byte" genre="config" instance="1" index="180" label="Lowering time input 2" value="100">
28+
<Help>To configure input 1 of the lowering time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
29+
</Value>
30+
31+
<Value type="list" genre="config" instance="1" index="181" label="Light sensor" value="0" size="1">
32+
<Help>To configure use of light sensor. Default: 0 .</Help>
33+
<Item label="0 - Auto" value="0"/>
34+
<Item label="1 - On" value="1"/>
35+
<Item label="2 - Off" value="1"/>
36+
</Value>
37+
38+
<Value type="byte" genre="config" instance="1" index="182" label="Brightness threshold for light sensor" value="1">
39+
<Help>To configure brightness threshold for light sensor.</Help>
40+
</Value>
41+
42+
<Value type="byte" genre="config" instance="1" index="183" label="Sensor raising reaction threshold input 1" value="1">
43+
<Help>To configure input 1 of reaction threshold for raising shutter time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
44+
</Value>
45+
46+
<Value type="byte" genre="config" instance="1" index="184" label="Sensor raising reaction threshold input 1" value="100">
47+
<Help>To configure input 2 of reaction threshold for raising shutter time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
48+
</Value>
49+
50+
<Value type="byte" genre="config" instance="1" index="185" label="Sensor lowering reaction threshold input 1" value="1">
51+
<Help>To configure input 1 of reaction threshold for lowering shutter time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
52+
</Value>
53+
54+
<Value type="byte" genre="config" instance="1" index="186" label="Sensor lowering reaction threshold input 1" value="100">
55+
<Help>To configure input 2 of reaction threshold for lowering shutter time calculation (256 * Input 1 + Input 2) * 0.1 sec</Help>
56+
</Value>
57+
58+
</CommandClass>
59+
60+
<!-- COMMAND_CLASS_ALARM AlarmCmd_Get not supported -->
61+
<CommandClass id="113" getsupported="false" />
62+
63+
<!-- Association Groups -->
64+
<CommandClass id="133">
65+
<Associations num_groups="1">
66+
<Group index="1" max_associations="5" label="Group 1" auto="true"/>
67+
</Associations>
68+
</CommandClass>
69+
70+
</Product>

History.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 3.xxx (xxxx 2015)
1+
Version 2.xxx (xxxx 2015)
22
- Implemented: Notifications, new option "Ignore Interval"
33
- Improved: Notifications
44
- Implemented: MySensors added support for S_SMOKE/S_DIMMER
@@ -83,6 +83,17 @@ Version 3.xxx (xxxx 2015)
8383
- Implemented: Option to add a log message via the json api (see wiki)
8484
- Fixed: MySensors, S_LIGHT now creates an initial switch again
8585
- Fixed: Netatmo, Rain Sensor
86+
- Fixed: upgrading via the web interface (some users had experienced a problem)
87+
- Implemented: Satel Integra hardware support (big thanks to Fantom)
88+
- Fixed: Icon Uploader, uploading went wrong with large files
89+
- Implemented: Icon Uploader, now possible to upload zip files with multiple folders
90+
- Implemented: Icon Uploader, now possible to edit name and description
91+
- Changed: Switch icon picker now has a fixed height
92+
- Fixed: Counter Incremental small icon display on devices tab
93+
- Changed: forced fixed icon sizes on some locations (in case of to big user defined icons)
94+
- Fixed: Weather tab, nofications
95+
- Changed: EnOcean rocker inclusion (thanks to zorgluf!)
96+
- Implemented: Icons for RFXMeter Gas/Water
8697

8798
Version 2.2563 (June 14th 2015)
8899
- Implemented: WebServer, native SSL and keep-alive, big thanks to chimit!!!!

0 commit comments

Comments
 (0)