-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I'm trying to setup a Thermostat item but am seeing No Response in the Home app.
Here are my items:
{
"itemName":"thermostat_currenttemp",
"itemLabel":"Thermostat",
"itemType":"ThermostatItem",
"itemSubType":"CurrentTemperatureFItem",
"itemUniqueAggregationId":1
},
{
"itemName":"control_thermostat_ui",
"itemLabel":"Thermostat",
"itemType":"ThermostatItem",
"itemSubType":"TargetTemperatureFItem",
"itemUniqueAggregationId":1
},
{
"itemName":"thermostat_current_humidity",
"itemLabel":"Thermostat",
"itemType":"ThermostatItem",
"itemSubType":"CurrentRelativeHumidityItem",
"itemUniqueAggregationId":1
}
I get an initial value in Home which seems to indicate it reads the value and is converting it to celsius. It always just shows as No Response however. Has anyone gotten this working with fahrenheit?
Metadata
Metadata
Assignees
Labels
No labels