Skip to content

Missing Thermostat Target Temperature in Device Status #446

@apphancer

Description

@apphancer

Current Situation

When requesting the device status for thermostat devices, only the temperature measured by the sensor is returned.

temperature: temperature read by thermostat sensor

The device status request for thermostat devices should return the target temperature, as this value is just as important as the current temperature reading.

Proposed Change

In the docs table for Smart Radiator Thermostat, change
temperature: temperature in celsius

To

temperature: current ambient temperature in celsius as measured by the thermostat sensor
targetTemperature: target temperature in celsius, regardless of how it was set (manual, scheduled, or other modes)

In the request response body add:

targetTemperature: target temperature in celsius

Additional Context

The Evaporative Humidifier uses a ⁠targetHumidify value, so to maintain consistency, the corresponding field for Thermostat devices could be named ⁠targetTemperature.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions