-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NodOn SIN-4-RS-20 state note updated #18412
Comments
Have the same issue. Manually changing reporting settings fixes this for a while, or powercycling them. |
Thanks @Wireheadbe |
Same issue here, but for a different NodOn device, NodOn SIN-4-1-20 in my case. It gives me the following errors when trying to update the firmware via Z2M OTA:
|
I've got this message after updating z2m to 1.32.2
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Still the same behavior with the 1.33 |
For those who are not aware: |
Some improvements have been pushed regarding the OTA update mechanism, please check if this issue is fixed now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
Hello, I've just tested on HA with |
No updates from NodOn. States not updated a lot of times (covers open, but reported closed, unless forcing a position refresh, which i now do as work-around every 5 minutes...). Sometimes, in the middle of the night, they go up a bit and down again. No idea why. Instant wake-up.. Firmware updates don't work, even though someone from the company actively posts firmware to the repo. |
Hello @Wireheadbe , This should be fixed in the latest version of the device firmware. Unfortunately, there's an issue in the mechanism of firmware update in Z2M, it can work if you try several times but it's quite random. |
Hi @AlexisPolegato - thanks for coming back. However, on my Moto G100 running Android 12, the app crashes when trying to upgrade. On my wife's A52s, the app isn't available since NodOn Connect isn't compatible with Android 13. Thus, no dice to be able to upgrade. Why would the firmware upgrade fail - because I've updated numerous devices from e.g. Philips, Ikea,... Would you mind sharing tips/tricks? I've noticed in the app, that the modules disappear after a while. So i did reconnect a module to the mains before trying to upgrade: app still crashes on my phone, and the upgrade doesn't work via Z2M as well. Do I have faulty modules? |
Is there some documentation available about that application? I have tried to get it working with my SIN-4-RS-20 devices, and the application does not find any devices. I have tried to powercycle them, but it doesn't work either. |
There are 2 Firmwares in the Device. The Device asks an update on a certain Firmware and the Gateway should answer with this Firmware. |
Here but it's in French: https://nodon.fr/nodon/application-nodon-connect/ When you power cycle the device, it does not appear in the App ? |
Hi @AlexisPolegato - thanks for the info. Any way we can work together with @Koenkk if you provide some more technical details to this mechanism you have implemented? (would appreciate a fix on Android 12 and a build for Android 13 as well 😉 ) Edit: was able to update one to 2.31.0-1.1.2 via an iPad I loaned. At first, everything was fine (except my hardware switch was suddenly reversed.. quickly fixed by rotating in the frame.. 😄 ), however, this evening, after the covers were closed, the state wasn't updated automatically. I had to poll it again manually. (I did do a calibration today, related?) |
@Wireheadbe What do you mean exaclty by "the state wasn't updated automatically" ? If you check the logs, you don't see any reports ?
|
Hi @AlexisPolegato , I have installed few of ADEO SIN-4-RS-20_LEX and I love them, one of them is working fine but in the rest of them I am seeing the issue explained in this page. I guess that the issue is the same. I think the product is the same than this NodOn SIN-4-RS-20 and Nodon is the real manufacturer of this product, but OTA updates are not supporthed neither. It would be fantastic to have ota updates also for these devices. I just check with the Nodon Connect app, but there are not options to update the version of this product. Could you help us? |
No it didn't work. But I have found the issue. I was trying from an Android 13 device. When I tried from an old phone running IIRC Android 11, the device got discovered, and I was able to upgrade the firmware. The upgrade went fine, the only issue I have noticed is that the up and down switch inputs got swapped in the new firmware, so I had to rewire it. |
Worked fine for a while on the newest firmware, but sadly, at some point, they stop reporting the status of the shutter (e.g. trigger shutter close, they do the actuation, but they do not report back the position (in this case, closed)) - need to manually refresh. |
Same for me. I don’t know if the update state is on z2m or on module.. With my Old module in a very old firmware, all work fine .. |
@Wireheadbe same behaviour but I use the z2m report apply option on z2m interface on my nodon module and everything was then corrected. |
That works for a while, but then at some point it stops again..I've even factory-reset them, on the latest firmware, and re-paired them. Nothing helps. I have heaps of zigbee devices, and these are the only ones I have headaches with. Even at night, sometimes, it'll just open a shutter for a bit, and close it again. Like it's doing some form of calibration... But then wakes you! I've reverted to a node-red flow, which force-refreshes the status of Nodon devices every 5 minutes. |
OK got a "fix" (probably more a workaround) for this
And that's it, my device magically started to report correctly again I still don't get why this "Tilt" feature has been added to this device as there is no physical tilt connectors in it. You may want to control some tilt with the regular lift output but you certainly can't have both and this looks like the source of all of this trouble |
This only works for a while. At some point, the device will again stop reporting, unfortunately. |
@Wireheadbe How long would you say before reporting stops ? |
Hi @AlexisPolegato - many thanks for coming back. Happy to help with whatever question you might have. Power-cycling the module usually fixes it.. Altough, as you can see, workarounds work for "some" time as well. |
Hello, I think the issue is not exclusively linked to the NodOn module. |
@Wireheadbe can you share us the command to do the refresh by an automation ? Thanks |
Hello
|
Hi, I'm using Node-Red for this.. I basically make sure to save the MQTT output of zigbee2mqtt/bridge/devices in a global var (eek! global vars! - I know 😆 )
And then via a timer, every 5 minutes, I retrieve what's stored in the global var:
I then pass that on to a "split" node, which splits using "\n" And then I send that output to another function node:
Which then sends that back to MQTT - by searching for every device occurence of "SIN-4-RS-20" and sending a payload to force-get the position. |
@Wireheadbe Could you share your Node-RED flow? I'm facing the same issue and it's really annoying. Thanks in advance! |
Thanks that exactly what I needed. |
I also have the same problem, I've got 10 SIN-4-RS-20 and I've tried the workaroud, although I'm trying mine in Node-Red: But still, theres always 1 or 2 that simply stop reporting their position from one day to the next. Still a sustainable solution would make my day :D Is there anything I could take a look at in the Source Code or are there any logs i can provide that could help? |
It has been fixed on latest Firmware of the Device (V3.5.0). |
Can you explain to me the procedure to follow to upgrade the nodon images to 3.5.0 ? or updating zigbee2qtt is enough? |
Just trigger a ota update search on z2m interface, it will find it
Le mar. 19 nov. 2024, 18:48, calou79 ***@***.***> a écrit :
… It has been fixed on latest Firmware of the Device (V3.5.0). =>
Koenkk/zigbee-OTA#599 <Koenkk/zigbee-OTA#599>
Can you explain to me the procedure to follow to upgrade the nodon images
to 3.5.0 ? or updating zigbee2qtt is enough?
because I still can't update them in zigbee2mqtt
in French if you are French otherwise English
thank you in advance
—
Reply to this email directly, view it on GitHub
<#18412 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA63XMAPIMVFX56VBN3ONVT2BN2YRAVCNFSM6AAAAAA2UYHQPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBWGM3TANZUGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have Zigbee2Mqtt Version 1.40.1 |
ok thank you very much, the error must come from my sonoff e because indeed I can launch the updates but they fail each time with these errors :(I will look at this again thanks) |
So far the Shutters are all sending correct Data and the States of the individual Shutters are updated correctly. It seems the Upgrade of the Firmware has fixed the issue. I'm cautiously optimistic. |
Using 3.5.0-1.1.2 - the states keep being updated. No more need for hacks via NodeRed etc.. |
What happened?
The status (OPEN, CLOSE, STOP) of my roller shutter module NodOn SIN-4-RS-20 is not updated very regularly in Home Assistant. From time to time it's updated, and from time to time it isn't.
I have to go into zigbee2mqtt to perform a manual refresh.
What did you expect to happen?
State to be updated like for others devices
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.32.1
Adapter firmware version
20221226
Adapter
zStack3x0
Debug log
No response
The text was updated successfully, but these errors were encountered: