Supereg / homebridge-http-temperature-sensor

Http temperature sensor for Homebridge: https://github.com/homebridge/homebridge
ISC License
31 stars 18 forks source link

Expanded temperature range #20

Closed pdavid31 closed 3 years ago

pdavid31 commented 3 years ago

Is your feature request related to a problem? Please describe.

By default it expects the http server to return the temperature as a float ranging from 0-100 (step 0.1).

Since I want to use this plugin to read the Hotend temperature of my 3D printer, it would be nice to have values greater than 100 supported. Would this be possible or is this a limitiation introduced by HomeKit itself?

Describe the solution you'd like

I would like this plugin to support temperature values of up to 300. Possibly for some users negative values would also be relevant.

Additional context

pdavid31 commented 3 years ago

Nevermind, I checked the HomeBridge documentation to answer this question myself.