Christopher Fenner

Results 172 comments of Christopher Fenner

Please select your vicare device and click on the `...` do download the diagnostics information.

The integration currently supports only one device (the first one). https://github.com/home-assistant/core/blob/b323295aa15ff6ac81e46b213a2f22440f0460de/homeassistant/components/vicare/__init__.py#L85-L87 I have [prepared a PR](https://github.com/home-assistant/core/pull/96044) to enable all devices that are reachable by the used PyViCare library. I run...

So you can simply [download PR code](https://github.com/CFenner/home-assistant-core/archive/refs/heads/CFenner-patch-3.zip) and copy the folder `vicare` from `homeassistant/components` to `config/custom_components/` on your instance. @joostlek you mentions some script to try out PRs, can you...

In the [api description](https://developer.viessmann.com/start/pricing.html) heat pumps are listed under the paid api plan. Are you aware of this?

If you copied the PR content to your custom components folder, it will stay.

Yes, simply use this script. It will do the rest for you. https://github.com/home-assistant/core/issues/103009#issuecomment-1784679898

You probably should raise this in https://github.com/somm15/PyViCare which is the library used to query the Viessmann API.

We need to update the library, currently a version from may is used.

I pushed the dependency to `2.28.1` which was released in May, but unfortunately the [relevant change](https://github.com/somm15/PyViCare/pull/318/files) was contributed in June and has not yet been released. https://github.com/home-assistant/core/pull/103064

Just asked for a new release of https://github.com/somm15/PyViCare, #104516.