home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.82k stars 28.95k forks source link

Volvo On Call does not map 'sunroof' #117850

Open KeningGruttePier opened 1 month ago

KeningGruttePier commented 1 month ago

The problem

Volvo API reports in its specification also state and last update date of entity sunroof is available next to each individual car window. This is not reported by the integration of my MY19 V60 volvo. I think the value is not mapped in the integration, could this be fixed?

Volvo specs mention: 'sunroof' as attribute in the response of the API. https://developer.volvocars.com/apis/connected-vehicle/v2/specification/

What version of Home Assistant Core has the issue?

core-2024.5.4

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

volvooncall

Link to integration documentation on our website

https://www.home-assistant.io/integrations/volvooncall

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

{
  "frontLeftWindow": {
    "value": "string",
    "unit": "string",
    "timestamp": "string"
  },
  "frontRightWindow": {
    "value": "string",
    "unit": "string",
    "timestamp": "string"
  },
  "rearLeftWindow": {
    "value": "string",
    "unit": "string",
    "timestamp": "string"
  },
  "rearRightWindow": {
    "value": "string",
    "unit": "string",
    "timestamp": "string"
  },
  "sunroof": {
    "value": "string",
    "unit": "string",
    "timestamp": "string"
  }
}

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @molobrakos, mind taking a look at this issue as it has been labeled with an integration (volvooncall) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `volvooncall` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign volvooncall` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


volvooncall documentation volvooncall source (message by IssueLinks)