So I recently got some Withings sleep trackers in hopes to automate our nightly routine. When we go to bed, my gf says “goodnight” which triggers google home to setup a 6:30am alarm then asks for a secondary alarm time(always 15mins after) which then gets set with a good morning routine so she can get the weather in the morning.
My plan was to set up the alarms automatically when it detects that were going to bed and then do some TTS for the weather in the morning. I’ve been looking around but I can’t seem to find a way to create a google alarm from HA. Is this currently possible?
Hi there, take a look at the new SDK it allows you to send voice command to Google like you’re saying them.
i just got the SDK setup and when i use the same command i used in my google home automations “set an alarm” i get “sorry i cannot adjust alarms yet”
has anyone gotten it to work?
I have managed a little work around, I created a date time helper for time, I put that on my dashboard in the bedroom, then created an automation that plays a sound when that time is reached, it also slowly raises the blind over a 40 seconds or so.
Guessing this still isn’t possible? I’m also looking to adjust alarms through the SDK
Me too - it would be great to be able to set alarms and timers on Google devices!
I was trying this as part of a nighttime automation.
It failed to do this piece. I’m doing the free Google integration (not Nabu Casa) and I checked the logs and saw this error:
Error: _MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.PERMISSION_DENIED details = “Google Assistant API has not been used in project xxxxxxxxxx before or it is disabled. Enable it by visiting url then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.” debug_error_string = “UNKNOWN:Error received from peer ipv4:xx.xx.xx.xx:443 {created_time:“2024-01-29T02:17:08.735483663-05:00”, grpc_status:7, grpc_message:“Google Assistant API has not been used in project xxxxxxxxxx before or it is disabled. Enable it by visiting url then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.”}”
So, I went to the url of my project and clicked Enable on the Google Assistant API,. Not sure why that wasn’t done by me previously, but I intend on trying it again tonight.
Hi guys. Was anyone here successful? I’m trying to set alarm with SDK, but no luck either. As @modbass , I receive just “Sorry, I can’t change alarms yet” response every time.
Hello
I have the same problem. Google tells me: Sorry, I can’t change alarms yet
Do you have any news? Has anyone managed to create a google home alert from home assistant?
Thanks
Hi,
I was actually able to do this, although in a round about way. I basically created a dummy light (one of the devices Google Home is able to react to the status of) and then created a public automation/routine in Google Home app that sets an alarm. The routine gets triggered whenever I turn the light in home assistant to on.
Oh, i forgot to mention that part. I used the “Custom Command” option “say” to google assistant “Set an alarm for _____”