Koen Kanters
|
ae14fa5cd6
|
Update zigbee-shepherd-converters to 7.2.0.
|
2019-03-02 16:35:00 +01:00 |
|
Jakub
|
672a0cac4f
|
Hide network_key from debug output (#1169)
* Hide network_key from debug output
There's no need to print this key.
* strings must use singlequote
* Update zigbee.js
|
2019-03-02 14:04:52 +01:00 |
|
Andreas Brett
|
4ea55fe22a
|
fixed typo (#1173)
|
2019-03-01 17:15:03 +01:00 |
|
Koen Kanters
|
61116ec670
|
Fix tests.
|
2019-02-26 21:06:48 +01:00 |
|
Koen Kanters
|
709046db2a
|
Add binary battery low sensor for HS1SA and HS3SA. https://github.com/Koenkk/zigbee2mqtt/issues/1159
|
2019-02-26 21:00:20 +01:00 |
|
Koen Kanters
|
8f0794cb8f
|
Also assume brightness on publish. https://github.com/Koenkk/zigbee2mqtt/issues/1155
|
2019-02-26 20:53:30 +01:00 |
|
Koen Kanters
|
cd2fb54615
|
Changes to report/bind functionallity.
|
2019-02-26 20:46:34 +01:00 |
|
Koen Kanters
|
7893f9256f
|
Refactor report to new queue mechanism.
|
2019-02-26 19:33:32 +01:00 |
|
Koen Kanters
|
09f26a104c
|
Restore zigbee.js changes.
|
2019-02-26 19:33:32 +01:00 |
|
Koen Kanters
|
5ffae5a09a
|
Remove unecessary device param.
|
2019-02-26 19:33:32 +01:00 |
|
jbn
|
f7ceb62eec
|
fix lint more errors
|
2019-02-26 19:33:32 +01:00 |
|
jbn
|
b8f689fe6e
|
fix lint errors
|
2019-02-26 19:33:32 +01:00 |
|
jbn
|
09e0fe8e3f
|
setup automatic attribute change reporting
|
2019-02-26 19:33:32 +01:00 |
|
jbn
|
fdf97180b0
|
Fix race condition when configuring devices
|
2019-02-26 19:33:32 +01:00 |
|
Koen Kanters
|
5a9aef6d3b
|
Change to action_color. https://github.com/Koenkk/zigbee-shepherd-converters/pull/304
|
2019-02-26 19:29:53 +01:00 |
|
Koen Kanters
|
863230eaa3
|
Fix cover_position typo. #294
|
2019-02-25 17:56:47 +01:00 |
|
Koen Kanters
|
cb0cc149a1
|
ZNCLDJ11LM position Home Assistant discovery. #294
|
2019-02-24 21:35:48 +01:00 |
|
Koen Kanters
|
516bd704c6
|
Allow devices and groups to be specified in separate file. https://github.com/Koenkk/zigbee2mqtt/issues/1148
|
2019-02-24 15:49:41 +01:00 |
|
Joe Lu
|
46e75374b6
|
- added AXIS Gear and Keen Home vent to homeassistant.js (#1150)
|
2019-02-24 13:29:46 +01:00 |
|
Koen Kanters
|
ee167e603a
|
Update zigbee-shepherd-converters to 7.1.12.
|
2019-02-23 19:30:17 +01:00 |
|
Koen Kanters
|
9b12933a99
|
Dont cache action_group.
|
2019-02-23 19:13:01 +01:00 |
|
Koen Kanters
|
ea7a4b1955
|
Remove last_seen from state when last_seen is disabled. https://github.com/Koenkk/zigbee2mqtt/issues/1075
|
2019-02-23 16:22:01 +01:00 |
|
Koen Kanters
|
147a130628
|
Update zigbee-shepherd-converters to 7.1.11
|
2019-02-23 16:02:45 +01:00 |
|
Koen Kanters
|
1fda02ae7c
|
Allow to change device specific options via MQTT. https://github.com/Koenkk/zigbee2mqtt/issues/1132
|
2019-02-22 20:10:00 +01:00 |
|
Koen Kanters
|
4a664cf230
|
Implement zigbee queue. #1027
|
2019-02-22 18:58:50 +01:00 |
|
Andreas Brett
|
1a0baee788
|
log address resolution errors through MQTT (#1145)
* log address resolution errors through MQTT
* fixed params
|
2019-02-22 12:49:08 +01:00 |
|
Andreas Brett
|
1287a596f9
|
fix typo (#1142)
|
2019-02-22 10:54:10 +01:00 |
|
Andreas Brett
|
1862c8b035
|
fixed typo (#1135)
* fixed typo
* Update deviceConfigure.js
|
2019-02-21 18:47:05 +01:00 |
|
Andreas Brett
|
8c848b8368
|
add device model to log (#1136)
* add device model to log
* Update deviceReceive.js
|
2019-02-21 18:45:22 +01:00 |
|
Koen Kanters
|
bdfabeb3da
|
Discover linkquality sensor for all devices. https://github.com/Koenkk/zigbee2mqtt/issues/757
|
2019-02-20 20:10:38 +01:00 |
|
Koen Kanters
|
ec0ee53c7a
|
Log zigbee publish errors to MQTT. #1123
|
2019-02-20 17:57:28 +01:00 |
|
Koen Kanters
|
14f5c4d3c9
|
Prepare Home Assistant discovery for group support. #764
|
2019-02-19 19:43:50 +01:00 |
|
Koen Kanters
|
f3e13f16f3
|
Add more don’t cache properties. https://github.com/Koenkk/zigbee-shepherd-converters/pull/284
|
2019-02-19 19:31:58 +01:00 |
|
Andreas Brett
|
25448f823e
|
Fix typo (#1124)
|
2019-02-19 19:16:18 +01:00 |
|
Koen Kanters
|
26bed2d998
|
Allow to configure last_seen via MQTT. https://github.com/Koenkk/zigbee2mqtt/issues/1075
|
2019-02-18 19:46:57 +01:00 |
|
Koen Kanters
|
cc45413e2d
|
Add settings.set api.
|
2019-02-18 19:46:19 +01:00 |
|
Koen Kanters
|
ba77860489
|
Exit when zigbee-shepherd fails to start. https://github.com/Koenkk/zigbee2mqtt/issues/1110
|
2019-02-18 19:24:26 +01:00 |
|
Glen Takahashi
|
3238687f60
|
Add group membership command (#1056)
* Group membership
* Fix lint
* Update deviceGroupMembership.js
* Update deviceGroupMembership.js
|
2019-02-18 18:21:54 +01:00 |
|
Ruslan Sayfutdinov
|
0632f83baf
|
Create default and system MQTT postfixes (#1114)
|
2019-02-18 17:57:57 +01:00 |
|
Koen Kanters
|
259a3417e2
|
Coordinator group is not needed anymore. #102
|
2019-02-18 17:42:50 +01:00 |
|
Koen Kanters
|
a20ec7caa1
|
Update zigbee-shepherd-converters to 7.1.10.
|
2019-02-17 15:14:36 +01:00 |
|
Koen Kanters
|
b08bf33ccf
|
Soft reset via MQTT. https://github.com/Koenkk/zigbee2mqtt/issues/1099
|
2019-02-16 19:40:34 +01:00 |
|
Koen Kanters
|
577bb0d12c
|
Replace force_update with expire_after for home assistant buttons. https://github.com/Koenkk/zigbee2mqtt/issues/959
|
2019-02-15 23:31:44 +01:00 |
|
Koen Kanters
|
11a6e36a82
|
Correctly resolve device friendlyName when lookup via ieeAddr.
|
2019-02-14 20:12:27 +01:00 |
|
Koen Kanters
|
d6b9627146
|
Don’t return error when coordinator is already in group. https://github.com/Koenkk/zigbee2mqtt/issues/1064
|
2019-02-14 19:47:25 +01:00 |
|
Koen Kanters
|
15cad740ee
|
Update zigbee-shepherd-converters to 7.1.9.
|
2019-02-14 19:45:52 +01:00 |
|
Koen Kanters
|
ab14cca0ee
|
Update coordinator group documentation link.
|
2019-02-14 19:34:29 +01:00 |
|
MoskitoHorst
|
87889c0688
|
tint Remote (#1085)
* tint Remote
Added tint remote to group devices
* Update coordinatorGroup.js
* Update homeassistant.js
|
2019-02-14 19:33:21 +01:00 |
|
Koen Kanters
|
17a6fff3ce
|
Publish group state. #764
|
2019-02-14 18:13:51 +01:00 |
|
Koen Kanters
|
f171d54e4b
|
Refactor extension names.
|
2019-02-13 21:03:23 +01:00 |
|