tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
105 stars 28 forks source link

Unknown attribute notificationId / Unknown attribute iconColor #135

Closed stefanroeck closed 1 year ago

stefanroeck commented 1 year ago

Describe your car model and the situation in which the error was shown ID3 Pro S with an issue with the steered headlight ("Kurvenlicht") which I guess causes the following warnings

Paste the error without confidential information such as the VIN example:

2023-07-15T22:20:49+0200:INFO:weconnect_mqtt_base:WeConnect-mqtt 0.44.2 (using WeConnect-python 0.56.2)
2023-07-15T22:20:49+0200:INFO:weconnect_mqtt_base:Connect to WeConnect
2023-07-15T22:20:49+0200:INFO:weconnect_mqtt_base:Connected to MQTT broker
2023-07-15T22:20:49+0200:INFO:weconnect_mqtt_base:Update data from WeConnect
2023-07-15T22:20:53+0200:WARNING:warning_lights_status:/vehicles/WWXX/domains/vehicleHealthWarnings/warningLights/warningLights/0xA30D: Unknown attribute notificationId with value 41741
2023-07-15T22:20:53+0200:WARNING:warning_lights_status:/vehicles/WWXX/domains/vehicleHealthWarnings/warningLights/warningLights/0xA30D: Unknown attribute iconColor with value Yellow
2023-07-15T22:20:53+0200:WARNING:warning_lights_status:/vehicles/WWXX/domains/vehicleHealthWarnings/warningLights/warningLights/0xA217: Unknown attribute notificationId with value 41495
2023-07-15T22:20:53+0200:WARNING:warning_lights_status:/vehicles/WWXX/domains/vehicleHealthWarnings/warningLights/warningLights/0xA217: Unknown attribute iconColor with value Yellow

Additional context In the car itself, a yellow light bulb is shown on the display.

tillsteinbach commented 1 year ago

Thanks for reporting, will add the new attributes in the next release.

stefanroeck commented 1 year ago

I can confirm that the error message is gone with WeConnect-mqtt 0.45.0 (using WeConnect-python 0.57.0). Thanks for the quick fix ;-)

tillsteinbach commented 1 year ago

Perfect! Thank you for confirming!