Koen Kanters
c87ccea9ba
Update converters.
2020-01-29 18:34:40 +01:00
Koen Kanters
fe62ceb0f9
Add unbind for default_bind_group. https://github.com/Koenkk/zigbee2mqtt/issues/2772
2020-01-27 20:56:11 +01:00
Koen Kanters
61a3f0e839
Update converters and fix tests for real.
2020-01-26 21:38:04 +01:00
Koen Kanters
b58cbd4883
Fix tests.
2020-01-26 19:57:15 +01:00
Koen Kanters
93e96a2e5e
Update converters.
2020-01-23 21:00:50 +01:00
Koen Kanters
145f8a577d
Update converters.
2020-01-22 21:34:15 +01:00
Koen Kanters
dae52a22d7
Update converters.
2020-01-21 21:19:11 +01:00
Koen Kanters
ae5330d090
Update converters.
2020-01-17 22:51:37 +01:00
Twan Coenraad
dd0ca2a392
Add keepalive option for MQTT ( #2767 )
2020-01-17 21:38:46 +01:00
lukeIam
4a0059afcd
Allow attribute and json in parallel ( #2712 )
...
* Allow attribute and json in parallel
* Fix tests
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2020-01-12 15:07:06 +01:00
Koen Kanters
cb0b0b5af9
Clear Home Assistant MQTT discovery on device remove. #2678
2020-01-09 21:47:19 +01:00
Koen Kanters
3a463b0782
Update converters.
2020-01-08 20:06:01 +01:00
TilmanK
0df966755c
Corrected several typos in "Successfully" within log messages ( #2697 )
...
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2020-01-08 19:29:22 +01:00
Daniel Chesterton
94d0253f27
Update availability_blacklist and availability_whitelist to allow for friendly names ( #2684 )
2020-01-08 18:02:49 +01:00
Carl de Billy
cabb1f3979
Added <operation>_failed logging ( #2636 )
...
* Added <operation>_failed logging
for external tools (like Zigbee2MqttAssistant), this will allow the tool to know when an operation is failed.
https://github.com/Koenkk/zigbee2mqtt/issues/2223
* Added _failed logging to binding operations too
* Added _failed to group operations
2020-01-07 21:06:48 +01:00
Koen Kanters
c041f0cddc
Ignore setup reporting for closuresWindowCovering ZNLDP12LM. #2611
2020-01-07 19:59:43 +01:00
Koen Kanters
d3aba2689c
Update converters.
2020-01-03 23:29:28 +01:00
Koen Kanters
e63d196966
Skip configure when device does not require it. https://github.com/Koenkk/zigbee2mqtt/issues/2588
2019-12-23 20:48:37 +01:00
Koen Kanters
af4184e3ff
Always log 'No converter available...` to debug. #2543
2019-12-17 19:19:57 +01:00
Koen Kanters
6b7bd9da37
Re-add model to device information. #2497
2019-12-11 20:15:42 +01:00
Koen Kanters
d17eec5310
Don't allow postfix to be a friendly_name. #2486
2019-12-09 18:27:39 +01:00
Jorge Schrauwen
bcf79a7e34
Device Availability: Allow battery devices to report offline/online based on device.lastSeen ( #2464 )
...
* Remove execution bits for deviceReceive.js
* deviceAvailability.isPingable should return true if 'availability_lastseen_timeout' is set for device
* deviceAvailability.handleInterval should know how to handle lastseen_timeout setting
* Allow availability_lastseen_timeout for all devices
* Use a default lastseen timeout of 24h
* Updates
* Updates
* Updates
* 25 hours instead of 24.
2019-12-09 18:12:13 +01:00
Koen Kanters
6bd9e74e0c
Fix tests
2019-12-08 16:52:23 +01:00
dusanmsk
6aad019328
mqtt listener to rename last paired device. ( #2478 )
...
* mqtt listener to rename last paired device.
send zigbee2mqtt/bridge/config/rename_last with payload containing new name and last paired device will be renamed
* Updates
2019-12-08 16:50:18 +01:00
Koen Kanters
33201367f1
Update herdsman and converters.
2019-12-05 21:33:28 +01:00
Jaron Viëtor
60627ab6e3
Added support for accepting hex color on deviceName/set/color MQTT topic ( #2441 )
...
* Added support for accepting hex color on deviceName/set/color MQTT topic
* Update entityPublish.js
2019-12-04 21:23:46 +01:00
Koen Kanters
1459ffea7a
Publish availabilty when non pinagable device joins. #2452
2019-12-04 20:21:14 +01:00
Wilmar den Ouden
694c45fd96
Make logging transports configurable ( #2231 )
...
* feat: Make logging optional
Signed-off-by: wilmardo <info@wilmardenouden.nl >
* feat: be more verbose about what logging is enabled
Signed-off-by: wilmardo <info@wilmardenouden.nl >
* feat: adds tests
Signed-off-by: wilmardo <info@wilmardenouden.nl >
* Updates.
* Updates
* fix tests.
* Remove onlythis.
* Remove another onlythis
* Improve test stability
* Remove another onlythis
2019-11-29 23:36:57 +01:00
Koen Kanters
5e165810ec
Allow to configure manually. https://github.com/Koenkk/zigbee2mqtt/issues/2365 https://github.com/Koenkk/zigbee-herdsman-converters/issues/779#issuecomment-559598591
2019-11-29 09:43:59 +01:00
Koen Kanters
99fd93f9a7
Allow setting transmit power. https://github.com/Koenkk/zigbee2mqtt/issues/2253
2019-11-27 22:02:49 +01:00
Koen Kanters
2a81a54609
Stop pinging device when removed. #2419
2019-11-27 18:14:39 +01:00
Koen Kanters
d37d9ee859
Factory reset device through Touchlink.
2019-11-23 20:44:23 +01:00
Kryzek
46d7176976
availability_whitelist ( #2387 )
...
* availability_whitelist
* Tests
* Cleanup
* Update deviceAvailability.js
2019-11-23 11:47:37 +01:00
frontend89
260d2904f3
Add device specific configuration option: debounceIndexes ( #2370 )
...
* Add device specific configuration option: debounceIndexes
* Rename debounceIndexes to debounce_ignore
* Lint
2019-11-20 21:21:23 +01:00
Koen Kanters
b23276f7f3
Re-configure when device rejoins. https://github.com/Koenkk/zigbee-herdsman-converters/issues/758
2019-11-20 19:06:04 +01:00
Koen Kanters
fdc8fcc02b
Allow to specify endpoint via property. #2356
2019-11-20 17:36:36 +01:00
Koen Kanters
ef16fcd505
Fix tests.
2019-11-20 17:35:49 +01:00
Koen Kanters
a7486d723f
Update herdsman converters.
2019-11-14 20:43:20 +01:00
Koen Kanters
e33b49e2ff
Update herdsman and converters.
2019-11-12 19:40:52 +01:00
Koen Kanters
d8512c73df
Fail gracefully when state retrieval fails after device reconnects. #2318
2019-11-11 19:25:11 +01:00
Koen Kanters
fdcaaee955
Fix typo.
2019-11-11 17:45:11 +01:00
Koenkk
e2858dc90f
Fix topic postfix detection having number. #2309
2019-11-11 17:36:33 +01:00
Koen Kanters
0b0a9bca4d
Update converters.
2019-11-10 19:53:37 +01:00
Jorge Schrauwen
be1c81a778
#2296 only publish /availability if the state has changed ( #2303 )
2019-11-10 17:56:01 +01:00
Koen Kanters
6c453738d4
Update herdsman and converters.
2019-11-07 18:28:17 +01:00
Koen Kanters
dcf1c83a25
Fix tests for real now.
2019-11-07 17:48:03 +01:00
Koen Kanters
2b7d9e6ee7
Fix tests.
2019-11-06 22:08:33 +01:00
Koen Kanters
019b087af1
Fix tests.
2019-11-06 20:51:31 +01:00
Koen Kanters
af770acd2d
Make retain a optional option and default it to false.
2019-11-06 20:30:33 +01:00
Koen Kanters
23cf8eade9
Make graphviz networkmap ISO_8601_local time. https://github.com/Koenkk/zigbee2mqtt/issues/2239
2019-11-06 19:49:03 +01:00