-
Notifications
You must be signed in to change notification settings - Fork 132
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
double-ping #1023
Comments
Yes I thing there there is a bug too. The sensor interpreted the log contact from the motion sensor as long push (which is a logic for the stateless input) and thats bullshit for the motion sensor. It looks like all or at least most of the sensors have that bug. Maybe a workaround can be that you set your motion sensor to pulse and adjust the Idle Time to your needs. |
Hmm, thank you for having a look at this! It’s worked fine for 1.5 yrs though. Can I assume that when a physical PIR trigger is received by Shelly on the SW, it’ll send “ON” to HomeKit for those 9 seconds? What happens if the PIR triggers again after 8 seconds or indeed… remains triggered for longer than 9 seconds… will the Shelly remain triggered then too? Will the 9 second idle time countdown restart? thanks again for everything! |
I have tested this work-around. I'll report back with any other findings over the coming weeks. |
Hi there,
My Shellys are on firmware 2.11.1
I use my Shellys as motion sensors.
I also use HomeBridge on which I use the "HomeBridge Security System" plug-in.
The plug-in has a double-knock feature, requiring sensors to ping twice within x-amount of seconds to trigger the alarm. This cuts down on false alarms as, for example, a bird passing in front of the PIR will only "knock" the once. Conversely, a person passing in front will trigger sensor A (1st knock), go around the corner and trigger sensor B, providing the second knock.
To identify within HomeBridge which sensor actually triggers, I have assigned each Shelly a virtual momentary switch. These virtual switches don't perform any actions, they're indicators only.
Recently, since the last two-three weeks, I have started seeing my alarm being triggered a lot more. Looking at the HomeBridge logs, I see that the sensor triggering somehow sends two "on" signals in quick succession:
As you can see, HomeBridge receives a second "On" from the one sensor within a second of the first "On"
That shouldn't be possible as the physical PIR's remain "on" for 7-9 seconds as is common.
I am trying to identify if the issue is the Shelly firmware sending two signals in rapid succession or if there's something in HomeBridge causing the problem.
I went into the debug log on one of the Shelleys and then walked in front of the PIR to trigger it:
I don't know how to interpret the log so was hoping one of you might be able to see if there's two "On" signals being sent or just the one?
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: