Skip to content
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

Window-Heater not working for Skoda Enyaq #61

Closed
scoutice opened this issue Nov 20, 2022 · 3 comments
Closed

Window-Heater not working for Skoda Enyaq #61

scoutice opened this issue Nov 20, 2022 · 3 comments

Comments

@scoutice
Copy link
Contributor

scoutice commented Nov 20, 2022

hi there. i think t the dection of the window-heater for the skoda enyaq. does not work. here i have an examle of the full debug-log:

here it is off (this is correct)

DEBUG:skodaconnect.connection:Request for "https://api.connect.skoda-auto.cz/api/v1/air-conditioning/<VIN>/settings" returned with status code [200] DEBUG:skodaconnect.connection:Request for "https://api.connect.skoda-auto.cz/api/v1/air-conditioning/<VIN>/status" returned with status code [200] INFO:skodaconnect.connection:Returning with data {'airConditioning': {'remainingTimeToReachTargetTemperatureInSeconds': 0, 'state': 'Off', 'trigger': 'OFF', 'windowsHeatingStatuses': [{'windowLocation': 'Front', 'state': 'Off'}, {'windowLocation': 'Rear', 'state': 'Off'}], 'seatHeatingSupport': {'frontLeftAvailable': True, 'frontRightAvailable': True, 'rearLeftAvailable': False, 'rearRightAvailable': False}}, 'airConditioningSettings': {'targetTemperatureInKelvin': 295.15, 'temperatureConversionTableUsed': 'CELSIUS_KELVIN', 'airConditioningAtUnlock': False, 'windowHeatingEnabled': True, 'zonesSettings': {'frontLeftEnabled': True, 'frontRightEnabled': False}}} but here it was turned on before: DEBUG:skodaconnect.connection:Request for "https://api.connect.skoda-auto.cz/api/v1/air-conditioning/<VIN>/settings" returned with status code [200] DEBUG:skodaconnect.connection:Request for "https://api.connect.skoda-auto.cz/api/v1/air-conditioning/<VIN>/status" returned with status code [200] INFO:skodaconnect.connection:Returning with data {'airConditioning': {'remainingTimeToReachTargetTemperatureInSeconds': 0, 'state': 'Off', 'trigger': 'OFF', 'windowsHeatingStatuses': [{'windowLocation': 'Front', 'state': 'On'}, {'windowLocation': 'Rear', 'state': 'On'}], 'seatHeatingSupport': {'frontLeftAvailable': True, 'frontRightAvailable': True, 'rearLeftAvailable': False, 'rearRightAvailable': False}}, 'airConditioningSettings': {'targetTemperatureInKelvin': 295.15, 'temperatureConversionTableUsed': 'CELSIUS_KELVIN', 'airConditioningAtUnlock': False, 'windowHeatingEnabled': True, 'zonesSettings': {'frontLeftEnabled': True, 'frontRightEnabled': False}}}
as you can see, the window-front-state is "on".

however, in both cases the vehicle dasboard says "off"
<VIN>Window Heater - (window_heater) str_state: Off - state: False attributes: {'last_result': 'None', 'last_timestamp': '1970-01-01T00:00:00'}
did I miss something? i have not tried yet to set it using the API, but this would be the next step (as my python is very bad, i always test it reading first)

@scoutice
Copy link
Contributor Author

scoutice commented Nov 20, 2022

I'm currently working on a patch, but must find out first how to use github-patches.

in dashboard.py and vehicle.py i changed and added some simple lines
skodaconnect.zip
but i will test them and probably do a merge-request...

@Farfar
Copy link
Collaborator

Farfar commented Nov 25, 2022

Thanks for your contribution! I will release new version with fix included ASAP.

@Farfar
Copy link
Collaborator

Farfar commented Nov 25, 2022

Fixed in 1.0.27

@Farfar Farfar closed this as completed Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants