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

Windscreen Washer Fluid Level Warning #612

Open
Kaputt4 opened this issue Mar 6, 2024 · 1 comment
Open

Windscreen Washer Fluid Level Warning #612

Kaputt4 opened this issue Mar 6, 2024 · 1 comment

Comments

@Kaputt4
Copy link

Kaputt4 commented Mar 6, 2024

Hello, and a huge thank you to @tillsteinbach for your incredible work on this project!

I'm reaching out to report an issue I encountered with my ID.3 car running We Connect version 3.2. Recently, the windscreen washer fluid level warning has appeared several times. The warning is categorized as Others within the Volkswagen mobile app.

I found the following data in the warning_lights database:

vwsfriend=# select text, category, "messageId", "serviceLead", "customerRelevance", priority from warning_lights order by id desc limit 2;
      text      | category | messageId | serviceLead | customerRelevance | priority
----------------+----------+-----------+-------------+-------------------+----------
 TEXT_NOT_FOUND | UNKNOWN  | 0xA227    | f           |                   |      125
 TEXT_NOT_FOUND | UNKNOWN  | 0xA227    | f           |                   |      125
(2 rows)

Additionally, the vwsfriend container logs displayed this warning:

2024-03-06T09:01:45+0000:WARNING:addressable:/vehicles/<VIN>/domains/vehicleHealthWarnings/warningLights/warningLights/0xA227/category: An unsupported category: OTHER was provided, known values are [LIGHTING, TIRE, ENGINE, unknown category] please report this as a bug

As Grafana dashboards use the text filed, New warning: TEXT_NOT_FOUND appears.

If there's anything I can assist with to help resolve this problem, please don't hesitate to reach out. Once again, thank you for your hard work and dedication to this project!

@MattiJarvinen
Copy link

Can confirm.

sudo docker logs vwsfriend-vwsfriend-1 2>&1 | grep warningLights
2024-05-16T18:51:16+0000:ERROR:warning_lights_status:/vehicles/XXXX/domains/vehicleHealthWarnings/warningLights/warningLights/0xA227: warning light icon is not a base64 encoded png
2024-05-16T18:51:16+0000:WARNING:addressable:/vehicles/XXXX/domains/vehicleHealthWarnings/warningLights/warningLights/0xA227/iconColor: An unsupported iconColor: ICON_NOT_FOUND was provided, known values are [Yellow, Red, unknown color] please report this as a bug

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