karlg100 / homebridge-frigidaire

homebridge Platform plugin for Frigidaire connected appliances
29 stars 10 forks source link

Remove temp from homekit #6

Closed royale56 closed 5 years ago

royale56 commented 6 years ago

I find the temp to be inaccurate on my Frigidaire and use a nest for more accurate info. Since I have both hooked up it reports 2 temps in my home app. Is it possible to remove the temp from HomeKit with a “disable” line in the config?

karlg100 commented 5 years ago

There’s not a way to do this currently.

karlg100 commented 5 years ago

I've added a disableTemp switch to the home bridge config. However, the HAP spec requires a CurrentTemperature to be defined. when it is undefined, it defaults to 32F or 0C. so it will always read this. There is no way to disable the temp all together so homekit doesn't receive some value.

karlg100 commented 5 years ago

added in version 1.0.2. note dep package Frigidaire@1.0.2 required.