Dear OpenHABians,
I’ve started to implement Alexa control of my Homematic Thermostats, which is only partly working.
-Upon the question “What is the temperature in the living/sleeping/… room?”, I get the correct answer.
-But upon the question “What is the humidity in the living/sleeping/… room?” there’s a reply like “This is not yet supported”
-And if I want to “Set living/sleeping/… temperature to x°C” the answer is like “This command does not work for device…”
-Changing the Temperature mode is also not working…
-Since I can steer everything in the sitemap correctly, the definitions seem to be generally OK beside the Alexa metadata.
Here is my code. (I’ve also crosschecked, that there is no Alexa meta data definitions in the other groups listed below)
Group gWohnzimmerThermostat "Wohnzimmer Thermostat" (gWohnzimmer) {alexa="Thermostat"}
Number:Temperature ThermostatWohnzimmer1TEMPERATURE "Wohnzimmertemperatur aktuell" (gWohnbereich, gThermostate, gWohnzimmerThermostat) {channel="homematic:HM-TC-IT-WM-W-EU:CCU3:OEQ2276920:2#ACTUAL_TEMPERATURE", alexa="CurrentTemperature"}
Number:Temperature ThermostatWohnzimmer2SETPOINT "Wohnzimmertemperatur Soll" (gWohnbereich, gThermostate, gHeatingSetTemperature, gWohnzimmerThermostat) {channel="homematic:HM-TC-IT-WM-W-EU:CCU3:OEQ2276920:2#SET_TEMPERATURE", alexa="HeatingSetpoint"}
Number:Dimensionless ThermostatWohnzimmer1HUMIDITY "Wohnzimmer Luftfeuchtigkeit" (gWohnbereich, gThermostate, gWohnzimmerThermostat) {channel="homematic:HM-TC-IT-WM-W-EU:CCU3:OEQ2276920:2#ACTUAL_HUMIDITY", alexa="CurrentHumidity"}
String ThermostatWohnzimmerControlMode "Wohnzimmer Heizmodus" (gHeatingControlMode, gWohnzimmerThermostat) {channel="homematic:HM-TC-IT-WM-W-EU:CCU3:OEQ2276920:2#CONTROL_MODE", alexa="HeatingCoolingMode"}
I think I followed the documentation of the Alexa Skill exactly (i.e. definition of the entire thermostat as group with Alexa metadata “Thermostat”, then definition of the Thermostat’s endpoints in the group items with metadata “HeatingSetpoint”, “Current Humidity”, … So did I oversee anything or is the skill for this Thermostat not fully implemented?
Thank you for your advice in advance,
Doc MC