Koen Kanters
ed8ca293a3
Log stack in debug when MQTT request fails. https://github.com/Koenkk/zigbee2mqtt/issues/9367
2021-10-29 17:10:18 +02:00
Koen Kanters
d137d1975b
Fix value_min/max not correct for Home Assistant number when 0. https://github.com/Koenkk/zigbee-herdsman-converters/issues/3229
2021-10-27 20:52:54 +02:00
Koen Kanters
bef5bff637
Revert "Add Home Assistant entity_category support ( #9293 )" ( #9328 )
...
This reverts commit 16c3f912b1 .
2021-10-25 17:58:42 +02:00
Koen Kanters
498a5b3f32
Revert "Add support for unit of measurement to HA number entities ( #9312 )" ( #9329 )
...
This reverts commit b08ce534c8 .
2021-10-25 17:54:18 +02:00
Franck Nijhof
b08ce534c8
Add support for unit of measurement to HA number entities ( #9312 )
2021-10-25 17:12:01 +02:00
Dirk van Donkelaar
387378e935
Fix Home Assistant discovery for select having numbers as options ( #9268 )
...
* Updated select entities to parse values as string
To prevent 'invalid option for select' error
* Update homeassistant.ts
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-10-24 15:22:09 +02:00
Franck Nijhof
16c3f912b1
Add Home Assistant entity_category support ( #9293 )
2021-10-24 15:11:56 +02:00
Koen Kanters
b665106d44
Expose converter options ( #9110 )
...
* Expose converter options
* Updates
2021-10-23 10:27:16 +02:00
Koen Kanters
ca7bb0cd4d
Attempt to fix Home Assistant error when running_state is unknown. https://github.com/Koenkk/zigbee2mqtt/issues/9219
2021-10-19 16:56:31 +02:00
Koen Kanters
eaad39a199
Expose device and group configuration_url to Home Assistant. ( #9214 )
2021-10-18 18:16:00 +02:00
Koen Kanters
97d15b8d15
Home Assistant fix discovery for covers only supporting tilt. https://github.com/Koenkk/zigbee-herdsman-converters/issues/3122
2021-10-18 17:34:40 +02:00
Koen Kanters
549ccf036e
Fix start being called twice for external extensions. https://github.com/Koenkk/zigbee2mqtt/issues/9165
2021-10-17 18:19:13 +02:00
Koen Kanters
f7c0b46bef
Catch exception when removing device via pass/blocklist. https://github.com/Koenkk/zigbee2mqtt/issues/9116
2021-10-14 22:18:37 +02:00
Koen Kanters
8fac172ced
Fix crash when event listener throws exception. https://github.com/Koenkk/zigbee2mqtt/commit/749381bf2f6fdb8788d5f5f7857ae75e5f73303a
2021-10-13 21:57:04 +02:00
Koen Kanters
749381bf2f
Fix crash when converter throws exception. https://github.com/Koenkk/zigbee2mqtt/issues/9133
2021-10-13 19:05:14 +02:00
Koen Kanters
6b380526ae
Fix no configure on device interview. https://github.com/Koenkk/zigbee2mqtt/issues/8971
2021-10-13 18:32:19 +02:00
Koen Kanters
4608de5d57
Allow publishing to device by endpoint ID. https://github.com/nurikk/zigbee2mqtt-frontend/issues/926
2021-10-11 17:30:48 +02:00
Koen Kanters
a774b43d63
Fix Home Assistant template variable warnings ( #9088 )
...
* Fix more template warnings. https://github.com/Koenkk/zigbee2mqtt/issues/8769
* Update
* Updates
2021-10-09 19:41:00 +02:00
Koen Kanters
6977235200
Revert "Fix group publish on Node 10 (doesn't support Object.fromEntries). https://github.com/Koenkk/zigbee2mqtt/issues/9085 "
...
This reverts commit 4e520bb042 .
2021-10-09 17:01:26 +02:00
Koen Kanters
4e520bb042
Fix group publish on Node 10 (doesn't support Object.fromEntries). https://github.com/Koenkk/zigbee2mqtt/issues/9085
2021-10-09 15:50:03 +02:00
Koen Kanters
ab5d368a4e
Small Home Assistant cleanup
2021-10-09 10:42:52 +02:00
Koen Kanters
ebd20e30dc
Home Assistant: discover last_seen sensor when enabled. https://github.com/Koenkk/zigbee2mqtt/issues/8287
2021-10-09 10:19:07 +02:00
Koen Kanters
3b0a906a97
Expose scenes ( #9056 )
...
* Expose scenes
* Republish devices and groups when changed.
* Send scene name if set.
2021-10-08 19:02:24 +08:00
Koen Kanters
6f9371e4b0
Fix incorrect state when last_seen and debounce is enabled. https://github.com/Koenkk/zigbee2mqtt/issues/8958 https://github.com/Koenkk/zigbee2mqtt/issues/9010
2021-10-07 20:36:42 +02:00
Koen Kanters
42497f3176
Fix some todos
2021-10-06 21:27:23 +02:00
Koen Kanters
23b87755cf
Stop Zigbee2MQTT with error when initial MQTT connect fails. https://github.com/Koenkk/zigbee2mqtt/issues/8956
2021-10-04 22:08:06 +02:00
Koen Kanters
7415e8416d
Update availability config title. https://github.com/Koenkk/zigbee2mqtt/issues/6281
2021-10-04 21:24:31 +02:00
Koen Kanters
8e2c79f85d
Fix external converters not loaded. https://github.com/Koenkk/zigbee2mqtt/issues/8959
2021-10-04 21:22:44 +02:00
Koen Kanters
ab3a9da630
Revert "Improve MQTT error handling. https://github.com/Koenkk/zigbee2mqtt/issues/8956 "
...
This reverts commit 45a4978ca8 .
2021-10-04 20:51:09 +02:00
Koen Kanters
30badb62e7
Update availabiltiy config schema. https://github.com/Koenkk/zigbee2mqtt/issues/6281
2021-10-04 17:48:05 +02:00
Koen Kanters
45a4978ca8
Improve MQTT error handling. https://github.com/Koenkk/zigbee2mqtt/issues/8956
2021-10-03 12:29:54 +02:00
Koen Kanters
c28731957a
Fix last seen not published when changed. https://github.com/Koenkk/zigbee2mqtt/issues/7423
2021-10-02 10:49:47 +02:00
Koen Kanters
0282011255
Replace old availability implementation with new one ( #8904 )
...
* Update
* Updates
* More refactoringzzz
* Bindoo
* Loadz of typescripting
* Logga
* Updates
* Updates
* Updates
* Updates
* cleanup
* updates
* Fix coverage
* Fixes
* Updates
* Updates
* Replace old availability implementation with new one.
2021-10-02 10:25:43 +02:00
Koen Kanters
045ee573a0
Final TypeScript refactor ( #8859 )
...
* Update
* Updates
* More refactoringzzz
* Bindoo
* Loadz of typescripting
* Logga
* Updates
* Updates
* Updates
* Updates
* cleanup
* updates
* Fix coverage
* Fixes
* Updates
* Updates
2021-10-02 10:09:38 +02:00
Koen Kanters
8d9f14e30b
Fix device configuring with endpoint ID not working. https://github.com/nurikk/zigbee2mqtt-frontend/issues/874
2021-09-29 22:00:01 +02:00
Koen Kanters
a8eec889f5
Remove debug log. https://github.com/Koenkk/zigbee2mqtt/issues/8836
2021-09-22 20:02:41 +02:00
Koen Kanters
6888394600
Refactor frontend to TypeScript.
2021-09-22 20:01:46 +02:00
Koen Kanters
59dd6e6bff
Fix error when device does not exists. https://github.com/Koenkk/zigbee2mqtt/issues/8836
2021-09-22 19:06:28 +02:00
Koen Kanters
89dea86b3a
Refactor HomeAssistant extension to TypeScript
2021-09-22 18:04:57 +02:00
Koen Kanters
aaad76e323
Add debug logging for https://github.com/Koenkk/zigbee2mqtt/issues/8836
2021-09-21 22:01:31 +02:00
Koen Kanters
7557c10095
More TypeScript refactoring
2021-09-21 16:58:20 +02:00
Koen Kanters
6369fe1528
Fix Home Assistant discovery for covers only supporting tilt. https://github.com/Koenkk/zigbee-herdsman-converters/pull/2663
2021-09-20 21:52:26 +02:00
Koen Kanters
7f4a9c2a9b
Refactor onEvent extension to TypeScript
2021-09-19 11:37:08 +02:00
Koen Kanters
48de2fa647
Refactor configure extension to TypeScript.
2021-09-19 11:08:16 +02:00
Koen Kanters
ca3c6ce32f
More TypeScript refactoring ( #8797 )
...
* ts
* Updates
2021-09-18 18:23:28 +02:00
Koen Kanters
fb081316e2
More TypeScript refactoring ( #8721 )
...
* Update
* u
* Updates
* Updates
* updates
* Updates
* Update
2021-09-11 14:51:29 +02:00
Koen Kanters
69e3deb7ac
Add multi endpoint support for Home Assistant cover. https://github.com/Koenkk/zigbee2mqtt/issues/8712
2021-09-11 13:53:00 +02:00
froogl
22bba95a70
ead bulb state, brightness and colour on scene recall command ( #8585 )
...
* Poll brightness/state after recalling scene
When a ZigBee Scene Controller is recalling a scene through a direct binding
we need to poll for changed state and brightness.
* Also poll for color changes on scene recalling
* Force copy of settings.schema.json
* Update bind.js
* Update zigbeeHerdsman.js
* Update bind.test.js
* Update bind.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-09-07 19:17:23 +02:00
Robert Alexa
d07333c70d
Home Assistant discover number selection entities for numeric values supporting set ( #8640 )
...
* Add support for numeric that allows SET access as number entities
* Remove redundant comment
* gitignore intellij idea folder
* Expose both entities to avoid breaking changes
* Improve comment
* Update homeassistant.js
* Update homeassistant.test.js
* Update homeassistant.test.js
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2021-09-06 17:38:34 +02:00
Koen Kanters
1a514b824f
Home Assistant remove deprecated last_reset_topic and change state_class to total_increasing for energy. https://github.com/Koenkk/zigbee2mqtt/issues/8604
2021-09-03 21:40:59 +02:00