rudyberends / homebridge-loxone-proxy

Homebridge Dynamic Platform Plugin which exposes a Loxone System to Homekit
Apache License 2.0
12 stars 6 forks source link

Target Temperature': characteristic was supplied illegal value: number 45 exceeded maximum of 38. #3

Closed rudyberends closed 1 year ago

rudyberends commented 1 year ago

This plugin generated a warning from the characteristic 'Target Temperature': characteristic was supplied illegal value: number 45 exceeded maximum of 38. See https://homebridge.io/w/JtMGR for more info.`

rudyberends commented 1 year ago

This is a HomeKit issue. The Thermostat service accepts values between 10 and 38 degrees celsius for current and target temperature.

The only thing we can do is limit the values in the plugin so everything above 38 gets set as 38.

This was added to the code with commit 926f6e8