@Chris said in Bluetooth with MMM-GoogleAssistant:
Couldn’t the error come from the syntax of usenative: true, whose N must be uppercase?
Bien vu ;) Mais non, ça ne change rien
@Chris said in Bluetooth with MMM-GoogleAssistant:
Couldn’t the error come from the syntax of usenative: true, whose N must be uppercase?
Bien vu ;) Mais non, ça ne change rien
Ok je vais modifier ça, merci ;)
I’ll be back :P
Ok bah de toutes façons j’attends un module ampli pour ajouter en filaire dessus, c’était pour tester :D
Merci, bonne soirée à toi ;)
Ah si ! attends !
Comment je peux enlever le bandeau “listening on LibreSpot” en bas, j’ai pas trouvé, et j’ai déjà MMM-NowPlayingOnSpotify
Bah parce que j’aime bien :) et que j’ai pas mal de potes anglais qui passent à la maison ;)
C’est pas dans la config de GA que tu me disais de le modifier ?
{
module: "MMM-GoogleAssistant",
position: "fullscreen_above",
config: {
assistantConfig: {
latitude: 44.13333,
longitude: 4.08333,
},
micConfig: { // put there configuration generated by auto-installer
recorder: "arecord",
device: "plughw:2",
},
responseConfig: {
usenative: true,
},
A2DServer: {
useA2D: true,
stopCommand: "thank you"
},
recipes: [ "Reboot-Restart-Shutdown.js","with-radio_fr.js" ]
}
},
Pas d’amélioration malgré un reboot, l’icone BT se met au vert et au rouge sans arrêt :(
Hi :)
MMM-GoogleAssistant does’nt work if pulseaudio is installed, how can I get bluetooth working without it ?
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,
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
Mais si je modifie le transcriptionhook en autre chose que “redémarre”, sans modifier la commande, rien ne se passe, bizarre
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
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
│ 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
Did you put the port at the end of the address ? xxx.xxx.x.xx:8080 for example ?
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
@Bugsounet Thanks a lot, that will help :)
@sdetweil said in MMM-GoogleAssistant with MMM-MotionDetector:
@killerjoe34 black screen not turn tv off
Well, could be interesting if I can’t get it working, I’ll ask you if I need a hand ;)
@Bugsounet said in MMM-GoogleAssistant with MMM-MotionDetector:
try with
rpi4:truein screen A2D config maybe i can help
Was this for me ? :D
Cause I have a RPI3 and “Screen” is not enabled in my AD config
@sdetweil said in MMM-GoogleAssistant with MMM-MotionDetector:
@killerjoe34 I wrote my own sleep. module that hides everything, as my TV’s don’t support API on/off
You mean that can turn the tv off and on ? With a black screen or does it really turn the display off ?
Well I’ve been a bit optimist…
In fact there’s a problem with MotionDetector and a TV display, after a while the tv goes in deep sleep mode and does not wake up.
If I turn the energy saving off on the tv, it still stays on with a “no signal” message.
I’m trying some things with CEC at the moment wich can turn on a tv monitor, I’ll let you know …
Sorry, got to go now, we’ll continue tomorrow, thanks and bonne soirée ;)