-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
Hidden Siren Switch not Working #66
Comments
Weird, just had another report of this in #59. Are you on the latest version? |
V4.0.3 Sent with GitHawk |
Also the motion sensor on my ring pro isn’t going off with HomeKit but is with my floodlight Sent with GitHawk |
@d0n4v4nb3ck3r I just tried it out locally and it works exactly as intended. Your config looks correct. Try updating to the latest version of homebridge and see if that fixes it for you |
Maybe I should have asked this up front. Are you trying to hide the alarm siren (called Ring Alarm Siren by default) or a camera siren? That setting only works for the alarm siren currently |
@dgreif funny thing is, I asked you for this as a feature when I asked if you would add other ring devices. Since it’s a switch, I want to disable it so I don’t accidentally hit it. I am talking about the Ring Floodlight Cam, Siren. And not the Ring Alarm siren. I don’t have the Ring Alarm system. Sent with GitHawk |
@dgreif is there anyway you can change the characteristic so it looks like a siren in HomeKit? Sent with GitHawk |
@d0n4v4nb3ck3r unfortunately HomeKit is pretty limiting in this regard. I can make Light Bulbs and Switches, but if I make it a Speaker it won't show up in the Home app. Speakers show up great in Eve, but for some reason Home just chooses to ignore them. Thus..I ended up with a Switch for the siren 😞. I guess the best option at this point is to add a |
@dgreif sure! Whenever you have time, no rush. Totally understandable! Sent with GitHawk |
@d0n4v4nb3ck3r |
This is my config and it is not hidden in the Home App
{ “hideDoorbellSwitch” : true, “hideCameraMotionSensor” : false, “cameraDingsPollingSeconds” : 2, “refreshToken” : “***************”, “hideAlarmSirenSwitch” : true, “cameraStatusPollingSeconds” : 20, “beamDurationSeconds” : 60, “alarmOnEntryDelay” : false, “hideLightGroups” : true }
Sent with GitHawk
The text was updated successfully, but these errors were encountered: