Google Home ab 8 August in Deutschland

Begonnen von CoolTux, 18 Juli 2017, 12:24:16

Vorheriges Thema - Nächstes Thema

kadettilac89

Zitat von: SouzA am 24 November 2018, 19:49:41
Hi,
ist wieder synchbar nach löschen der Verlinkung in der App und neu verbinden in der App.
Warum spinnt das irgendwann mal?

Selbes, oder ähnliches Problem hattest du schon vor einer Weile. Ich tippe hier auf Apache-Reverse. Ggf. irgend wie caching,  puffern oder so. Bei mir läuft es auf nginx, auch mit dem Development-Branch ohne Probleme.

Sind die Pfade über lokale IP und Port erreichbar wenn es von extern nicht mehr geht?

Annahme, IP vom Raspberry 192.168.0.50, Port 3000

http://192.168.0.50:3000/login ... oauth .... token ....
--> wenn ja, Problem im Apache
--> wenn nein, Problem im Ghome, nodejs, lokal Raspberry ....

Jetzt zu spät, aber beim Nächsten mal prüfen, dem sollte mal auf die Schliche kommen.

yrwyddfa

Punkt 8 läuft bei mir in einen 404-Fehler:


wget -c https://dl.google.com/gactions/updates/bin/linux/arm/gactions/gactions


Ich glaube, es muss


wget -c https://dl.google.com/gactions/updates/bin/linux/arm/gactions


heißen.
If every day has its number, Monday would be a zero division.

kadettilac89

Zitat von: yrwyddfa am 24 November 2018, 20:39:22
Punkt 8 läuft bei mir in einen 404-Fehler:


wget -c https://dl.google.com/gactions/updates/bin/linux/arm/gactions/gactions


Ich glaube, es muss


wget -c https://dl.google.com/gactions/updates/bin/linux/arm/gactions


heißen.

als ich die Anleitung erweitert hatte, war für arm-Architektur die Datei unter **/gaction/gaction zu finden. Der Link scheint sich geändert zu haben. Du solltest eine Datei "gactions" in den Ordner bekommen, dann ist es der richtige Link :)

dominik

Zitat von: ReneH87 am 21 November 2018, 23:31:16
Ja genau, ist ein WifiLight

Mögliche Commands:

set Wohnwand dim 50
set Wohnwand dimup
set Wohnwand dimdown

oder

set Wohnwand HSV 0,100,100
set Wohnwand RGB FF0000

Kannst du bitte mit der aktuellen development Version nochmals testen? Bitte sowohl Helligkeit als auch Farbe.
fhempy -  https://github.com/fhempy/fhempy: GoogleCast, Tuya, UPnP, Ring, EQ3BT, Nespresso, Xiaomi, Spotify, Object Detection, ...
Kaffeespende: https://paypal.me/todominik

ReneH87

Zitat von: dominik am 24 November 2018, 23:22:40
Kannst du bitte mit der aktuellen development Version nochmals testen? Bitte sowohl Helligkeit als auch Farbe.

Helligkeit funktioniert, kann ich auch in der Home App steuern. Farbe geht jedoch nur per Sprache, in der App sehe ich keine Möglichkeit die Farbe zu ändern?

dominik

In der App gibt es leider noch keine Möglichkeit die Farbe zu ändern. Da muss Google ran...

Kannst du bitte nochmals ein Update machen und Helligkeit/Farbe testen? Ich habe gerade noch ein paar Änderungen gemacht. Danke!
fhempy -  https://github.com/fhempy/fhempy: GoogleCast, Tuya, UPnP, Ring, EQ3BT, Nespresso, Xiaomi, Spotify, Object Detection, ...
Kaffeespende: https://paypal.me/todominik

ReneH87

Zitat von: dominik am 25 November 2018, 13:43:11
In der App gibt es leider noch keine Möglichkeit die Farbe zu ändern. Da muss Google ran...

Kannst du bitte nochmals ein Update machen und Helligkeit/Farbe testen? Ich habe gerade noch ein paar Änderungen gemacht. Danke!

Ja, teste ich gleich. Mir ist gerade noch ein Fehler aufgefallen: ändere ich die Farbe per Sprache setzt er die Helligkeit auf 1. Ist das im letzten Update drin? :)

dominik

Genau das sollte mit dem Update behoben sein :)
fhempy -  https://github.com/fhempy/fhempy: GoogleCast, Tuya, UPnP, Ring, EQ3BT, Nespresso, Xiaomi, Spotify, Object Detection, ...
Kaffeespende: https://paypal.me/todominik

ReneH87

#533
Funktioniert :)

Ein Fehler noch: wenn ich die Farbe auf "weiß" ändere, meckert google dass der Connector nicht erreichbar sei. Im Log steht:

Nov 25 13:09:50 raspberrypi ghome[6614]: **** User: "XXX"
Nov 25 13:09:50 raspberrypi ghome[6614]: **** Received Directive: {"inputs":[{"context":{"locale_language":"de"},"intent":"action.devices.EXECUTE","payload":{"commands":[{"devices":[{"customData":{"device":"Wohnwand"},"id":"Wohnwand"}],"execution":[{"command":"action.devices.commands.ColorAbsolute","params":{"color":{"name":"weiss","temperature":5000}}}]}]}}],"requestId":"9656293703741976791"}
Nov 25 13:09:50 raspberrypi ghome[6614]: [2018-11-25 13:09:50] [FHEM] Wohnwand sending command undefined with value 5000
Nov 25 13:09:50 raspberrypi ghome[6614]: **** Error: {}
Nov 25 13:09:50 raspberrypi ghome[6614]: response :{"requestId":"9656293703741976791","payload":null}


Bei "warmweiß" sieht es ähnlich aus (gleiche Rückmeldung von google). Log:

Nov 25 13:12:01 raspberrypi ghome[6614]: **** User: "XXX"
Nov 25 13:12:01 raspberrypi ghome[6614]: **** Received Directive: {"inputs":[{"context":{"locale_language":"de"},"intent":"action.devices.EXECUTE","payload":{"commands":[{"devices":[{"customData":{"device":"Wohnwand"},"id":"Wohnwand"}],"execution":[{"command":"action.devices.commands.ColorAbsolute","params":{"color":{"name":"warmweiss","temperature":3000}}}]}]}}],"requestId":"11215624430342609912"}
Nov 25 13:12:01 raspberrypi ghome[6614]: [2018-11-25 13:12:01] [FHEM] Wohnwand sending command undefined with value 3000
Nov 25 13:12:01 raspberrypi ghome[6614]: **** Error: {}
Nov 25 13:12:01 raspberrypi ghome[6614]: response :{"requestId":"11215624430342609912","payload":null}
Nov 25 13:12:01 raspberrypi ghome[6614]: POST / 200 30.927 ms - -
Nov 25 13:12:02 raspberrypi ghome[6614]: **** User: "XXX"
Nov 25 13:12:02 raspberrypi ghome[6614]: **** Received Directive: {"inputs":[{"intent":"action.devices.QUERY","payload":{"devices":[{"customData":{"device":"Wohnwand"},"id":"Wohnwand"},{"customData":{"device":"Wohnwand"},"id":"Wohnwand"}]}}],"requestId":"15205148521583625931"}
Nov 25 13:12:02 raspberrypi ghome[6614]: **** QUERY: "Wohnwand"
Nov 25 13:12:02 raspberrypi ghome[6614]: [2018-11-25 13:12:02] [FHEM]     caching: On: true (as boolean; from 'on')
Nov 25 13:12:02 raspberrypi ghome[6614]: [2018-11-25 13:12:02] [FHEM] Wohnwand-brightness empty format
Nov 25 13:12:02 raspberrypi ghome[6614]: [2018-11-25 13:12:02] [FHEM]     caching: Brightness: 70 (as number; from '70')
Nov 25 13:12:02 raspberrypi ghome[6614]: **** QUERY: "Wohnwand"
Nov 25 13:12:02 raspberrypi ghome[6614]: [2018-11-25 13:12:02] [FHEM]     caching: On: true (as boolean; from 'on')
Nov 25 13:12:02 raspberrypi ghome[6614]: [2018-11-25 13:12:02] [FHEM] Wohnwand-brightness empty format
Nov 25 13:12:02 raspberrypi ghome[6614]: [2018-11-25 13:12:02] [FHEM]     caching: Brightness: 70 (as number; from '70')
Nov 25 13:12:02 raspberrypi ghome[6614]: response :{"requestId":"15205148521583625931","payload":{"devices":{"Wohnwand":{"online":true,"on":true,"brightness":70}}}}
Nov 25 13:12:02 raspberrypi ghome[6614]: POST / 200 88.375 ms - -

dominik

Wie lautet beim WifiLight das cmd um die ColorTemperature (in Kelvin) zu setzen?
fhempy -  https://github.com/fhempy/fhempy: GoogleCast, Tuya, UPnP, Ring, EQ3BT, Nespresso, Xiaomi, Spotify, Object Detection, ...
Kaffeespende: https://paypal.me/todominik

ReneH87

Soweit ich das sehe, wird die Farbtemperatur bei WifiLight nicht unterstützt?

dominik

Ok, ich habe gerade noch eine Änderung gemacht. Bitte nochmals um Update.

Vielleicht kann Google "warm weiß" nach RGB/HSV umrechnen und sendet RGB/HSV, dann sollte es klappen. Bitte mal testen.
fhempy -  https://github.com/fhempy/fhempy: GoogleCast, Tuya, UPnP, Ring, EQ3BT, Nespresso, Xiaomi, Spotify, Object Detection, ...
Kaffeespende: https://paypal.me/todominik

ReneH87

Leider nicht:

Nov 25 13:29:19 raspberrypi ghome[6684]: **** Received Directive: {"inputs":[{"context":{"locale_language":"de"},"intent":"action.devices.EXECUTE","payload":{"commands":[{"devices":[{"customData":{"device":"Wohnwand"},"id":"Wohnwand"}],"execution":[{"command":"action.devices.commands.ColorAbsolute","params":{"color":{"name":"warmweiss","temperature":3000}}}]}]}}],"requestId":"15720859072467382051"}
Nov 25 13:29:19 raspberrypi ghome[6684]: [2018-11-25 13:29:19] [FHEM] Wohnwand sending command undefined with value 3000
Nov 25 13:29:19 raspberrypi ghome[6684]: **** Error: {}
Nov 25 13:29:19 raspberrypi ghome[6684]: response :{"requestId":"15720859072467382051","payload":null}
Nov 25 13:29:19 raspberrypi ghome[6684]: POST / 200 453.870 ms - -
Nov 25 13:29:20 raspberrypi ghome[6684]: **** User: "XXX"
Nov 25 13:29:20 raspberrypi ghome[6684]: **** Received Directive: {"inputs":[{"intent":"action.devices.QUERY","payload":{"devices":[{"customData":{"device":"Wohnwand"},"id":"Wohnwand"},{"customData":{"device":"Wohnwand"},"id":"Wohnwand"}]}}],"requestId":"5627200296163379582"}
Nov 25 13:29:20 raspberrypi ghome[6684]: **** QUERY: "Wohnwand"
Nov 25 13:29:20 raspberrypi ghome[6684]: [2018-11-25 13:29:20] [FHEM]     caching: On: true (as boolean; from 'on')
Nov 25 13:29:20 raspberrypi ghome[6684]: [2018-11-25 13:29:20] [FHEM] Wohnwand-brightness empty format
Nov 25 13:29:20 raspberrypi ghome[6684]: [2018-11-25 13:29:20] [FHEM]     caching: Brightness: 70 (as number; from '70')
Nov 25 13:29:21 raspberrypi ghome[6684]: **** QUERY: "Wohnwand"
Nov 25 13:29:21 raspberrypi ghome[6684]: [2018-11-25 13:29:21] [FHEM]     caching: On: true (as boolean; from 'on')
Nov 25 13:29:21 raspberrypi ghome[6684]: [2018-11-25 13:29:21] [FHEM] Wohnwand-brightness empty format
Nov 25 13:29:21 raspberrypi ghome[6684]: [2018-11-25 13:29:21] [FHEM]     caching: Brightness: 70 (as number; from '70')
Nov 25 13:29:21 raspberrypi ghome[6684]: response :{"requestId":"5627200296163379582","payload":{"devices":{"Wohnwand":{"online":true,"on":true,"brightness":70}}}}
Nov 25 13:29:21 raspberrypi ghome[6684]: POST / 200 125.504 ms - -

dominik

Bitte die Geräte auch nochmals neu synchronisieren, das hatte ich vergessen zu erwähnen.
fhempy -  https://github.com/fhempy/fhempy: GoogleCast, Tuya, UPnP, Ring, EQ3BT, Nespresso, Xiaomi, Spotify, Object Detection, ...
Kaffeespende: https://paypal.me/todominik

ReneH87

Ja funktioniert nun, nur die Farbe sieht mehr nach gelb aus. Zudem ergeben warmweiss und weiss die gleiche Farbe. Kann ich das bei mir anpassen oder kannst/musst du das machen?