-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Modify the water shortage abnormal timeout valve setting and its name. #7891
Conversation
Thanks! |
How will this new feature work? When I try to post
Same happens, when I toggle the switch button in Z2M's UI or even read the status. I have firmware 1.0.3 on the SWV and Zigbee2MQTT version 1.40.0 commit 6fa1dab. Stefano |
I'm very sorry for the trouble. Firmware will be supported in 1.0.4, currently ota firmware has applied for github merge request, please update the firmware and try again, thank you! |
Hi @liubotongs, Best regards, |
It was not mentioned in the PR Koenkk/zigbee-herdsman-converters#7891 and already caused some confusion on different channels. This hint should help...
Ran into the same issue. I therefore created a documentation PR to give a hint... |
Where can I get the firmware version 1.0.4. My Zigbee2MQTT installation shows only 1.0.3 als the latest version on OTA. |
Mine showed up in Z2M directly after pairing. Did you try pressing the button |
Yes! Pressed button on the device to wake it up and then Check for Update. Answer: info 2024-10-03 13:40:36 No update available for 'Wasserventil WM' |
Strange, as the file is there (Koenkk/zigbee-OTA#549). |
Actual I have 1.38.0. I tried to Update to 1.40.1 and had some problems. Because the former version 1.39.1 had also some miner problems I wend back to 1.38.0. |
I now have updated my Zigbee2MQTT docker container to version 1.40.2, but OTA still shows no firmware update for Sonoff SWV. with actual 1.0.3 it says "No update available for ...". Strange! |
You can have a look at the documentation and see if any of these options work. Although it is really weird why you don't see the update at all... |
I already found the command in the documentation, but how to find software_build_ids and date_codes? |
you refer to MQTT topic, right? that's just the resonse you get, sending only needs the deviceID. |
When I send the command for checking updates with MQTT Explorer the responce is only I would like to know, if I could start the update for latest firmware version manually with publishing to topic zigbee2mqtt/bridge/request/device/ota_update/update and the following payload: |
Or is the software_build_id simply the firmware version, i.e. 1.0.3 or 1.0.4 and date code the file date? |
Maybe I found a reason in the log file, why the device ist not updating:
From these log entry you can see, that installed version is 4100. From The sonoff smart water valve equipment has added automatic valve clos… you can see, that 4100 corresponds to firmware version 1.0.4 whereas firmware version 1.0.3 corresponds to 4099. |
No description provided.