Discussions

Ask a Question
Back to All

"Get Device State" request to Heater H713A always deliver empty thermostatToggle value

When requesting the device state of my Heater H713A, I get basically the entire status of the heater, but the thermostatToggle value is always empty:

{"requestId":"uuid","msg":"success","code":200,"payload":{"sku":"H713A","device":"##:##:##:##:##:##:##:##","capabilities":[{"type":"devices.capabilities.online","instance":"online","state":{"value":true}},{"type":"devices.capabilities.on_off","instance":"powerSwitch","state":{"value":1}},{"type":"devices.capabilities.toggle","instance":"oscillationToggle","state":{"value":1}},{"type":"devices.capabilities.toggle","instance":"thermostatToggle**","state":{"value":""}**},{"type":"devices.capabilities.temperature_setting","instance":"targetTemperature","state":{"value":{"unit":"Celsius","targetTemperature":20}}},{"type":"devices.capabilities.property","instance":"sensorTemperature","state":{"value":66}},{"type":"devices.capabilities.work_mode","instance":"workMode","state":{"value":{"workMode":3,"modeValue":0}}}]}}

Seems to be a problem in the API backend. Is there any Github page or email address to open an issue?

In addition the targetTemperature is in degree Celsius, while the sensorTemperature is reported in degree fahrenheit. Not an error, but an inconsistency.

Thanks in advance for pointing in the right direction to report an issue.

Best regards

André