fison67 / mi_connector

Connector for Xiaomi Devices with Smartthings, Hubitat
MIT License
212 stars 597 forks source link

capability issues on Alexa control - Air Purifier #75

Open ilker-aktuna opened 3 years ago

ilker-aktuna commented 3 years ago

I am using the air purifier device and using Echo Skill app to control it through Amazon Alexa.

The device has following capabilities: capability "Switch" capability "SwitchLevel" capability "TemperatureMeasurement" capability "RelativeHumidityMeasurement" // capability "FilterStatus" // capability "FanControl" capability "Refresh"

Alexa defines the device as "temperature sensor" and does not allow me to use the "switch" and "level" features.

if I delete (or comment out) temperaturemeasurement from the capability list, Alexa defines it as a Switch and lets me use level & switch features.