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
71.73k stars 29.99k forks source link

Vicare integration v3 does not work #107258

Closed k0re closed 8 months ago

k0re commented 8 months ago

The problem

I've recently installed Homeassistant, and wanted to integrate my Viessmann Gas Boiler. However the Auth Flow v3 does not work supplied by PyViCare (v2 API OAuth flow does work, v3 does not provice a OAuth token).

What version of Home Assistant Core has the issue?

core-2024.1.0

What was the last working version of Home Assistant Core?

core-2024.1.0

What type of installation are you running?

Home Assistant OS

Integration causing the issue

ViCare

Link to integration documentation on our website

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

Diagnostics information

All you get is "Invalid Authentication"

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

Use v2 for getting oauth bearer token, and v3 for using the API.

home-assistant[bot] commented 8 months ago

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

Code owner commands Code owners of `vicare` 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 vicare` 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)


vicare documentation vicare source (message by IssueLinks)

k0re commented 8 months ago

I've also reported the issue to PyViCare (see above)

k0re commented 8 months ago

It seems like its working again.