AVM FRITZ! DECT 301 + Google Home

Hello again,

I have still the problem that google home reports “openhab is not reachable”, even though “hey google sync my devices” works and also setting temperature by voice is working.

Even the synced items in openhab cloud connector are working.

I have also reconnected the openhab service to the google home app for several times and made a port forwarding on port 443 to my raspberry, the problems is still there.

My .item for the Comet DECT looks like this:

Group g_WZ_Thermostat "Wohnzimmer Heizung" [ "Thermostat", "Celsius" ]
Number:Temperature wohnzimmertemp "Temp [%.1f %unit%]" (g_WZ_Thermostat) [ "Current Temperature" ] { channel="avmfritz:Comet_DECT:1:xxxxxxxx:actual_temp" }
Number:Temperature wohnzimmersoll "TempSet [%.1f %unit%]" (g_WZ_Thermostat) [ "TargetTemperature" ] { channel="avmfritz:Comet_DECT:1:xxxxxxxx:set_temp" }
String WZ_Mode "Radiator mode [%s]" (g_WZ_Thermostat) { channel="avmfritz:Comet_DECT:1:xxxxxxxx:radiator_mode" }

/var/LOG:

2018-12-26 19:02:38.890 [vent.ItemStateChangedEvent] - wohnzimmersoll changed from 21.0 ℃ to 23.0 ℃
2018-12-26 19:02:38.893 [vent.ItemStateChangedEvent] - WZ_Mode changed from COMFORT to ON
2018-12-26 19:02:38.898 [vent.ItemStateChangedEvent] - WohnzimmerHeizung_ModusDesHeizkRperreglers changed from COMFORT to ON
2018-12-26 19:02:53.416 [vent.ItemStateChangedEvent] - WohnzimmerHeizung_Solltemperatur changed from 21.0 ℃ to 23.0 ℃

Whats wrong here?
The e-mail address from google home app and myopenhab is the same.