mitch-dc / volkswagen_we_connect_id

Apache License 2.0
202 stars 53 forks source link

Binary Sensors for Lights (Left/Right) not working (always off) #169

Open pplucky opened 1 year ago

pplucky commented 1 year ago

Version of the custom_component

v0.0.15

Installation method (hacs / manual)

hacs

Installation method of hass (venv, docker, hassio,...)

docker

Configuration


NA

Describe the bug

Light binary_sensors which are reported by the VW API properly, are not shown properly in HA (always off). image

Looking at the extracted information with weconnect-cli:

[vehicleLights] Elements: 1 items
        [lightsStatus] (last captured 2023-03-13T11:16:51+00:00)
                Lights: 2 items
                        right: on
                        left: off

Values look OK and according to app WeConnectID.

Can this please be fixed?