kakopappa / sinric

Amazon Alexa Smart home skill / Google Home Action for ESP8266 / ESP32 / Arduino
https://sinric.com
284 stars 166 forks source link

Start a Google Home Command using Sinric (not vice versa) #476

Open ghost opened 3 years ago

ghost commented 3 years ago

Is there any workaround to do what i asked in the headline? The applications for me would be numerous.

High precision event timers (timing takes place in the ESP, command is issued afterwards). E.g. My Window shutters are attached to stepper drivers and open after exactly 7h and 40mins after the "good night" command. I want my home pod to tell me my appointments for the day right after opening the shutters without having to ask again.

The dirtiest solution would be to open up the home pod and attach the arduino analogue out to the microphone and play tiny mp3 files. But there must be a more elegant solution. Probably using webhooks or sth alike.

Any help is appreciated.

kakopappa commented 3 years ago

I think you can handle the good night closing blinds in the ESP and open the window shutters after 7h 40 mins delay later. use this project to speak stuff on GH https://github.com/horihiro/esp8266-google-home-notifier

On Mon, Mar 22, 2021 at 10:50 PM Ultraviored @.***> wrote:

Is there any workaround to do what i asked in the headline? The applications for me would be numerous.

High precision event timers (timing takes place in the ESP, command is issued afterwards). E.g. My Window shutters are attached to stepper drivers and open after exactly 7h and 40mins after the "good night" command. I want my home pod to tell me my appointments for the day right after opening the shutters without having to ask again.

The dirtiest solution would be to open up the home pod and attach the arduino analogue out to the microphone and play tiny mp3 files. But there must be a more elegant solution. Probably using webhooks or sth alike.

Any help is appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kakopappa/sinric/issues/476, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABZAZZQHPISCCSUFLMMYMHTTE5RMFANCNFSM4ZTMCR4Q .

ghost commented 3 years ago

They do close and open with the esp. But after opening up, I want to issue a GH command, initiated by the ESP. Is this possible?

Oh, I noted this Project can (probably) do exactly this: Send speech commands directly to google home. If so, I owe you one of my kidneys.

Can this run in parallel with Sinric?