We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe The Bug: I just installed that plugin. It seems to load well but I got a Status Fetch Error
To Reproduce: Reload Homebridge
Expected behavior: I expect to do what's the plugin should do: Start the car, etc... (BTW, I own a Hyundai KONA EV 2020)
Logs:
[1/19/2023, 12:00:44 PM] Loaded plugin: [email protected] [1/19/2023, 12:00:44 PM] Registering platform 'homebridge-hyundai-bluelink.Hyundai' [1/19/2023, 12:00:45 PM] [Hyundai] Initializing Hyundai platform... [1/19/2023, 12:00:45 PM] [Hyundai] Loading accessory from cache: KonaALulu [1/19/2023, 12:00:47 PM] [Hyundai] Restoring existing accessory from cache: KonaALulu [1/19/2023, 12:00:47 PM] [Hyundai] Status fetch error Cannot read properties of undefined (reading 'result')
Plugin Config:
{ "credentials": { "username": "[email protected]", "password": "", "region": "CA", "brand": "hyundai", "pin": "" }, "vehicles": [ { "vin": "********************", "maxRange": 425 } ], "remoteStart": { "airCtrl": true, "heating1": true, "defrost": true, "igniOnDuration": 15 }, "platform": "Hyundai" }
Screenshots: N/A
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe The Bug:
I just installed that plugin. It seems to load well but I got a Status Fetch Error
To Reproduce:
Reload Homebridge
Expected behavior:
I expect to do what's the plugin should do: Start the car, etc... (BTW, I own a Hyundai KONA EV 2020)
Logs:
[1/19/2023, 12:00:44 PM] Loaded plugin: [email protected]
[1/19/2023, 12:00:44 PM] Registering platform 'homebridge-hyundai-bluelink.Hyundai'
[1/19/2023, 12:00:45 PM] [Hyundai] Initializing Hyundai platform...
[1/19/2023, 12:00:45 PM] [Hyundai] Loading accessory from cache: KonaALulu
[1/19/2023, 12:00:47 PM] [Hyundai] Restoring existing accessory from cache: KonaALulu
[1/19/2023, 12:00:47 PM] [Hyundai] Status fetch error Cannot read properties of undefined (reading 'result')
Plugin Config:
{
"credentials": {
"username": "[email protected]",
"password": "",
"region": "CA",
"brand": "hyundai",
"pin": ""
},
"vehicles": [
{
"vin": "********************",
"maxRange": 425
}
],
"remoteStart": {
"airCtrl": true,
"heating1": true,
"defrost": true,
"igniOnDuration": 15
},
"platform": "Hyundai"
}
Screenshots:
N/A
Environment:
The text was updated successfully, but these errors were encountered: