This custom integration allows you to monitor and control your pool equipment using the Violet Pool Controller in Home Assistant. It includes sensors, binary sensors, and switches to track various pool metrics and perform essential operations.
Features
Sensors: Monitor various parameters such as water flow, temperature, pump power, and pH levels.
Binary Sensors: Track the status of critical systems like pumps and system connectivity.
Switches: Control your pool equipment, such as the pump, lights, eco mode, and dosing systems. -> not aviable now
- Screenshots
- Install
- Configuration
- Common Problems/Errors and Solutions
- Getting Support for this Integration
- Supporting this Integration
- Contributing
- A Brief Description of the Violet Pool Controller
- Changelog
- Credits
To install the Violet Pool Controller via HACS, follow these steps:
- Open HACS in your Home Assistant interface.
- Click on the three dots in the top-right corner.
- Select "Custom repositories" from the dropdown menu.
- Add the following URL as a custom Git repository:
https://github.com/Xerolux/violet-hass.git
- Choose "Integration" as the category for the repository.
- Once the repository is added, go to "Integrations" in HACS.
- Search for "Violet Pool Controller" and download the integration.
- Restart Home Assistant to apply the changes.
- After restarting, navigate to Settings > Integrations and add the "Violet Pool Controller" integration.
- API URL: The base URL of your Violet Pool Controller (e.g., 192.168.1.100).
- Username: Your API username for authentication.
- Password: Your API password for authentication.
- Polling Interval: How often to poll the device (in seconds).
- Use SSL: Whether to use HTTPS for secure communication.
- Device ID: A number to uniquely identify this Violet device when using multiple devices.
- Too Many Arguments Passed: Ensure that your config_entry and other variables are correctly passed when initializing entities like sensors, switches, or binary sensors.
- Missing Device Information: Verify that the API URL and authentication details are correct.
If you encounter any issues or need help, please raise an issue on GitHub. This ensures that others can benefit from the solution too.
If you'd like to support this integration or show your appreciation, you can:
Contributions are always welcome! If you'd like to contribute, please read the Contribution Guidelines.
VIOLET is designed as a smart all-in-one solution for pool control, capable of managing small to fully equipped pool installations. It controls filtration, heating/solar heating, lighting (ON/OFF or DMX-enabled), backwashing, overflow tank control, water level regulation, pool cover, additional water features, and dosing.
In case of errors (e.g., sensor failure, pump running dry, faulty refill valve, etc.), notifications can be sent via email, push, or HTTP request. The configuration and operation of VIOLET are entirely browser-based, accessible via any device. Integrated statistics, log files, remote access, and a simple JSON API enable easy integration with smart home systems.
This project was generated using the integration blueprint from @Ludeeus.