04-17-2025 02:11 AM
Fino a 3-4 giorni fa, lo Script - Routine che vi scrivo di seguito funzionava correttamente..
Adesso funziona soltanto se il comando "Hey Google, everyone's away" lo dico a voce, ma non funziona se lo integro nella routine della buonanotte. Per me era un comando essenziale, visto che posseggo anche alcune nest cam di Google, che in caso di modalità "a casa" sono state impostate di non ricevere notifiche nei movimenti ecc.. nel caso di modalità "fuori casa" tutte le notifiche sono attive.
Ovvio che in questa specifica routine il monitoraggio automatico tramite wifi o gps non mi serve.
Spero possiate aiutarmi grazie!
metadata:
name: Buonanotte
description: ok Google "Buonanotte" > Casa in Modalità "Away"
automations:
- starters:
- type: assistant.event.OkGoogle
eventData: query
is: Buonanotte
actions:
- type: assistant.command.OkGoogle
okGoogle: Hey Google, everyone's away
devices: Google Home - Nest Mini - Ingresso
Answered! Go to the Recommended Answer.
4 weeks ago
Grazie per l'inoltro della richiesta. Potrò ricevere un riscontro da parte del team interno, oppure si tratta di una semplice segnalazione senza previsione di risposta?
a month ago
Ciao, possibile che nessuno riesce ad aiutarmi? Vorrei soltanto integrare nel comando della buonanotte:
"ok google, buonanotte" > "modalità FUORI CASA attiva"
a month ago
Thanks for reaching out.
Can you please try the below script and let me know if that works for you:
metadata:
name: Buonanotte
description: Imposta Casa in modalità Away quando dici "Buonanotte"
automations:
- starters:
- type: assistant.event.OkGoogle
eventData:
query: Buonanotte
actions:
- type: home.state.HomePresence
state: AWAY
a month ago
Purtroppo non funziona, nella sezione "action" non è disponibile il comando:
-type: home.state.HomePresence
a month ago
a month ago
Thanks for confirmation. I will forward the issue to internal teams for further investigation. Can you please confirm that you were able to change the HomePresence before by using the script above? Thanks
a month ago
La HomePresence, riuscivo a modificarla attraverso questo specifico script:
metadata:
name: Buonanotte
description: ok Google "Buonanotte" > Casa in Modalità "Away"
automations:
- starters:
- type: assistant.event.OkGoogle
eventData: query
is: Buonanotte
actions:
- type: assistant.command.OkGoogle
okGoogle: Hey Google, everyone's away
devices: Google Home - Nest Mini - Ingresso
Adesso riesco a modificarla soltanto se dico a voce: Hey Google, everyone's away
E non più con lo script.
Grazie per l'aiuto comunque!
a month ago
Attached you will find a graphic representation that clearly shows what is working and what is not. I chose to send it to avoid possible misunderstandings caused by translation from Italian to English.
4 weeks ago
Grazie per l'inoltro della richiesta. Potrò ricevere un riscontro da parte del team interno, oppure si tratta di una semplice segnalazione senza previsione di risposta?