ZachBenz / RingForIndigo

Ring plugin for Indigo Home Automation Server from Indigo Domotics
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Look into porting streaming video feature to tchellomello library #13

Open ZachBenz opened 4 years ago

ZachBenz commented 4 years ago

From user on Indigo support forum:

Thank you so much for jumping into this and saving everyone who was having issues with the previous plugin - really appreciate it

I had been having issues for several months which prompted me to go looking for other ways to get my Ring Doorbell status and video into Homekit rather than do it in indigo where I wanted to. I know little about coding for plugins, but am just sharing a couple of features which would be awesome some day :) :D 

I had settle for using Homebridge on a Pi with a plugin from dustin.greif which had two features I though i would share in case you had not seen it and wanted to include a couple of features in the future

1. I allows me to use 2FA by obtaining a token form the API using npx -p ring-client-api ring-auth-cli. and with that gives you a second login option using username and token rather than password. This has worked for me really well
2. It gives me a video stream that I can use direct in Homekit like all my other indigo camera through Homekit Bridge which I love

Just sharing some thoughts and thanks again for stepping in and getting this going 
ZachBenz commented 4 years ago

See also: tchellomello/python-ring-doorbell#133