OK_Google

  • AlexaとHomebridge-Alexaが接続出来ない時バックアップ用にインストール
    • Homebridge-Alexa接続不可は時々ありそんな時の切り分けにと
      • [OK_Google机つけて]でリカバリー
    • 低スペックのRaspberry Pi Zeroへhomebridge-config-ui-xは無理
    • PowerあるPCへDocker or Homebridge Dockerをインストール
    • homebridge-config-ui-xをインストール
    • GUIでHomebridge to Google Smart Homeをインストール
    • GoogleアカウントLinkしてconfig作成
      • “platform”: “google-smarthome”,…部分をコピーしてラズパイのHomebridge configへ貼り付け
  • ラズパイへHomebridge-GSH「Homebridge to Google Smart Home」を手動インストール
    1
    # sudo npm install -g homebridge-gsh
  • 既存のラズパイHomebridge configへ”platform”: “google-smarthome”,…部分を追記
    • homebridge config.json抜粋
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      17
      18
      19
      20
      21
      22
          "platforms": [
      {
      "platform": "Alexa",
      "name": "Alexa",
      "username": "okgoogle",
      "password": "abcdefg...."
      },
      {
      "name": "Google Smart Home",
      "platform": "google-smarthome",
      "token": "abcde....",
      "notice": "Keep your token a secret!"
      }
      ],
      "accessories": [
      {
      "accessory": "CMD",
      "name": "机",
      "on_cmd": "sudo /usr/local/bin/pepoalexacmd_on iot01f.local remote hand 12 1",
      "off_cmd": "sudo /usr/local/bin/pepoalexacmd_off iot01f.local remote hand 13 1"
      },
      ...

OK Google音声デモ