Describe the bug
Sunroof status is always "closed", even when sunroof is opened
To Reproduce:
Steps to reproduce the behavior:
Open sunroof in the car (and also opened front windows)
refresh car status in volvo2mqtt
check sunroof status which is still closed (and front windows are correctly shown as "open")
Expected behavior:
sunroof status should be reflected as "open"
Screenshots:
If applicable, add screenshots to help explain your problem.
Version info:
HA Addon, version v1.8.7 (but sam behavoir in some of the previous versions I used)
Car just updated to 2.11 (was on 2.10 before), but same issue (could be Volvo issue ofcourse)
Describe the bug Sunroof status is always "closed", even when sunroof is opened
To Reproduce:
Steps to reproduce the behavior:
Expected behavior:
sunroof status should be reflected as "open"
Screenshots:
If applicable, add screenshots to help explain your problem.
Version info:
HA Addon, version v1.8.7 (but sam behavoir in some of the previous versions I used) Car just updated to 2.11 (was on 2.10 before), but same issue (could be Volvo issue ofcourse)
Logs:
Sep 19 13:27:51 volvo2mqtt [106] - DEBUG: Response status code: 200 Sep 19 13:27:51 volvo2mqtt [106] - DEBUG: { "status" : 200, "operationId" : "aaecbb0c-738f-4445-8486-27b8d9619fcc", "data" : { "rearLeftWindowOpen" : { "name" : "rearLeftWindowOpen", "value" : "CLOSED", "timestamp" : "2023-09-19T11:27:37Z" }, "rearRightWindowOpen" : { "name" : "rearRightWindowOpen", "value" : "CLOSED", "timestamp" : "2023-09-19T11:27:37Z" }, "frontLeftWindowOpen" : { "name" : "frontLeftWindowOpen", "value" : "OPEN", "timestamp" : "2023-09-19T11:27:37Z" }, "frontRightWindowOpen" : { "name" : "frontRightWindowOpen", "value" : "OPEN", "timestamp" : "2023-09-19T11:27:37Z" }, "sunRoofOpen" : { "name" : "sunRoofOpen", "value" : "CLOSED", "timestamp" : "2023-09-19T11:27:37Z" } } }