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.
This repo is used for early development purposes and may contain some changes that are not (yet) contributed to Home Assistant Core.
- Ensure that HACS is installed.
- 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.
- Original feature request in HA community
- PyViCare Python API for accessing the ViCare API used by this project