The vicare
component is a Home Assistant custom component for monitoring and controlling Viessmann devices through their cloud-based ViCare API.
⚠️ This custom component contains some experimental commits. Use at your own risk
Please check out the Official Home Assistant ViCare integration before installing this custom component.
⚠️ I stopped maintaining the official integration due to lack of time.
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.
vicare
integration.custom_components/vicare
directory
into the <config dir>/custom_components
directory of your Home Assistant installation.vicare
sensor.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.