V-ZUG Integration for Home Assistant allows you to monitor and control V-ZUG appliances (such as dishwashers and ovens) directly from your Home Assistant instance.
- Monitor the status of your V-ZUG dishwasher and oven.
- Fetch real-time updates about the appliance's program, status, and other attributes.
- Simple configuration through Home Assistant's integrations panel.
- Ensure you have HACS installed in your Home Assistant instance.
- Go to HACS > Integrations.
- Click on the three dots menu in the top right corner and select Custom Repositories.
- Add the following repository URL:
https://github.com/jakal1989/Vzug
and select Integration. - Click Add.
- Find "V-ZUG Integration" in the HACS integrations list and click Install.
- Download the repository as a ZIP file and extract it.
- Copy the
vzug
folder to your Home Assistantcustom_components
directory:<config directory>/custom_components/vzug/
where is the directory where your configuration.yaml file is located. 3. Restart Home Assistant.
In Home Assistant, go to Settings > Devices & Services. Click on Add Integration and search for "V-ZUG". Follow the instructions to configure the IP addresses of your V-ZUG devices (dishwasher and/or oven). Configuration Options Option Description Dishwasher IP Address The IP address of your V-ZUG dishwasher. Oven IP Address The IP address of your V-ZUG oven. Sensors Provided The integration provides the following sensors for each appliance:
- Device Name
- Serial Number
- Inactive State
- Program
- Status
- Program End Time
- End Time
- End Type
- Device UUID
Example Use Case You can use these sensors in your automations or dashboards to monitor the status of your V-ZUG appliances.
Make sure that the IP addresses of your devices are correct and that they are reachable on your network. Check the Home Assistant logs for any errors related to the V-ZUG integration. Feedback and Contributions If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository.
This project is licensed under the MIT License.
- Titel und Beschreibung: Eine kurze Erklärung der Integration und ihrer Funktionalitäten.
- Features: Beschreibt die Hauptfunktionen der Integration.
- Installation: Anweisungen zur Installation der Integration über HACS und manuell.
- Konfiguration: Beschreibt, wie die Integration konfiguriert wird, nachdem sie installiert ist.
- Bereitgestellte Sensoren: Liste der Sensoren, die durch die Integration zur Verfügung gestellt werden.
- Troubleshooting: Tipps zur Fehlerbehebung.
- Feedback und Contributions: Link zum GitHub-Repository für Rückmeldungen und Beiträge.
- Lizenz: Informationen zur Lizenzierung des Projekts.