I’ve been trying to find a way to connect to my raspberry pi running hassio to do this however event though I can make the connection through ssh I don’t seem to be able to get to the /srv path. Any suggestions anyone has?
It’s should /usr/local/lib/python3.7/site-packages
Just check what version of python you have first
cd /usr/local/lib/
ls
If you just running hass.io as you main host then install the IDE add-on to give terminal access
Default landing directory is the samba share
cd /config for you config files
cd / to the root
Download the zip
Extract the ring_doorbell folder only
Copy it to the samba share over the network to the config folder
From IDE terminal
Type
cp -r /config/ring_doorbell usr/local/lib/python3.7/site-packages/
Thats it
If you running python3.6 then change the path
I think that’s right
but just days ago nuked my system, reloaded ubuntu and ha so i don’t have any python other than 3.7 and HA 103
My Welcome Home automation finally worked
My son just called me
Dad what just happened
How did Alexa know we just got home
Alexa knows everything I said.
So today hasn’t been a total loss.
Same issue here, had to reboot HA server today when my Honeywell thermostat connection failed, and now Ring isn’t working. New 2FA on Ring login declined.
Glad I didn’t waste a lot of time before coming here, suspecting a problem linked to Ring’s 2FA change. Thanks for the advice in this thread and the others linked, but things have gotten a bit confusing in the complex and differing instructions.
Thanks for your help @Harry13 I don’t know where I am going wrong, or its not explicit enough for me, I installed Cloud9 IDE, then I attempt to go to usr/local/lib but all that’s in there is perl5 directory.
If I put this in: cp -r /config/ring_doorbell usr/local/lib/python3.7/site-packages/ I get directory not found.
I’m using home assistant on a raspberry pi 4 - that is running hassio.
I’ll just after wait until a fix is available thats already compiled, but thanks for your help
@DougAmes
You are correct
but that is only true when you access that directory from the linux host
you need to get into the hassio docker container
so install portainer
and get into the exe console for the homeassistant container
also i just confirmed that my previous post regard to using IDE won’t get you to the correct location
so dont use it