All of the original functionality is present following the update to 0.4.1, including the new oil level sensor. However, I do have to disable the compatibility check.
Out of curiosity, which json file delivers the features list? I can’t seem to locate this designation. If I enable debug, I see json files with the prefix md and ve, but I don’t think they have what we need. Is it possible the US doesn’t deliver this info?
My vep*.json files do have the following info (among others).
I like the inclusion of icons in the component. Is it possible to include a device class?
For example, I customized these entities to show “ok” versus “on”. It also delivers a state change.
binary_sensor.la221804_low_wash_water_warning:
device_class: problem
icon: mdi:wiper-wash
binary_sensor.la221804_low_brake_fluid_warning:
device_class: problem
binary_sensor.la221804_low_coolant_level_warning:
device_class: problem
icon: mdi:car-coolant-level
If I remember correct we had this “unsolved” vin issue on your side. The rest apis delivered vins that we had not seen on the websocket connection. right? I assume thats the issue, here.
How to interpret the values of the oil level sensor? Typically the oil level should be between min and max. My sensor shows 88%. What values should I expect for
I have found that recently some status are not changing for example gas level percentage. They show an outdated time stamp. I have even remove the integration and re added.