ReneNulschDE / mbapi2020

Custom Component to integrate MercedesME devices into Home-Assistant
Other
149 stars 29 forks source link

binary_sensor.xxx_windows_closed returns to "on" after windows have been opened #155

Closed veitw closed 9 months ago

veitw commented 9 months ago

Hi Rene,

thank you very much for this integration.

However I noticed this issue:

When I open the windows using mbapi2020.windows_open service, the car's windows open and binary_sensor.xxx_windows_closed changes to off for a few seconds (presumably the time the windows are being opened) but returns to state on right afterwards, although the windows are still open. The binary sensor's window status attributes however change from 2 to 1 and stay on 1 while the windows are open.

Best regards, // Veit

ReneNulschDE commented 9 months ago

Thanks Veit, for reporting this issue. Its fixed in the Master branch. Feel free to test. Will be part of the next release too.

BR Rene

ReneNulschDE commented 9 months ago

Solved with v0.9.7

veitw commented 9 months ago

Works like a charm, thank you very much!