denniedegroot / com.ring

Ring for Homey
https://www.athom.com
Other
15 stars 15 forks source link

Add support for modes #56

Open Airwolf33 opened 4 years ago

Airwolf33 commented 4 years ago

It will be great to add support for mode like at home or away

kaohlive commented 4 years ago

Is that not a non ring feature? Note sure what a home feature is for Ring.

Airwolf33 commented 4 years ago

I Got it from yesterday in my Ring App. I can setup 3 "modes" : "Armed", "Disarmed" and "at home". Each mode have settings to show (or not) motion alerts, live video, etc... With one "click", you can change all your devices settings I don't have Ring Alarm, only 2 Video Doorbells 2 and 5 Stick up cams.

kaohlive commented 4 years ago

interesting, i do not see that in my app

Airwolf33 commented 4 years ago

58CDBA32-0516-4D4F-B0CF-137B80459970

kaohlive commented 4 years ago

or i update, see them now also. damn, i thought i was done 😅.

but well have to find some endpoints for that feature. ill keep an eye on the community

Kingcool88 commented 4 years ago

or i update, see them now also. damn, i thought i was done .

but well have to find some endpoints for that feature. ill keep an eye on the community

Yeah this feature would be very nice to have!

Karlglad commented 3 years ago

@kaohlive I'm not sure if this can be to some help?

https://github.com/dgreif/ring

Dav1dNL commented 3 years ago

@denniedegroot and @kaohlive

I would also like to have the mode change option built in.

As a workaround I now use the ring plugin on homebridge, linked to my Homey. But it would be nice if it could be done directly with Homey.

I am not advanced in programming Homey apps, but the code in the link below may help you build this feature:

https://github.com/dgreif/ring/blob/master/homebridge/location-mode-switch.ts

PortoNL commented 3 years ago

Bump! Can someone look at this?

tokreutz commented 3 years ago

This would be a very good addition! I am also thumbs upping this!

kaohlive commented 3 years ago

I am going to pick this one up soon again. Got me some additional Ring devices that make sense to support modes for.

kaohlive commented 3 years ago

In my fork you can now find a new version with Location mode support. It is based on the action cards, on app level you can find a trigger, condition and action card to interact with the modes. They all provide the Ring locations you have to select from, so it should cover all.

Also added support for a alarm status for a cam that is linked to the siren status. Also removed the link between the tile and the cam so you do not accidentally trigger an siren from the UI.

its in pull request for Dennie, if you can not wait, grab the fork