tommasomarchionni / homebridge-openHAB

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

ThermostatItem minor issues #14

Closed redhell closed 8 years ago

redhell commented 8 years ago

Hello @tommasomarchionni,

the thermostatItem works good!

I want to report a minor issue: In the Elegato Eve App (iOS) there is now a new target temperature item but the current temperature is not visible. But if i ask siri about the current temperature it will answer me the correct temperature. So this could be a cosmetical issue.

As a feature request can you add a humidity sensor?

tommasomarchionni commented 8 years ago

I will check the issue in the next days while i will release the humidity sensor feature tomorrow ;)

tommasomarchionni commented 8 years ago

I have checked "target temperature" in Elegato Eve App, you can see current ambient temperature when you click in the arrow. You can see in these screenshots: target-temperature-1 target-temperature-2

tommasomarchionni commented 8 years ago

Now with homebridge-openhab@0.1.31 you can use CurrentRelativeHumidityItem in itemSubType attribute for humidity in Thermostat Item.

redhell commented 8 years ago

Works thanks!

I already found that view in your screenshot but i thought that the view like the TemperatureSensorItem would be visible.