New Glassbreak Sensors #322
Replies: 2 comments 16 replies
-
They are basically implemented as just another class of contact sensors. Technically I could, and probably should, combine all binary sensors into a single class, but for legacy reasons, motion sensors are their own class even though they are implemented in the API exactly like contact sensors, with the only difference being the device class. Anyway, the glassbreak sensors should theoretically work in the dev branch, but I don't own any, so they are untested to this point. Feel free to give the dev branch a spin and let me know. |
Beta Was this translation helpful? Give feedback.
-
Ha, I was just about to open a topic and then saw this one. I'd also love to see support for this device! Please let me know if there's anything I could do to help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy! New official Ring Glassbreak sensors are shipping. https://ring.com/products/glass-break-sensor. Looks like the device is available, but untested, in the unofficial Ring API ring-client-api (https://github.com/dgreif/ring/blob/1691caa5cc0275460ff2961ad67d08f5007b30a8/homebridge/README.md#supported-devices-via-ring-alarm-and-ring-smart-lighting-hubs under Glassbreak sensors).
I've got a few of them and as expected when I start Ring-MQTT, when it is enumerating devices, the device is marked as unknown.
Unsupported device: sensor.glassbreak
Anything I might be able to help supply or provide to help add these devices to support? As mentioned in the ring-client-api there are three possible sensors that I think would make sense, similar to the supported Ring Motion Sensor
Anyway, happy to help and test if I can, you know maybe without breaking any of my windows, of course :)
Thanks for the awesome work!
Beta Was this translation helpful? Give feedback.
All reactions