tommasomarchionni / homebridge-openHAB

Homebridge plugin for openHAB
Apache License 2.0
49 stars 18 forks source link

Thermostat item No Response #41

Open brs opened 7 years ago

brs commented 7 years ago

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?