The vicare
component is a Home Assistant custom component for monitoring and controlling Viessmann devices through their cloud-based ViCare API.
Please check out the Official Home Assistant ViCare integration before installing this custom component.
Nevertheless I decided to publish my work as a custom integration since it supports a few things which the official integration doesn't (e.g. support for more than a single device) and it comes with end-to-end tests.
Please refer to the Changelog to see what changed compared to the Official Home Assistant ViCare integration.
- Ensure that HACS is installed.
- Add this repository to HACS
- Search for and install the "ViCare" integration.
- Configure the
vicare
integration. - Restart Home Assistant.
- Download the latest release.
- Unpack the release and copy the
custom_components/vicare
directory into the<config dir>/custom_components
directory of your Home Assistant installation. - Configure the
vicare
sensor. - Restart Home Assistant.
Open the Configuration
of your Home-Assistant instance and select Integrations
.
Add a new integration, search and select vicare
.
A dialog appears to enter your ViCare API credentials. Please see the documentation of the official Home Assistant ViCare integration for further details.
See DEVELOPMENT.md for how to set up a development environment and contribute.
- Original feature request in HA community
- PyViCare Python API for accessing the ViCare API used by this project