Read the statement by Michael Teeuw here.
MMM-GoogleAssistant
-
Hi again :)
Not really a troubleshooting, but a strange thing that happens.
In a recipe I have :transcriptionHooks: { "AMK2_RESTART": { pattern: "redémarre", command: "AMK2_RESTART" }, commands: { "AMK2_RESTART": { soundExec: { chime: "close", }, shellExec: { exec: "pm2 restart MagicMirror" }
I’d love to understand why my Xiaomi vacuum starts to clean when I ask Jarvis “redémarre” :D
and btw my MagicMirror does not restart -
et dans le terminal, si vous faites
pm2 status
, quel serait la réponse ? -
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤ │ 1 │ MagicMirror │ default │ 2.12.0 │ fork │ 5990 │ 40m │ 4 │ online │ 0% │ 1.5mb │ pi │ disabled │ │ 2 │ librespot │ default │ 2.3.1 │ fork │ 5011 │ 87m │ 2 │ online │ 6.4% │ 4.9mb │ pi │ disabled
-
transcriptionHooks: {},
etcommands: {},
vous les avez placé dans un recipe ou dans votre fichier de config ?si dans votre fichier de config… cela ne fonctionnera pas
Il faut cree un recipe -
id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤ │ 1 │ MagicMirror │ fork │ 4 │ online │ 0% │ 1.5mb │ │ 2 │ librespot │ fork │ 2 │ online │ 6.5% │ 4.9mb ```
oops j’étais en env, c’est plus court du coup :D
-
Non c’est dans la recette Reboot-Restart-Shutdown en fait, j’avais modifié “PM2 restart 0” en “PM2 restart MagicMirror”
Mais je viens de remettre restart 0 et mon aspi démarre quand même :D
-
Mais si je modifie le transcriptionhook en autre chose que “redémarre”, sans modifier la commande, rien ne se passe, bizarre
-
Visiblement il y a un lien avec ma GHome mini (qui ne m’entend pas de mon bureau), si je lui dis “redémarre” le robot démarre bien
Pourtant je n’ai pas encore réussi à enregistrer mon MM comme related device -
Bon, c’est réglé, si je mets un transcriptionhook que ma google home connait, ça envoie la commande.
Je viens de tester en mettant “allume la chambre” et ça le fait, pourtant la commande reste pm2 restart 0,