Commit graph

6588 commits

Author SHA1 Message Date
30877f2e1c
Update ConfigCheck.yml 2020-02-01 14:21:05 +08:00
061b7dcd60
Update ConfigCheck.yml 2020-02-01 14:17:03 +08:00
5608ec06c3
Update ConfigCheck.yml 2020-02-01 14:14:13 +08:00
afaa874a85
Update ConfigCheck.yml 2020-02-01 14:07:15 +08:00
fe0980c5e1
Create ConfigCheck.yml 2020-02-01 14:06:59 +08:00
58dc4472c5
Merge branch 'master' into master 2019-11-21 17:16:11 +08:00
8d06849353
Create PRTest.yml 2019-11-21 17:12:15 +08:00
fb5a01b1e2
Update prbuildtest.yml 2019-11-21 17:05:52 +08:00
98875b5753
Update prbuildtest.yml 2019-11-21 16:56:27 +08:00
aff159f12b
Update prbuildtest.yml 2019-11-21 16:51:24 +08:00
a58382d730
Update prbuildtest.yml 2019-11-21 16:40:32 +08:00
2f5159f69a
Update prbuildtest.yml 2019-11-21 16:36:03 +08:00
52231d24e8
Update prbuildtest.yml 2019-11-21 16:34:24 +08:00
1b675c3907
Update prbuildtest.yml 2019-11-21 16:32:49 +08:00
acdaecce28
Update prbuildtest.yml 2019-11-21 16:28:11 +08:00
0a08d1181f
Update prbuildtest.yml 2019-11-21 16:22:08 +08:00
ea27fd19ec
Update prbuildtest.yml 2019-11-21 12:01:45 +08:00
ad5648904a
Update prbuildtest.yml 2019-11-21 11:38:22 +08:00
434099c62c
Update prbuildtest.yml 2019-11-21 11:33:35 +08:00
a427abce04
Update prbuildtest.yml 2019-11-19 14:42:20 +08:00
7159260706
Update prbuildtest.yml 2019-11-19 14:38:53 +08:00
1bb8fb32b6
Update prbuildtest.yml 2019-11-19 14:32:02 +08:00
83d0b08878
Setup Actions 2019-11-19 14:31:08 +08:00
Peter Gebruers
cbe2b60f94
Fix config parameter 68 in ZMNHDDX.xml #1995 (#2001) 2019-11-17 16:07:35 +01:00
c1d5089796 Update DistFiles 2019-11-16 10:54:50 +08:00
Jean-François Auger
4b8830b0bf
Update manufacturer_specific.xml
bump revision
2019-11-15 13:45:19 +01:00
Jean-François Auger
2fc88c5413
Merge pull request #2000 from gizmocuz/mcohome-a89-addtypea803
Added A803 type to MCOHome a8/9 product
2019-11-15 13:44:38 +01:00
Jean-François Auger
58fba43f23
bump revision
bump revision
2019-11-15 13:43:40 +01:00
Jean-François Auger
1b0f365793
Merge pull request #1999 from GiuseppeWidom/master
Added config file WiDom Smart Dry Contact
2019-11-15 13:42:36 +01:00
Rob Peters
2ef646ad26 Added A803 type to MCOHome a8/9 product 2019-11-15 12:55:57 +01:00
Giuseppe
405e48646a Added config file WiDom Smart Dry Contact. File config/widom/DRY.xml. Added new device in manufacturer_specific.xml: config=widom/DRY.xml, id=0900, name=DRY Smart Dry Contact Switch, type=1214 2019-11-15 12:41:45 +01:00
Peter Gebruers
aa29b66ea6
Make GetValueStoreKey public and add tests (#1997)
No functional changes.

GetValueStoreKey has 2 overloads and they return identical results, the math is correct, this was questioned here: https://github.com/domoticz/domoticz/issues/3727
2019-11-13 08:01:33 +01:00
gizmocuz
79663e1e50 Making GetValue code more consistent, Releasing values (#1985)
* Making GetValue code more persistent throughout application, releasing values
* Removed duplicate item declaration
* Add "else" parts and comment
2019-11-11 18:02:57 +01:00
Peter Gebruers
a06ee56c0c update gtest to Nov 5, 2019 version (commit e08a460) (#1994)
Aka Release 1.10.x
This version would allow the use of GoogleMock but that part has not been imported, only the GoogleTest headers and cpp files have been updated.
Based on C++11
2019-11-11 21:59:59 +08:00
bbaad98944 Make sure we will reload our device_classes.xml on a subsequent start of the Manager Class later. Unlikely but.... Related to #1996 2019-11-11 18:26:45 +08:00
71051991af issue #1996 - Duplicate Entries in device_classes.xml and warn in future if we have duplicate entries 2019-11-11 18:23:56 +08:00
8a6972db6e update dist files 2019-11-08 13:55:07 +08:00
nechry
9cdfa101f3 add new aeotec device zw187 and zw189
ZW187 Recessed Door Sensor 7
ZW189 Range Extender 7
2019-11-05 23:01:53 +01:00
Jean-François Auger
c064eca00f
update Zooz ZEN26 and ZEN27 switches to latest firmware (#1989)
update Zooz ZEN26 and ZEN27 switches to latest firmware
2019-10-29 14:01:51 +01:00
David Alden
dd08931adf update Zooz ZEN26 and ZEN27 switches to latest firmware 2019-10-23 19:54:46 -04:00
Peter Gebruers
24e01beeb6 Fix test failure on build server
-Allow ozw_vers_revision to be 0
-Add -Wsign-compare to build flags
-Fix warnings caught by -Wsign-compare
2019-10-20 14:42:40 +02:00
petrovcicklemen
fd666b29e8 Added the configuration file for the Qubino LUXY Smart Light device (#1986) 2019-10-19 19:38:10 +02:00
Peter Gebruers
acce060e21 MultiChannel code: change wording instance -> endpoint (#1976)
Wherever posible, voriables, comments and log suggesting "instance" have been renamed to "endpoint". There is no functional change. It improves readability of the code.

Rationale:

When dealing with MultiInstance Devices, OpenZWave uses "Instance" to identify a subdevice. The public interface maps an Instance ID to an "End Point", which in turn gets used to build Z-Wave packets.
Config files and by extension ozwcache store this map per CC, for example:

<Instance index="1" endpoint="1" />

The Group aka Association commands, however, expect "End Points".
It would make sense to change "Instance" to "End Point" in *all* related code but this is not possible, there is one exception: InstanceAssociation is exposed by the API, in Manager::GetAssociations. Because of its exposure, m_instance cannot be renamed to m_endPoint without breaking existing code.
2019-10-17 12:44:15 +08:00
Peter Gebruers
8bd071ff57 Fix "make test" (#1979)
Edit Makefile to clarify "make test" must be run in root of repository.
Add c++11 flag en link resolv library.
Re-enable equality test in cpp/test/ValueID_test.cpp.
2019-10-17 12:43:43 +08:00
3147be97a2 Fix code may be uninitilized build errors 2019-10-14 13:02:08 +08:00
c9315f0d0c Add some logging, and make sure the HandleMsg returns true for handled messages 2019-10-14 11:39:33 +08:00
Peter Gebruers
2925372081 Console log unix: change dark blue to light blue, add more colors. (#1969)
The dark blue that was assigned to "Detail" is hard to read on a black background.
2019-10-14 11:31:37 +08:00
Peter Gebruers
0f5ab765e6 Check if packet is actually device data before checking security (#1973) 2019-10-14 11:24:29 +08:00
Peter Gebruers
d0e48bf554 Fix testconfig.pl error printing. (#1975)
Use number of keys instead of size(hash)
2019-10-14 11:23:37 +08:00
tech165
85ca5769a5 Update 26933-motion-dimmer.xml (#1968)
Option 8,10,12 and 15 should be size 2 or short as per data sheet. Could not config dimmer with int or byte.
2019-10-12 09:40:56 +02:00