Koen Kanters
515599ad13
Discover color temperature range for Home Assistant groups. https://github.com/Koenkk/zigbee2mqtt/issues/8032
2021-07-14 19:47:02 +02:00
Ilya Kirov
c4936da726
Expose manufacturer in frontend ( #8030 )
2021-07-13 19:22:44 +02:00
Koen Kanters
679d231743
Use unique identifier for Home Assistant group. https://github.com/Koenkk/zigbee2mqtt/issues/7918
2021-07-07 21:07:40 +02:00
Koen Kanters
8c929cf94b
Fix Home Assistant discovery clearing all group discoveries. https://github.com/Koenkk/zigbee2mqtt/issues/7918
2021-07-06 20:14:39 +02:00
github-actions[bot]
d67649e458
Update dependencies ( #7956 )
...
* Update dependencies
* Update dependencies
* updates
* update
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-07-05 22:12:50 +02:00
Koen Kanters
a76c13c461
Make tests compatible with Jest 27
2021-07-05 20:46:53 +02:00
Colin McCambridge
67391615d9
Update to new Home Assistant MQTT Fan discovery ( #7359 )
...
* Update to new Home Assistant MQTT Fan discovery
- Support 3 generic speeds plus presets.
* Customize Home Assistant discovery for 99432
* Revert "Update homeassistant.js"
This reverts commit 87b0a93c7a43244a58741c72cb8dabc58e1dc87e.
* Fix
* fix
* u
* Update homeassistant.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-07-04 20:30:33 +02:00
Koen Kanters
53ae10e17b
Remove console.log
2021-07-04 20:26:29 +02:00
Koen Kanters
96657e1a7d
Update last_seen for all received Zigbee messages (not only handled ones). https://github.com/Koenkk/zigbee2mqtt/issues/7423
2021-07-03 17:40:22 +02:00
Koen Kanters
fe1aa084fb
Only use converters of group members. https://github.com/Koenkk/zigbee2mqtt/issues/7922
2021-07-02 21:01:58 +02:00
Koen Kanters
cd1a4573b1
Fix Home Assistant group discovery collision between different Zigbee2MQTT instances. https://github.com/Koenkk/zigbee2mqtt/issues/7918
2021-07-02 20:21:18 +02:00
Koen Kanters
c27c300324
Combine published state of /set command into one message. https://github.com/Koenkk/zigbee2mqtt/issues/7854
2021-06-23 16:33:34 +02:00
Koen Kanters
7b7f511dc7
Fix non supported color_mode and color properties being published for group members. https://github.com/Koenkk/zigbee2mqtt/issues/7220 https://github.com/Koenkk/zigbee2mqtt/issues/7736
2021-06-22 22:45:12 +02:00
Koen Kanters
8dc7ad8dcc
Home Assistant group discovery #2410 ( #7672 )
...
* Initial
* done
2021-06-16 22:48:48 +02:00
Koen Kanters
fa8593c898
Log and publish friendly_name on deviceLeave. https://github.com/Koenkk/zigbee2mqtt/issues/7725
2021-06-08 15:58:10 +02:00
Franck Nijhof
000884b080
Deprecate Home Assistant entity attributes ( #7683 )
...
* Deprecate Home Assistant entity attributes
* Adjust test to match latest dev
* Set default only for new installations
* Fix tests
2021-06-08 15:33:14 +02:00
Koen Kanters
0401a13d5d
Disable legacy options on new network start.
2021-06-07 09:46:10 +02:00
Franck Nijhof
5e7387fa9c
Disable less common Home Assistant entities by default ( #7684 )
...
* Disable less common Home Assistant entities by default
* Disable illuminance by default
* Please eslint
2021-06-04 21:33:45 +02:00
Franck Nijhof
51fd598e32
Add Home Assistant sensor state_class support ( #7677 )
2021-06-04 11:41:42 +02:00
Koen Kanters
34bc82ddd6
Fix tests
2021-05-31 19:01:12 +02:00
Jorge Schrauwen
15a7bab5f3
#7571 Add filtered_optimistic device option ( #7633 )
...
* Add filtered_optimistic device option
* Add test to cover filtered_optimistic
2021-05-30 13:03:55 +02:00
Koen Kanters
bd64be2b5d
Show network address as hex in graphviz and plantuml network map. #7603
2021-05-29 15:19:26 +02:00
Koen Kanters
fff76e6013
Republish devices when network address changes. https://github.com/Koenkk/zigbee2mqtt/discussions/7603
2021-05-29 15:06:14 +02:00
Koen Kanters
9941be1d1a
Honour optimisitic false for groups ( #7615 )
...
* Honour optimisitic false for groups. https://github.com/Koenkk/zigbee2mqtt/issues/7571
* Remove default optimistic true for groups. https://github.com/Koenkk/zigbee2mqtt/issues/7571
* Updates
2021-05-28 20:23:00 +02:00
Jorge Schrauwen
597a5a4925
Add skip_disable_reporting to unbind group/remove ( #7455 )
...
* Allow skipping disable of reporting during unbind
* Allow skipping disable of reporting during remove from group
* Add tests
* Update bind.js
* Update groups.js
* Update bind.test.js
* Update bind.test.js
* Update bind.test.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-05-23 15:37:34 +02:00
github-actions[bot]
9d0dd59c6c
Update zigbee-herdsman-converters to 14.0.148 ( #7492 )
...
* Update zigbee-herdsman-converters to 14.0.148
* Update bridge.test.js
* Update group.test.js
* Update homeassistant.test.js
* Update networkMap.test.js
* Update publish.test.js
* Update homeassistant.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-05-16 20:47:09 +02:00
Jorge Schrauwen
55ce381d28
homeassistant: copy hue/saturation to h/s ( #7453 )
2021-05-13 14:57:18 +02:00
github-actions[bot]
333db4ca77
Update zigbee-herdsman-converters to 14.0.144 ( #7436 )
...
* Update zigbee-herdsman-converters to 14.0.144
* Update homeassistant.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-05-12 08:33:43 +02:00
Koen Kanters
723121d671
Fix tests
2021-05-08 15:52:14 +02:00
github-actions[bot]
beacbd3496
Update zigbee-herdsman-converters to 14.0.139 ( #7339 )
...
* Update zigbee-herdsman-converters to 14.0.139
* Update configure.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-05-04 22:43:04 +02:00
Koen Kanters
504917bfa6
Fix device not removed from group in configuration.yaml upon device removal. https://github.com/Koenkk/zigbee2mqtt/issues/7326
2021-05-04 21:06:00 +02:00
github-actions[bot]
b76e63d222
Update zigbee-herdsman-converters to 14.0.135 ( #7295 )
...
* Update zigbee-herdsman-converters to 14.0.135
* Update group.test.js
* Update publish.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-05-02 20:13:34 +02:00
Koen Kanters
2fe085d409
Home Assistant: don't publish mocked values anymore replaced by unknown state in #7032
2021-05-01 17:01:59 +02:00
github-actions[bot]
43ff2daebe
Update zigbee-herdsman-converters to 14.0.129 ( #7275 )
...
* Update zigbee-herdsman-converters to 14.0.129
* Update homeassistant.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-05-01 13:56:44 +02:00
Koen Kanters
e9a5ec1a58
Revert "Home Assistant: remove attributes from discovered entities. https://github.com/Koenkk/zigbee2mqtt/discussions/7249 "
...
This reverts commit 54ab0a3f98 .
2021-04-30 16:41:18 +02:00
Koen Kanters
54ab0a3f98
Home Assistant: remove attributes from discovered entities. https://github.com/Koenkk/zigbee2mqtt/discussions/7249
2021-04-29 19:43:54 +02:00
Koen Kanters
d61d6e28f2
Only attempt to configure end device when message is received from it. ( #7242 )
2021-04-29 18:18:51 +02:00
github-actions[bot]
cedbd1fd4c
Update zigbee-herdsman-converters to 14.0.126 ( #7240 )
...
* Update zigbee-herdsman-converters to 14.0.126
* Update bind.js
* Update networkMap.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-04-28 19:48:08 +02:00
github-actions[bot]
71d77ac27c
Update zigbee-herdsman-converters to 14.0.121 ( #7213 )
...
* Update zigbee-herdsman-converters to 14.0.121
* Update bridge.test.js
* Update bridge.test.js
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-04-26 16:34:08 +02:00
daxy01
edc18e3376
Add log_symlink_current option ( #7166 )
...
* Update logger.js
Adding a symlink from "log/<timestamp>" to "log/current" to be able to always view the last logfile using "log/current/log.txt".
* Update logger.js
* Update logger.js
Create directory first to prevent startup failure
* Update logger.js
Fixing check on startup
* Update settings.js
* Update logger.js
* Update settings.schema.json
* Update bridge.test.js
* Update logger.test.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-04-25 19:21:38 +02:00
Koen Kanters
7631c191c5
Home Assistant discovery: add color_mode for lights ( #7057 )
...
* Home Assistant add color_mode.
* Fix tests
* Fix coverage
2021-04-25 14:56:59 +02:00
Koen Kanters
366c5fcb4d
Fix state of members from group incorrect when toZigbee converter reads a member state. #7038
2021-04-22 20:28:54 +02:00
Koen Kanters
2c44f4ede9
Test case for #7106
2021-04-22 19:20:03 +02:00
pklokke
95dd6c485c
Support binding of server clusters towards clients ( #7127 )
...
This allows binding of devices such as sleepy temperature sensors to heating actuators
2021-04-19 20:16:31 +02:00
Koen Kanters
8df8ef629e
Fix state of group not changing when state of specific endpoint is changed. https://github.com/Koenkk/zigbee2mqtt/issues/6905
2021-04-13 20:20:44 +02:00
Koen Kanters
07262bd62f
Fix device option set to null instead of removed when sending null. https://github.com/nurikk/z2m-frontend/issues/430
2021-04-12 19:49:21 +02:00
Koen Kanters
5963f3b7f4
Home Assistant: set unknown values to null ( #7032 )
2021-04-12 16:59:41 +02:00
ptvo
e81ac11466
Allow to redefine device icon ( #7013 )
...
* Device-specific icon
* Updated tests.
* Updated test
* Updated tests
* Updated tests.
* Updated tests
Co-authored-by: ptvoinfo <xagga@ya.ru >
2021-04-09 19:35:44 +08:00
John Doe
42a4596be6
Add device icon from converter definition ( #7001 )
2021-04-08 22:57:55 +08:00
Koen Kanters
30efb3e824
Fix "Cannot read property 'ID' of undefined". https://github.com/Koenkk/zigbee2mqtt/issues/6981
2021-04-07 18:39:54 +02:00