Nerivec
de58711e11
feat: Add ability to abort running OTA ( #32022 )
...
Co-authored-by: Andy <andrei_lazarov@yahoo.com >
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2026-06-03 21:01:44 +02:00
dependabot[bot]
73d8ae8956
fix(ignore): bump the minor-patch group with 3 updates ( #31559 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com >
2026-03-31 20:46:21 +02:00
Nerivec
476efaa6e1
fix: OTA availability detection ( #30815 )
...
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2026-01-27 20:37:18 +01:00
Nerivec
dd1c449796
feat: Improve OTA ( #30566 )
...
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2026-01-24 21:27:44 +01:00
Nerivec
db20369447
fix: Various fixes to align behaviors (+add benchmarks for dev) ( #28011 )
2025-07-18 21:34:51 +02:00
Koen Kanters
c87d4524d5
fix(ignore): Migrate to Biome 2 ( #27785 )
2025-06-28 10:20:41 +02:00
Nerivec
9a9f8d1438
fix(ignore): API exporting issues ( #27211 )
2025-04-26 21:40:17 +02:00
Nerivec
6fbb8b5ca2
fix: Migrate to Biome ( #27150 )
2025-04-18 20:34:47 +02:00
Nerivec
6e346073e7
feat: Allow scheduling OTA on device request ( #26823 )
...
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2025-04-13 21:50:45 +02:00
Nerivec
fc31e0af0a
fix(ignore): partial cleanup for biome move ( #27076 )
2025-04-12 14:02:47 +02:00
Nerivec
db578d9d11
fix: Use dynamic import for optional extensions ( #26735 )
2025-03-15 08:07:56 +01:00
Nerivec
758ab34747
fix(ignore): import using node: prefix for built-in ( #25248 )
2024-12-18 22:19:33 +01:00
Nerivec
1a9c79bb2f
feat: Typing for MQTT API ( #25098 )
2024-12-07 20:21:30 +00:00
Nerivec
563514c446
fix!: Rework OTA ( #24634 )
...
* fix(ignore): Update zh and zhc
* update
* Update
* fix
* fix!: Rework OTA
* Import only required from zhc.
* Remove uri-js
* Update settings.schema.json
* fix save
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-12-01 20:11:33 +01:00
Koen Kanters
b6186623f0
feat!: The big cleanup ( #24200 )
...
* Remove `deviceGroupMembership`
* Fix controller.ts
* Remove `legacy_api` logic from non-legacy extensions.
* Fix network map coverage.
* Remove all `legacy` extensions.
* Remove `legacy_availability_payload`, `legacy_api`. Remove legacy from configure.
* Fix prettier.
* Remove some leftovers
* Renamed `updateAvailable` to `update_available`
* Remove emitPublishAvailability
* Remove `configuration.yaml`
* Switch to pnpm
* Remove direct mqtt-packet dependency.
* fix pretty
* fix `getDependencyVersion`
* fix pnpm publish
* fix(ignore): fix pnpm publish
* Remove deprecated bridge `config/*`
* Improve update script
* Improve update.sh
---------
Co-authored-by: Nerivec <62446222+Nerivec@users.noreply.github.com >
2024-12-01 20:06:49 +01:00
Koen Kanters
afd80449b3
fix(ignore): Migrate to eslint 9 ( #23800 )
...
* Eslint 9
* Automatic changes
* Manual changes
* Process feedback
* u
2024-09-08 14:26:18 +02:00
Nerivec
48d77e4b5e
fix: Enforce TS strict type checking ( #23601 )
...
* Enforce TS `strict` type checking.
* updates
* updates
* updates
* Updates
* Updates
* pretty
* u
* u
* u
* Updates
* updates
* Updates
* Updates
* `ReadonlyArray`
* scenesChanged
* objectID
* Improve coverage
* u
* u
* process feedback
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-09-07 11:40:50 +00:00
Koen Kanters
13a108ddbc
fix: Log stack trace when update check fails https://github.com/Koenkk/zigbee2mqtt/discussions/23798
2024-09-06 14:37:20 +02:00
Nerivec
13ac8a0f53
fix: Improve looping performance ( #23541 )
...
* Use herdsman improved looping.
* Fix lint.
* Fix tests.
* Feedback
2024-08-08 20:21:40 +02:00
Koen Kanters
bd7dec0f11
fix(ignore): update dependencies ( #23508 )
...
* fix(ignore): update dependencies
* update
---------
Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com >
2024-08-05 21:08:40 +00:00
Koen Kanters
30227a13ae
chore: Implement prettier ( #23153 )
...
* chore: Implement prettier
* Run prettier
* fix lint
* process feedback
* process feedback
2024-06-24 18:58:47 +00:00
Jorge Schrauwen
ad84374046
fix: Fix OTA overriding custom software version attribute ( #23129 )
...
* fix: OTA loses version info for develco/frient
This fix is not perfect, as it will still print that it got updated from null to null.
We just moved the reconfigure later, which will trigger this https://github.com/Koenkk/zigbee-herdsman-converters/blob/000041cba216822dab151151c493b560678da91a/src/devices/develco.ts#L36
for develco/frient devices that have it in their configure. (Which should be all of them)
Of note though, ZCL marks both dateCode and swBuildId as optional attributes, so Develco/Frient returning UNSUPPORTED_ATTRIBUTE here is not outside of spec. Although I'm not sure there is a cleaner way to do this.
* Update otaUpdate.test.js
* Update otaUpdate.ts
---------
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2024-06-23 11:24:03 +02:00
Nerivec
2b8eaa196a
fix: Enforce no floating promises ( #22880 )
...
* Enforce no floating promises.
* forEach => for/of. Fix tests.
2024-06-04 20:05:39 +02:00
Nerivec
919c4eee73
fix: Cleanup old logger leftovers ( #22069 )
2024-04-04 20:24:39 +02:00
koenkk
1110d3f8ef
fix: Fix incorrect update state when Z2M is restarted during OTA update https://github.com/Koenkk/zigbee2mqtt/issues/12794
2024-03-05 22:33:33 +01:00
slugzero
e76f568f0f
fix: Remove deprecated sendWhen ( #20861 )
2024-01-18 18:28:52 +01:00
Koen Kanters
ec06efe86a
Update zigbee-herdsman-converters to 17.1.1 ( #20385 )
...
* fix(ignore): update zigbee-herdsman-converters to 17.1.1
* Update otaUpdate.ts
---------
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
2023-12-26 17:56:54 +00:00
koenkk
04d8522b3b
fix(ignore): fix dd1e0db407
2023-12-04 10:29:09 +01:00
Koen Kanters
dd1e0db407
fix(ignore): Use zhc types ( #20006 )
...
* fix(ignore): Use zhc TS types
* updates
2023-12-04 10:05:05 +01:00
koenkk
daaade45d9
fix: Fix device keeps requesting OTA due to incorrect transaction sequence number. https://github.com/Koenkk/zigbee2mqtt/issues/19129
2023-10-07 08:55:16 +02:00
Koen Kanters
0dd899679d
Update zigbee-herdsman-converters to 15.21.2 ( #17967 )
...
* fix(ignore): update zigbee-herdsman-converters to 15.21.2
* fix
---------
Co-authored-by: Koenkk <Koenkk@users.noreply.github.com >
2023-06-08 21:42:29 +00:00
Koen Kanters
f943619387
Always respond to OTA request. https://github.com/Koenkk/zigbee2mqtt/issues/16371
2023-01-29 19:16:03 +01:00
Koen Kanters
a3f1399489
Log device OTA request response. https://github.com/Koenkk/zigbee2mqtt/issues/16371
2023-01-29 11:23:21 +01:00
Koen Kanters
01b46cf74e
Use fileVersion for Home Assistant update sensor instead of softwareBuildID ( #15630 )
...
* Use fileVersion for Home Assistant update sensor instead of softwareBuildID. https://github.com/Koenkk/zigbee2mqtt/issues/15502
* Remove onlythis
2022-12-18 22:05:16 +01:00
Koen Kanters
60de5b7676
Respond with NO_IMAGE_AVAILABLE when device requests OTA. https://github.com/Koenkk/zigbee2mqtt/issues/13396
2022-10-27 20:39:44 +02:00
Koen Kanters
7f1f1497c6
Always return a device state
2022-05-08 09:58:30 +02:00
Koen Kanters
cf22dd60a0
Always respond to OTA request ( #12247 )
...
* Always respond to OTA request
* Improve
* Rename
2022-04-23 10:12:29 +02:00
Koen Kanters
d0ceaba6f2
Fix OTA ( #10833 )
...
* dump
* updates
* Updates
2022-01-16 18:25:53 +01:00
Koen Kanters
30177b0db4
Restructure settings ( #10437 )
...
* -
* deep copy schema
* -
* -
* -
* -
* -
* -
* -
* -
* -
* -
* -
* -
2022-01-09 22:28:44 +01:00
Oleksandr Masliuchenko
6ac8a6237e
Add support for local OTA firmware images ( #10676 )
...
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2022-01-09 20:38:58 +01:00
Oleksandr Masliuchenko
16842a3e72
Add posibility to have local OTA index ( #10141 )
...
* Add a configuration option to override OTA index file
* Cleanup
* Code review corrections
* Move zigbee_ota_override_index_location to ota section of the configuration file
* Suport both local and remote (HTTP) OTA override index files
* Updates
* updates
Co-authored-by: Koen Kanters <koenkanters94@gmail.com >
2022-01-04 20:29:17 +01:00
Koen Kanters
2a9d22e2b3
Software/datacode is now updated by zigbee-herdsman. #10131
2021-12-19 18:00:27 +01:00
Koen Kanters
ac16d7ce69
Reconfigure device after OTA update. #7716 #7150
2021-12-07 21:58:11 +01:00
Koen Kanters
68b5be0ce7
Properly handle update available check failing for IKEA device. https://github.com/Koenkk/zigbee-herdsman-converters/issues/3253
2021-11-01 19:09:34 +01:00
Koen Kanters
42497f3176
Fix some todos
2021-10-06 21:27:23 +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
7557c10095
More TypeScript refactoring
2021-09-21 16:58:20 +02:00