stkang90
519eb4eecf
add support PM-C139-ZB ( #1807 )
2019-08-11 14:13:44 +02:00
GuGu927
c1e8dd990f
Add support for Goqual zigbee switch(1~6gang) ( #1783 )
...
* Update homeassistant.js
* Update utils.js
2019-08-11 14:13:44 +02:00
Koen Kanters
a60fdd75dc
zcl-id > Zcl.
2019-08-11 14:13:44 +02:00
Koen Kanters
3ed5705253
Update zigbee-shepherd-converters and zigbee-herdsman.
2019-08-11 14:13:44 +02:00
Koen Kanters
5254eea6e0
Update zigbee-herdsman and zigbee-shepherd-converters.
2019-08-11 14:12:30 +02:00
Boostflow
92e930ede3
Added support for Philips Hue Struana ( #1747 )
2019-07-18 20:24:14 +02:00
clockbrain
3ae2d2b946
Network map routes selectable by mqtt topic ( #1736 )
2019-07-15 20:02:56 +02:00
Koen Kanters
4aab81d9e3
Remove HS1WD (not supported anymore).
2019-07-13 19:38:00 +02:00
Koen Kanters
8d705ade39
Update zigbee-shepherd-converters.
2019-07-13 16:36:24 +02:00
wixoff
1b859c4dc2
Support for PP-WHT-US new sensors ( #1718 )
...
* Support for PP-WHT-US new sensors
* Update homeassistant.js
2019-07-11 19:36:50 +02:00
Koen Kanters
08c0f2b614
Lint.
2019-07-08 22:04:38 +02:00
Koen Kanters
61b54c50a5
Update zigbee-shepherd-converters and zigbee-herdsman.
2019-07-08 21:42:07 +02:00
Rick
6400f52a28
Added "alert" for groups ( #1704 )
2019-07-08 21:06:08 +02:00
clockbrain
97f9f83181
Use penwidth instead of dotted/dashed lines ( #1694 )
2019-07-06 10:09:44 +02:00
Koen Kanters
94a7cd8ec9
Update zigbee-shepherd-converters to 10.1.1
2019-07-04 20:16:20 +02:00
Craig Stephen
1df43bdbc4
Add support for UK Hive Bulb E27 & B22 - Warm to cool white ( #1683 )
2019-07-03 17:38:43 +02:00
Koen Kanters
3b4ee3bc2e
Update zigbee-shepherd-converters to 10.1.0.
2019-07-01 16:48:54 +02:00
clockbrain
7a19c8876a
Network map fixes ( #1676 )
...
* Include scan failed note in network map
* Include relationship in map structure
* Clearer source and destination node naming
* eslint fixes
* More eslint fixes
* Removed empty brackets for no routes
* Reposition short address in device node
* eslint fixes
2019-07-01 16:10:50 +02:00
Koen Kanters
51df6b7e8a
Correctly call convert. https://github.com/Koenkk/zigbee2mqtt/issues/1639#issuecomment-506016224
2019-06-27 19:11:21 +02:00
Andreas Brett
7cabe3a523
colors for network map ( #1666 )
...
* Update settings.js
added default color options for network map
* Update networkMap.js
- add timestamp node to indicate when the map was created
- colorize nodes by device type
- colorize edges by activity
* Update networkMap.js
make travis happy
* Update networkMap.js
* Update networkMap.js
* Update settings.js
* Refactor
* Move to graphviz.
2019-06-26 19:30:38 +02:00
Viet Dzung
7b2522f712
Support whitelist devices feature #1643 ( #1654 )
...
* Support whitelist devices feature #1643
* Control via MQTT
* Log
2019-06-25 19:38:36 +02:00
Koen Kanters
362b910e48
Lint.
2019-06-24 21:10:06 +02:00
Dennis Keitzel
241b300f7b
Allow custom home-assistant status topic ( #1667 )
2019-06-24 20:52:47 +02:00
Koen Kanters
0e9931af6c
Improve bind logging. https://github.com/Koenkk/zigbee2mqtt/issues/1662
2019-06-24 20:25:37 +02:00
Koen Kanters
5934efa41e
Add last_seen when device publish succeeds. https://github.com/Koenkk/zigbee2mqtt/issues/1651
2019-06-24 20:16:03 +02:00
clockbrain
38a1aec823
Network map styling improvements ( #1653 )
...
* Weight and style lines based on routes
* Refactor to make End Device case more obvious
2019-06-23 21:22:13 +02:00
Koen Kanters
ef01346776
Update zigbee-shepherd-converters to 10.0.0 and zigbee-herdsman to 0.1.11.
2019-06-19 21:44:44 +02:00
clockbrain
b28da0265e
Include last seen in device boxes on graphviz map ( #1633 )
...
* Include last seen in device boxes on graphviz map
* Refactor
* Fix test cases
* Bind
* Refactor last seen label construction
* style fix
2019-06-17 21:28:27 +02:00
Koenkk
1c529c4873
Add group remove_all without group #764
2019-06-17 21:17:29 +02:00
clockbrain
3981c1c6e4
Include network routes on the map ( #1641 )
...
* Initial inclusion of routes on map
* Forgot to include zigbee.js
* Hex string for route address
* Rebaseline to dev
* Cleaner merging of scan arrays
* style fixes
2019-06-16 13:49:15 +02:00
Koen Kanters
c48f73e36b
Discover action sensor for WXKG03LM. https://github.com/Koenkk/zigbee2mqtt/issues/1640
2019-06-16 13:13:03 +02:00
Koen Kanters
94e03d4189
Update zigbee-herdsman
2019-06-15 22:57:35 +02:00
Koen Kanters
e30ff9e722
Move to zigbee-herdsman.
2019-06-15 22:20:54 +02:00
pali
1f63a32170
[graphviz] show network address in hexastring format ( #1638 )
...
* [graphviz] show network address in hexastring format
Wireshark shows network address in hexadecimal format, so it's easier to follow messages in Wireshark if both shows address in same format.
* Update networkMap.js
* Update networkMap.js
2019-06-15 17:04:35 +02:00
Jevgeni Kiski
e9b5a588cc
#1588 Openhab2 compatibility ( #1589 )
2019-06-15 16:55:33 +02:00
Koen Kanters
4357064203
Update zigbee-shepherd-converters to 9.0.22.
2019-06-15 14:02:58 +02:00
Koen Kanters
259ba9d658
Update zigbee-shepherd-converters to 9.0.21.
2019-06-13 22:01:39 +02:00
Dan Chen
9fe76c29ef
Add power usage metering to GE Plug-in Smart Switch 45853GE ( #1629 )
...
* Create FUNDING.yml
* Add power usage metering to GE Plug-in Smart Switch 45853GE
* Delete FUNDING.yml
2019-06-13 21:48:04 +02:00
Anne Meijer
6976f8e70a
Added support for HEIMAN HS1CA-E ( #1622 )
...
* Create FUNDING.yml
* Adde support for HEIMAN HS1CA-E
* Fixed eslint issues
* Delete FUNDING.yml
2019-06-11 20:07:32 +02:00
Koen Kanters
fb12d15d9d
Fix lint error.
2019-06-09 23:46:19 +02:00
Koen Kanters
852950fc09
Update zigbee-shepherd-converters to 9.0.20.
2019-06-09 23:43:40 +02:00
clockbrain
b663e37fd9
Also match network map link by short address ( #1611 )
2019-06-09 08:16:38 +02:00
Koen Kanters
70fbe714e3
Add trace logging and add trace logging to zigbeeQueue. https://github.com/Koenkk/zigbee2mqtt/issues/1566
2019-06-08 19:56:35 +02:00
Koen Kanters
ee8161b807
Don’t add state_topic to payload for thermostat. #1599
2019-06-07 23:55:20 +02:00
Koen Kanters
8ad6aee43a
Identify QBKG04LM and QBKG03LM as end device. https://github.com/Koenkk/zigbee2mqtt/issues/1594
2019-06-04 19:23:58 +02:00
Koen Kanters
08e55e469f
Update zigbee-shepherd-converters to 9.0.19.
2019-05-29 20:26:40 +02:00
Koen Kanters
c29bfe1455
Allow to specify endpoint when adding device to group. ( #1515 )
...
* uu
* Update
2019-05-29 20:11:40 +02:00
Koen Kanters
82ed260d47
Update zigbee-shepherd-converters to 9.0.18.
2019-05-29 19:33:15 +02:00
Koen Kanters
825f096434
Update zigbee-shepherd-converters to 9.0.17.
2019-05-24 18:32:37 +02:00
Koen Kanters
af09624cff
Update zigbee-shepherd-converters to 9.0.16.
2019-05-22 22:09:13 +02:00