I am new in Home Assistant and try to get the information from google calendar.
I have already done the steps from the manual, but for me it is not clear enough.
So I hope you could help me: my group.yaml looks like:
I am unsure of your question. It looks like you setup google calendar correctly, does it work? you can check on the state page under calendars and see if it has the next event with start times etc.
Hello,
its me again.
It is workin on my PC, after finisch, I transfer the configuration on my RPI.
But now I get a error message and could not find a information how to solve it.
What error do you have in the log? I am not overly familiar with the Google Calendar component but it looks like maybe you need to create a new Client ID for the RPi
at first thanks for your assistant.
in the log I got only:
2017-12-23 21:55:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event call_service[L]:
service=create, domain=persistent_notification, service_call_id=3049363824-1, service_data=message=Error: Invalid response 401. Error: invalid_client You will need to restart hass after fixing., title=Google Calendar Setup, notification_id=google_calendar_notification>
2017-12-23 21:55:54 INFO (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=persistent_notification.google_calendar_notification, old_state=None, new_state=<state persistent_notification.google_calendar_notification=notifying; message=Error: Invalid response 401. Error: invalid_client You will need to restart hass after fixing., title=Google Calendar Setup @ 2017-12-23T22:55:54.610710+01:00>>
I will try to create a new client ID and write what happened.
this will be my last reply.
I thought, I could use home assistant for my local home and it is nice and simple to use.
But this was a big failure, it is still a system in beta version and take to much time for setup and so on.
I found a much better and easier system in the cloud, not the same possiblilities but it works and is easy to setup.
Thanks for your assitance.
Maybe I will come back when the documentation and expamples are how they should be, at the moment it is not for user, the system is for programmer and freaks…
Just to let you know i have successfully completed this now after receiving same error as you.
My issue was i had chosen a “web application” in my Google console instead of “other”
I assume Google changes how it authenticates based on that selection.