Dielee / volvo2mqtt

Home Assistant addon for connecting AAOS Volvos
MIT License
127 stars 25 forks source link

Sunroof status always "closed" for XC60 recharge MY2023 #105

Closed AlexZuiderwijk closed 9 months ago

AlexZuiderwijk commented 9 months ago

Describe the bug Sunroof status is always "closed", even when sunroof is opened

To Reproduce:
Steps to reproduce the behavior:

  1. Open sunroof in the car (and also opened front windows)
  2. refresh car status in volvo2mqtt
  3. 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)

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" } } }

Dielee commented 9 months ago

This is an API issue from Volvo.. there is nothing I can do, sorry.