341 Commits

Author SHA1 Message Date
jenkins
f29206b2d4 Jenkins release build 1.11.1 2025-05-14 15:22:57 +02:00
jenkins
6100bbee00 Jenkins release build 1.11.0 2025-02-05 21:33:51 +01:00
jenkins
4d2c20ddbd Jenkins release build 1.10.0 2024-11-07 13:25:52 +01:00
jenkins
5b4de208af Jenkins release build 1.9.5 2024-10-21 17:09:04 +02:00
jenkins
aed36220d8 Jenkins release build 1.9.4 2024-08-14 18:34:12 +02:00
jenkins
a6e3454985 Jenkins release build 1.9.3 2024-07-19 21:05:01 +02:00
Simon Stürz
6f51c4f49b Update debian packaging and compat level 2024-07-18 08:51:27 +02:00
jenkins
02f32c9977 Jenkins release build 1.9.2 2024-05-11 18:42:32 +02:00
Simon Stürz
8fc5fea3aa Update dependency for Ubuntu noble 2024-05-11 13:03:34 +02:00
jenkins
f5c45240fe Jenkins release build 1.9.1 2024-01-04 19:12:11 +01:00
jenkins
8e0d16466d Jenkins release build 1.9.0 2023-11-23 09:52:09 +01:00
jenkins
eb2386cf27 Merge PR #87: Add min/max value support to temperaturemeasurement cluster 2023-11-23 09:52:08 +01:00
jenkins
508ff2d191 Merge PR #86: Fix sleepy device being marked as reachable after a long time of being unreachable 2023-11-23 09:52:07 +01:00
jenkins
e61b5c3668 Merge PR #85: Improve Deconz backend version number representation 2023-11-23 09:52:06 +01:00
Michael Zanetti
53c1857c29 Add min/max value support to temperaturemeasurement cluster 2023-11-05 21:01:55 +01:00
Michael Zanetti
443415e73a Fix sleepy device being marked as reachable after a long time of being unreachable
Integer overflow
2023-10-20 21:53:41 +02:00
jenkins
66e42cf1d0 Jenkins release build 1.8.4 2023-08-18 17:11:31 +02:00
jenkins
a0d124695c Jenkins release build 1.8.3 2023-08-17 14:10:11 +02:00
jenkins
90d1dd9000 Jenkins release build 1.8.2 2023-06-28 09:47:17 +02:00
Michael Zanetti
34ade62e4e Improve Deconz backend version number representation
Dresden Electronics themselves seem to be using the hex
representation in most places. Users are confused why
nymea prints the version so different than the conbee website.
2023-06-11 13:14:25 +02:00
jenkins
e2c9c447dd Jenkins release build 1.8.1 2023-06-07 15:50:49 +02:00
jenkins
41b97f2b77 Jenkins release build 1.8.0 2023-05-05 11:15:42 +02:00
jenkins
cdb2891aa2 Merge PR #84: Add window covering cluster 2023-05-05 11:15:41 +02:00
Michael Zanetti
7395695173 Add window covering cluster 2023-03-27 15:52:01 +02:00
Michael Zanetti
359fc305f3 Provide access to formatting settings for electrical measurement cluster 2023-03-14 19:59:07 +01:00
jenkins
d584d30f8d Jenkins release build 1.7.0 2023-02-21 17:42:47 +01:00
jenkins
b7fe5a624e Merge PR #82: PowerConfiguration cluster: Add battery voltage 2023-02-21 17:42:47 +01:00
jenkins
2e307ae268 Merge PR #81: Align command signal names in clusters 2023-02-21 17:42:45 +01:00
jenkins
d5df291bf3 Merge PR #80: Rework the reachable refreshing and manual LQI/RTG fetching 2023-02-21 17:42:44 +01:00
jenkins
366414776b Merge PR #79: TI: fix reconncting the controller at runtime 2023-02-21 17:42:43 +01:00
jenkins
2f4ee53287 Merge PR #77: Fix a typo in ClusterIdOnOffConfiguration 2023-02-21 17:42:41 +01:00
jenkins
c073b0a0c3 Jenkins release build 1.6.3 2023-02-01 12:17:22 +01:00
jenkins
6195cc37d8 Jenkins release build 1.6.2 2023-01-16 14:35:03 +01:00
Michael Zanetti
9306d15c92 PowerConfiguration cluster: Add battery voltage 2022-12-30 23:22:41 +01:00
Michael Zanetti
22837865f1 Fixes reconnecting the ZigBee controller after a reset during runtime
Resets may occur by unplugging the stick or calling a softReset() from
the software side.

Additionally resets the stick when 5 subsequent timeouts happen
as there are firmwares of the CC2652 available which tend to
crash occationally.
2022-12-30 20:49:45 +01:00
Michael Zanetti
eb833edee9 Align command signal names
Originally the intention was to add the commandReceived() signal to
the ColorControl cluster but noticing differences in various clusters
wrt commandSent() and commandReceived() namings of those signals.

Decided to commandReceived() as it feels more natural to use
and also the Zigbee cluster spec uses that wording.
2022-12-30 20:13:50 +01:00
jenkins
0f18424d6d Jenkins release build 1.6.1 2022-12-23 11:31:45 +01:00
Michael Zanetti
5b7ac09236 Rework the reachable refreshing
This decouples the cyclic refreshing of reachability from the
manual reading of the LQI tables:

Changes the reachable refresh to only poll once a minute, cycling
devices that need polling. Also checking for reachable will now
only read the LQI table. Also removes the coordinator node from
the cyclic checks.

In case a manual refresh is triggered, both LQI and RTG tables
will be read of all non-sleepy nodes, including the coordinator
and without any delays in between polls.
2022-12-18 22:52:17 +01:00
jenkins
782a96bb2f Jenkins release build 1.6.0 2022-12-10 14:52:21 +01:00
jenkins
0639a35750 Merge PR #78: Electrical measurement: Fix data parsing 2022-12-10 14:52:21 +01:00
jenkins
d8598e18b2 Merge PR #75: Fix an occational crash in the deconz backend 2022-12-10 14:52:19 +01:00
jenkins
def973fc58 Merge PR #74: Expose raw dataIndications and allow sending raw commands on ZigbeeCluster 2022-12-10 14:52:18 +01:00
Michael Zanetti
684e0dc53d Electrical measurement: Fix data parsing
Read individual entries instead of a whole list from the input stream
2022-12-02 11:29:34 +01:00
Michael Zanetti
303caf04e7 Fix a typo in ClusterIdOnOffConfiguration 2022-11-28 23:45:45 +01:00
Michael Zanetti
b797b883e5 Fix an occational crash in the deconz backend
May happen if the queue runs full and controller requests time out
2022-11-19 00:36:05 +01:00
jenkins
295418c92f Jenkins release build 1.5.1 2022-11-07 16:24:59 +01:00
Michael Zanetti
75d286b29a Expose raw dataIndications and allow sending raw commands on ZigbeeCluster 2022-11-04 18:25:05 +01:00
jenkins
cdc60ad00f Jenkins release build 1.5.0 2022-10-17 11:20:06 +02:00
jenkins
d18b0a1be9 Merge PR #73: Fix parsing of floating point data types 2022-10-17 11:20:05 +02:00
jenkins
16b9ea03eb Merge PR #72: Register the OTA server cluster on the TI backend 2022-10-17 11:20:04 +02:00