What do you mean “it is now 105”?
https://github.com/home-assistant/home-assistant/releases says that the latest Pre Release version is
0.104.0b4 but docker-compose pull gives me the error shown earlier
0.104.0b3 pulled and installed fine.
what i said was what i thought it was 105
but then i looked at mine and realised it was only 104.0b3
didn’t type what i was meaning to say
hass docker has update an hour ago, pulled the latest image, ring component still not fix yet.
Remove ring integration entry in you configuration.yaml also all camera, binary sensor and sensor entries.
delete the pickle just in case.
Reboot.
Configure ring via the integrations page.
You don’t have it as a custom component do you?
You need the beta version for the “integration” to work. It is not yet in the stable version.
You have to join the beta channel in the hassio system section
Thanks for the info @Harry13. I have followed the instructions and can see the integration now exists.
Just one thing - is the camera.device showing an image for you when you select it or add it to a Lovelace card? For me it just shows ‘Unavailable’
Thanks
Everything, except the motion sensor is working.
There is a timeout issue that causes that items not to appear or be unavailable. timeout is currently 5 and needs to be more. The first time I did it I had no camera and WiFi category was unavailable. I remove it and add it again and the camera appeared by I lost the category. Did it again and I got all of them. The logs show there errors.
Problem though not a big one is the removal doesn’t remove them straight away so adding it again gives me entities _2 and the _3. But once you reboot you can rename them back.
But still I my motion sensor does change, last motion and activity do, I even disable the person detect feature and still the sensor is dead. They have probably changed it to accommodate the two different alerts, motion and person. I just had to change my patio lights to come on from motion from my POE camera instead. Had to create a small zone so the lights done go on just cause the plants are swaying.
Thanks, I’ve removed Ring and wait for the stable version.
Installed the latest master via
pip install \
git+https://github.com/tchellomello/python-ring-doorbell@master
and it breaks completely.; Exactly the same error when I uninstall and replace with:
pip install ring_doorbell
anyone else seeing this ???, or is this the expected behaviour as 0.5 is labeled as a breaking change ? (and we will have to wait for an update from HA to get it back again ?)
SOLVED: Answering my own question here. YES, this is meant as a breaking change. Moved to the Beta channel of home assisting to get the latest version. Then you must remove any ring specific config from your configuration.yaml (everything under ring: as well as sensor: and binary_sensor entries), then reboot and install via the HA Integrations Page.
2020-01-13 14:07:06 ERROR (MainThread) [homeassistant.setup] Error during setup of component ring
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 176, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/ring/__init__.py", line 55, in setup
ring = Ring(username=username, password=password, cache_file=cache)
File "/usr/local/lib/python3.7/site-packages/ring_doorbell/__init__.py", line 69, in __init__
self._process_cached_session()
File "/usr/local/lib/python3.7/site-packages/ring_doorbell/__init__.py", line 105, in _process_cached_session
self._authenticate()
File "/usr/local/lib/python3.7/site-packages/ring_doorbell/__init__.py", line 145, in _authenticate
'Bearer {}'.format(self._get_oauth_token())
File "/usr/local/lib/python3.7/site-packages/ring_doorbell/__init__.py", line 116, in _get_oauth_token
self.auth_callback)
File "/usr/local/lib/python3.7/site-packages/ring_doorbell/auth.py", line 34, in fetch_token
return self.__fetch_token(username, password)
File "/usr/local/lib/python3.7/site-packages/ring_doorbell/auth.py", line 65, in __fetch_token
scope=OAuth.SCOPE)
File "/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 360, in fetch_token
self._client.parse_request_body_response(r.text, scope=self.scope)
File "/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py", line 421, in parse_request_body_response
self.token = parse_token_response(body, scope=scope)
File "/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/parameters.py", line 431, in parse_token_response
validate_token_parameters(params)
File "/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/parameters.py", line 441, in validate_token_parameters
raise MissingTokenError(description="Missing access token parameter.")
oauthlib.oauth2.rfc6749.errors.MissingTokenError: (missing_token) Missing access token parameter.
@Harry13 are you based in the USA? I’m UK based and can’t seem to find the option to enable different types of motion. I’ve found filters in the timeline but people detection isn’t one of them so I’m wondering if this feature hasn’t been rolled out here yet
In Australia so were usually the forgotten ones.
In the app on the device there is a smart alerts.
Also check that the app doesn’t need updating.
@Harry13 thanks. Im running the latest version of the app but don’t have the Smart Alerts option on the Ring Pro:
Well that the premium so it’s probably either a not rolled out in the UK yet or some issue with implementing it on the Pro. It will come
Same for me. It rather seems like it’s not implemented yet for europe users i guess. (nothing unusual…)
I just upgraded (using docker-compose) to Home Assistant 0.104.0b5
The Ring entities have been renamed but all is working well.
Do you get the camera image as well? My ring is currently in storage while my house is being built, so I can’t test, but I don’t get a camera entity in HA - I get all the rest though.
I’m running stable tag. How can I track the docker update and what the change is?
I now get the camera image with the latest beta update (I was on b3 this morning and just went to b5). I now get the image, but all entities have been renamed to _2 as well.