trympet / homebridge-volvo

Volvo plugin for Homebridge
https://npm.im/homebridge-volvo
Apache License 2.0
26 stars 6 forks source link

Option to not expose the climate feature #12

Closed chernals closed 2 years ago

chernals commented 3 years ago

It appears that either my car (XC40) does not support remote climate or that it just doesn't work. This is not related to the plugin of course.

However, due to that the Home app will always show the car as not responding although the other services work fine.

Would it be possible to add a configuration option to choose not to expose the climate feature?

Thanks in advance.

eckline commented 3 years ago

I'm having the same exact issue. I'm hoping to be able to disable the climate feature somehow from appearing in homekit. Have you found a solution?

eckline commented 3 years ago

Screen Shot 2020-11-30 at 5 28 04 PM

chernals commented 3 years ago

I don't have a solution yet unfortunately.

@trympet Are you still actively maintaining the plugin ? Would it be possible to have a look ?

I will try to submit a PR if I can make it work on my side.

burtherman commented 3 years ago

Having same issue with my XC60 T5. I do have the option to turn on “parking climate” normally in the app

chernals commented 3 years ago

Unfortunately, it seems that the plugin is not actively maintained anymore.

As a temporary fix for this issue:

The climate features will go away.

nedzalife commented 3 years ago

Not sure what @chernals idea does, but it did not work for me. It ended up causing an issue where my entire homebridge service would not boot.

But, I was able to remove the climate features from showing up in HomeKit by going to:

/homebridge/node_modules/homebridge-volvo/dist/util edit the vehicles.js file comment out line 35, which is // this.features[types_1.VolvoFeatureBindings.PRECLIMATIZATION] = this.attr.preclimatizationSupported; save, reboot homebridge

Hope this helps.

di11ard commented 3 years ago

+1 to nedzalife's approach. This works, and allows you to turn on/off different features as desired.

gaborkis11 commented 3 years ago

Not sure what @chernals idea does, but it did not work for me. It ended up causing an issue where my entire homebridge service would not boot.

But, I was able to remove the climate features from showing up in HomeKit by going to:

/homebridge/node_modules/homebridge-volvo/dist/util edit the vehicles.js file comment out line 35, which is // this.features[types_1.VolvoFeatureBindings.PRECLIMATIZATION] = this.attr.preclimatizationSupported; save, reboot homebridge

Hope this helps.

Thanks Your help! It's working for me!