codyc1515 / homebridge-panasonic-air-conditioner

Panasonic Air Conditioner / Heat Pump plugin for HomeBridge using the Panasonic Comfort Cloud API to expose Panasonic Air Conditioners to Apples HomeKit
MIT License
34 stars 13 forks source link

This plugin generated a warning from the characteristic #78

Closed JurgenLB closed 2 years ago

JurgenLB commented 2 years ago

so in my log there is; [2022-1-7 20:04:08] [homebridge-panasonic-air-conditioner] This plugin generated a warning from the characteristic 'Heating Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 16. See https://git.io/JtMGR for more info. [2022-1-7 20:04:08] [homebridge-panasonic-air-conditioner] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 10 exceeded minimum of 16. See https://git.io/JtMGR for more info.

you have on line 97 & line 107 in index.js; minValue: 16,

On my setup I changed the value from 16 to 0 and now there are no error's more in the log.

What is the reason for the value 16? seems a strange value 16 to 30, value 0 to 30 is more 'normal' for me

codyc1515 commented 2 years ago

Essentially we have to set the "bounds" that the user is permitted to set the temperature to. In this case it looks like you have no temperature set in Comfort Cloud which would be odd.

I will have to investigate further later. However this plugin is now depreciated as it has been superseded by a platform plugin.

JurgenLB commented 2 years ago

OK thanks, I dit not now about the platform plugin. In Comfort Cloud the temp is 20,0° set for cooling and status is OFF.

IMG_9D972F35BEC5-1

Is the platform plugin on Homebridge or native from Panasonic in Homekit? I will look in to that.

akirakev commented 2 years ago

"superseded by a platform plugin." Do you have a link to this can I cannot see anything on a homebridge plugin search?

JurgenLB commented 2 years ago

https://github.com/embee8/homebridge-panasonic-ac-platform

Ween you Search in the Homebridge UI this comes up in the results

I think we can close this