Google Assistenten Installieren

Begonnen von Basti-K, 20 Januar 2020, 11:42:47

Vorheriges Thema - Nächstes Thema

Basti-K

Servus.
Ich versuchte gestern den Google Assistent zu installieren.
Leider bricht die Installation von Node.js ab.
Ich glaube es liebt daran weil bei mir der Fehm Server ein Raspi B+ ist also ARM6l.

Es gibt irgendwie seit v12 kein Arm 6l Support mehr, ist das richtig, oder kann man auch die Arm7l Version benutzen?

Basti-K

Hier habe ich noch ein Build für den Arm6 gefunden
https://unofficial-builds.nodejs.org/download/release/v13.7.0/

man konnte es fehlerfrei installieren und  in fhem einbinden, aber  ich bekomme den Aktivierung link nicht..
starte ich in der shell das erste mal:
pi@ZERO:~ $ gassistant-fhem                 
Loading cli.js...
Loading version.js...
Loading server.js...
Loading user.js...
Loading logger.js...
Loading fhem.js...
Loading database.js...
Ungültiger Maschinenbefehl
pi@ZERO:~ $

Zweiter Versuch:

pi@ZERO:~/node-v13.7.0-linux-armv6l $ gassistant-fhem
/usr/local/lib/node_modules/gassistant-fhem/node_modules/sync-rpc/lib/index.js:85
    throw new Error(
    ^

Error: Timed out waiting for sync-rpc server to start (it should respond with "pong" when sent "ping"):

events.js:298
      throw er; // Unhandled 'error' event
      ^

Error: connect ECONNREFUSED 127.0.0.1:43191
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1137:16)
Emitted 'error' event on Socket instance at:
    at emitErrorNT (internal/streams/destroy.js:84:8)
    at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 43191
}


    at waitForAlive (/usr/local/lib/node_modules/gassistant-fhem/node_modules/sync-rpc/lib/index.js:85:11)
    at start (/usr/local/lib/node_modules/gassistant-fhem/node_modules/sync-rpc/lib/index.js:41:3)
    at sendMessage (/usr/local/lib/node_modules/gassistant-fhem/node_modules/sync-rpc/lib/index.js:133:17)
    at createClient (/usr/local/lib/node_modules/gassistant-fhem/node_modules/sync-rpc/lib/index.js:173:27)
    at Object.<anonymous> (/usr/local/lib/node_modules/gassistant-fhem/node_modules/sync-request/lib/index.js:16:14)
    at Module._compile (internal/modules/cjs/loader.js:1151:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1171:10)
    at Module.load (internal/modules/cjs/loader.js:1000:32)
    at Function.Module._load (internal/modules/cjs/loader.js:899:14)
    at Module.require (internal/modules/cjs/loader.js:1040:19)


Nun gehen mir leider die Ideen aus.
Warum will er den auf Port 43191?

oder ist die Version einfach nur kaputt?