-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preset -> exposes + SMSZB-120 updates #2895
Conversation
So, added |
Thanks! |
Can we have these changes also for the develco fire detector HESZB-120? The datasheet is exacltly the same as the smoke detector... |
I can add it but I can't test it as I don't have such device. |
No need just do the pr.. I have already tested them:)
…On Sun, 22 Aug 2021, 18:13 TheStigh, ***@***.***> wrote:
Can we have these changes also for the develco fire detector HESZB-120?
The datasheet is exacltly the same as the smoke detector...
I can add it but I can't test it as I don't have such device.
Are you able to test if I write the local converter for you?
You need to be a bit familiar with configuring Z2M.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVCNGG3KUEDKPRNHMIULRDT6EHYVANCNFSM5B6KKT6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Then you can just do the PR yourself :) |
I mean the extra changes regarding ota... I only tested the converter
(develco.js).. What other changes are needed?
…On Sun, 22 Aug 2021, 19:07 TheStigh, ***@***.***> wrote:
Then you can just do the PR yourself :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVCNGAWL556GJYPBND2553T6EOEDANCNFSM5B6KKT6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
You only want the OTA for the device? I cannot provide it as I don't have access to the firmware for that particular device. Without the access to the firmware, we cannot activate OTA for the device. |
Oh I see.
…On Sun, 22 Aug 2021, 19:37 TheStigh, ***@***.***> wrote:
I mean the extra changes regarding ota... I only tested the converter
(develco.js).. What other changes are needed?
You only want the OTA for the device? I cannot provide it as I don't have
access to the firmware for that particular device. Without the access to
the firmware, we cannot activate OTA for the device.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVCNGBD462VNDTHLD2Q6PDT6ERTVANCNFSM5B6KKT6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
but you stated: Should i try and update the firmware from zigbee2mqtt webgui? |
|
So it's safe to update? |
Update what? |
I just figured it out.. Develco uses the same manufacture id (4117) for
both Smoke and Fire detectors! That's why z2m shows the firmware update as
available..
…On Mon, 23 Aug 2021, 02:33 TheStigh, ***@***.***> wrote:
Update what? HESZB-120? That is not the same product and it should not
update using the firmware of SMSZB-120. If it says *up gradable*, I will
not take responsibility of saying OK.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVCNGC27E4VI4MENWM677LT6GCMJANCNFSM5B6KKT6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
No... manufacturer id are what it says - the manufacturer id |
So its better to remove zigbeeOTA from converter? To avoid any accidental
firmware update?
…On Mon, 23 Aug 2021, 11:17 TheStigh, ***@***.***> wrote:
No... manufacturer id are what it says - the manufacturer id
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2895 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVCNGH34CEUO5E22PYUGM3T6H73JANCNFSM5B6KKT6A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
yes |
Hi Koen,
With the upcoming Develco SIRZB-110, I've implemented Squawk. Please accept this PR for presets (I've tested this locally using composite).
Also, I changed SMSZB-120 as you've added exposes
e.warning()
, I removed it again since this device do not support editing anything. There are only one result - a fire alarm. I'm keeping thetz.warning
for backwards compatibility for other users.I renamed
fz.smszb120_fw
tofz.develco_fw
as this are identical for all Develco devices, updated SMSZB-120 device with this change.