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

Increase range of temperatures for Temperature Sensor #15

Closed saintonotole closed 5 years ago

saintonotole commented 5 years ago

It is possible to extend range of temperature sensors to support negative values, which is quite common for outdoor sensors in winter, and values above 100°C? I have some high-temp sensors readings in OH from 3D printer and kitchen oven, and in the current version these values are capped to 100°. Is this a HAP protocol limitation, or a plugin limitation?

steilerDev commented 5 years ago

Unfortunately, this is a protocol limitation. You could try and file a radar with apple on this.

image