-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Climate feature no response #19
Comments
even if you turn it off it still shows as not responding. i think the developer gave up. |
@costispavlou: FYI if you update the plugin should now observe the checked/unchecked Features in the config (GH-25) |
Created GH-27 to disable disable preclimatization by default. This doesn't fix the problem--it just buries it (which is probably preferable for now). I just got my first Volvo (🔥) so I'm not at all familiar with the history of this API. I'm assuming the As you of course know, this plugin is hitting the wirelesscar.net API. But quick googling shows that Volvo is currently advertising a different API service with endpoints located at api.volvocars.com. The documentation shows that it exposes Do you think it's safe to assume that it's unlikely that preclimatization is coming back to the wirelesscar.net API (and we should just comment it out indefinitely) and that .....some day, when time allows..... this plugin should adopt Volvo's new API? |
Issues:
The climate feature no response, the feature is grayed out in Home app. The other feathers all work fine.
Homebridge logs:
[2021-03-07, 3:27:00 p.m.] [Volvo] Initializing Volvo accessory...
[2021-03-07, 3:27:00 p.m.] [Volvo] Starting homebridge-volvo
[2021-03-07, 3:27:02 p.m.] [Volvo]
Features available:
carLocatorSupported
honkAndOrBlink
honkAndBlink
unlockSupported
lockSupported
preclimatizationSupported
engineStartSupported
[2021-03-07, 3:27:02 p.m.] [Volvo]
Features enabled:
carLocatorSupported
honkAndOrBlink
honkAndBlink
unlockSupported
lockSupported
preclimatizationSupported
engineStartSupported
[2021-03-07, 3:27:02 p.m.] [Volvo] Got vehicle 2019 XC40 with registration number null.
Homebridge config:
"accessories": [
{
"name": "Volvo",
"email": "xxx",
"password": "xxx",
"region": "na",
"engineStartDuration": 15,
"enabledFeatures": {
"carLocatorSupported": true,
"honkAndOrBlink": true,
"honkAndBlink": true,
"remoteHeaterSupported": true,
"unlockSupported": true,
"lockSupported": true,
"preclimatizationSupported": true,
"engineStartSupported": true,
"highVoltageBatterySupported": true
},
"accessory": "Volvo"
}
Home app screenshot:
Volvo on Call app screenshot:
Environment:
Node.js Version: v14.15.5:
NPM Version: v7.5.4:
Homebridge Version v1.3.2:
Homebridge Volvo Plugin Version: v1.0.5:
Homebridge Config UI X Plugin Version: v4.39.1:
Operating System: Raspian:
The text was updated successfully, but these errors were encountered: