Hello,
i have some problems to control my heating with Alexa. I have installed the openHabSkill on Alexa and connect it wirh myOpenHab account.
After that, i search for items and found only my defined group in Alexa ( where are the other Items?)
So far so good, actually o have a wall thermometer which is connected to two heating thermometer. The wall thermomether is connected to homegear and i’m able to control it over openHab2.
This are my Items:
/*************************************** Gruppen *******************************************************/
// --> Raum
Group gWohnzimmer
// --> Funktion
Group gHeizung "Heizung" [ "Thermostat" ]
/*************************************** Items *********************************************************/
Number wz_hz_thermostat "Setze" ( gHeizung) ["TargetTemperature"] {homematic="homematic:HG-HM-TC-IT-WM-W-EU:1ecedb21:****:2#SET_TEMPERATURE"}
Number wz_hz_temperatur "aktuelle Temperatur" ( gHeizung) ["CurrentTemperature"] {homematic="homematic:HG-HM-TC-IT-WM-W-EU:1ecedb21:****:2#ACTUAL_TEMPERATURE"}
Number wz_hz_luftfeuchtigkeit "aktuelle Luftfeuchtigkeit" ( gHeizung) ["CurrentHumidity"] {homematic="homematic:HG-HM-TC-IT-WM-W-EU:1ecedb21:****:2#ACTUAL_HUMIDITY"}
In Alexa, i only find the Group “Heizung”
If i say the following sentence.
“Alexa, setzte Heizung auf 22 Grad” ( Alexa, set Heizung to 22 degrees )
Answer:
“Die Heizung ist im Automatikmodus, die Solltemperatur beträgt 22 Grad”
( The heating is in automaticmodus, the the set temperature is 22 degrees"
After that, i see the following in the openhab event.log
2017-07-22 11:25:36.609 [ItemCommandEvent ] - Item 'wz_hz_thermostat' received command 22
2017-07-22 11:25:36.624 [ItemStateChangedEvent ] - wz_hz_thermostat changed from NULL to 22
However, the heating thermostat does not matter. Also in the Homegear.log is nothing to see.
Maybe someone has a tip what I do wrong … And the following commands recognizes Alexa unfortunately not at all:
“Alexa, Heizung aktuelle Luftfeuchtigkeit” - Antwort: “Heizung unterstützt das nicht” (Heizung does not support this)
“Alexa, Heizung aktuelle Temperatur” - Antwort: “Wetterbericht für meinen Ort…”