steilerDev / homebridge-openhab2-complete

A homebridge plugin for openHAB, that has the expectation to fully support all Services offered by Apple's Homekit Accessory Protocol (HAP)
GNU General Public License v3.0
52 stars 16 forks source link

Temperature sensor no response #96

Closed maisun closed 3 years ago

maisun commented 3 years ago

Hi,

My temperature sensor doesn't seem to work properly when temperature is below 0 (looks like). In Home app it should the accessory no response. In debug log I can see the cache returned the value correctly: .[37m[1/15/2021, 10:09:39 PM] .[39m.[36m[openHAB2-Complete] .[39m.[90mGetting state for Outdoor Temperature [VAL_DEV_TSENS1].[39m .[37m[1/15/2021, 10:09:39 PM] .[39m.[36m[openHAB2-Complete] .[39m.[90mChecking cache for VAL_DEV_TSENS1.[39m .[37m[1/15/2021, 10:09:39 PM] .[39m.[36m[openHAB2-Complete] .[39m.[90mReturning value (-3.2) for key VAL_DEV_TSENS1 .[39m .[37m[1/15/2021, 10:09:39 PM] .[39m.[36m[openHAB2-Complete] .[39m.[90mGetting value for VAL_DEV_TSENS1 from the cache.[39m .[37m[1/15/2021, 10:09:39 PM] .[39m.[36m[openHAB2-Complete] .[39mReceived state: -3.2 (transformed to -3.2) for Outdoor Temperature [VAL_DEV_TSENS1]

Not sure what went wrong, there is no error printed out in log...

steilerDev commented 3 years ago

I think this is related to #70, closing for now