Koen Kanters
e1d51e6171
Fix error when configure section of device is removed.
2020-01-23 20:42:10 +01:00
TilmanK
7a8bef3e60
Fixed check if entity is of type "device" in deviceConfigure.js. ( #2713 )
...
The current statement (!entity.type === 'device') will always evaluate to false since it compares a boolean to a string.
2020-01-11 15:50:00 +01:00
Koen Kanters
cb0b0b5af9
Clear Home Assistant MQTT discovery on device remove. #2678
2020-01-09 21:47:19 +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
Carl de Billy
e5b2f71fcd
Added support for Stelpro Ki & Stelpro Maestro ( #2628 )
...
* fix potential null exception
* Added support for Stelpro Ki
* Stelpro Ki: Added support for action_mode
(cherry picked from commit 0f740f1aedbedb28d64245531f10a9bfd985e49b)
* Stelpro Ki: fix "lock" status update
(cherry picked from commit 6ac94411183d92d1f658a7d17a724e50587b8571)
* Fixed lint issues
* Stelpro: Fixed local_temperature sensor
* Added support for Stelpro Maestro
* Fix lint
* HASS: Fixed support for action_topic/action_template
* Prevent a non supported device from causing a null-ref
* Update naming.
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
2020-01-06 21:36:45 +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
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
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
eea660374f
Use correct endpoint for binding dimmer. https://github.com/Koenkk/zigbee2mqtt/issues/2343
2019-11-18 17:54:28 +01:00
Koen Kanters
cb3ec45294
Fix lint.
2019-10-26 18:25:51 +02:00
Tommy Goode
3ca35ad72f
Allow a device to be configured even if the interview process fails ( #2150 )
...
* Allow a device to be configured even if the interview process fails. This fixes #2148 .
* Adjust failing test to account for new behavior.
2019-10-17 18:36:55 +02:00
Koen Kanters
518232e15e
Zigbee-herdsman 0.8.0
2019-10-01 20:22:47 +02:00
Koen Kanters
9d8e56408a
Fix device configuring when paired through zigbee-shepherd.
2019-09-28 13:08:32 +02:00
Koen Kanters
41e68c8ffe
Update zigbee-herdsman to 0.7.0.
2019-09-23 22:21:27 +02:00
Koen Kanters
e441cf1752
Add extra logging for failed to configure. https://github.com/Koenkk/zigbee2mqtt/issues/1957
2019-09-22 18:01:10 +02:00
Koenkk
c8a07a5c2d
Add base extension.
2019-09-17 18:32:16 +02:00
Koen Kanters
d83085ea7f
Zigbee-herdsman ( #1945 )
...
* Update zigbee-herdsman and zigbee-shepherd-converters.
* Force Aqara S2 Lock endvices (#1764 )
* Start on zigbee-herdsman controller refactor.
* More updates.
* Cleanup zapp.
* updates.
* Propagate adapter disconnected event.
* Updates.
* Initial refactor to zigbee-herdsman.
* Refactor deviceReceive to zigbee-herdsman.
* Rename
* Refactor deviceConfigure.
* Finish bridge config.
* Refactor availability.
* Active homeassistant extension and more refactors.
* Refactor groups.
* Enable soft reset.
* Activate group membership
* Start on tests.
* Enable reporting.
* Add more controller tests.
* Add more tests
* Fix linting error.
* Data en deviceReceive tests.
* Move to zigbee-herdsman-converters.
* More device publish tests.
* Cleanup dependencies.
* Bring device publish coverage to 100.
* Bring home assistant test coverage to 100.
* Device configure tests.
* Attempt to fix tests.
* Another attempt.
* Another one.
* Another one.
* Another.
* Add wait.
* Longer wait.
* Debug.
* Update dependencies.
* Another.
* Begin on availability tests.
* Improve availability tests.
* Complete deviceAvailability tests.
* Device bind tests.
* More tests.
* Begin networkmap refactors.
* start on networkmap tests.
* Network map tests.
* Add utils tests.
* Logger tests.
* Settings and logger tests.
* Ignore some stuff for coverage and add todos.
* Add remaining missing tests.
* Enforce 100% test coverage.
* Start on groups test and refactor entityPublish to resolveEntity
* Remove joinPathStorage, not used anymore as group information is stored into zigbee-herdsman database.
* Fix linting issues.
* Improve tests.
* Add groups.
* fix group membership.
* Group: log names.
* Convert MQTT message to string by default.
* Fix group name.
* Updates.
* Revert configuration.yaml.
* Add new line.
* Fixes.
* Updates.
* Fix tests.
* Ignore soft reset extension.
2019-09-09 19:48:09 +02:00
Andreas Brett
4ea55fe22a
fixed typo ( #1173 )
2019-03-01 17:15:03 +01:00
Koen Kanters
5ffae5a09a
Remove unecessary device param.
2019-02-26 19:33:32 +01:00
jbn
fdf97180b0
Fix race condition when configuring devices
2019-02-26 19:33:32 +01:00
Andreas Brett
1862c8b035
fixed typo ( #1135 )
...
* fixed typo
* Update deviceConfigure.js
2019-02-21 18:47:05 +01:00
Koen Kanters
c9c599b60b
Refactor publishDeviceState to publishEntityState (for future group support).
2019-02-04 18:36:49 +01:00
ptvo
37d516d770
Some improvements (extPanId, .configure, Livolo) ( #982 )
...
* Added the new ext_pan_id options (required update of zigbee-shepherd)
Improved code for configure
Added the new extension for Livolo.
* Formatting corrections
* Update controller.js
* Updated Livolo extension
* Improvements in the extensions for Livolo.
* Fixed conflict.
* Add default ext_pan_id.
* Remove duplicate extension.
* Update deviceConfigure.
* Update comment.
* Updates.
2019-02-02 20:09:20 +01:00
Koen Kanters
b8744ce890
Add reporting feature. #966
2019-02-01 19:04:49 +01:00
Koen Kanters
d5c6e39e7d
Refactor device reconfigure when device comes online and mark online. #966 #775
2019-01-31 21:42:53 +01:00
Koen Kanters
a2ea9c548f
Improve logging.
2019-01-07 18:18:14 +01:00
Koen Kanters
3bb1f0f10b
Update zigbee-shepherd-converters to 7.0.10.
2019-01-06 15:31:08 +01:00
Koenkk
6c059c3898
Update zigbee-shepherd-converters (remove onAfIncomingMsg code). https://github.com/Koenkk/zigbee2mqtt/issues/553
2018-12-06 21:27:41 +01:00
Koenkk
6df4e39f18
Refactor!
2018-12-06 21:27:36 +01:00