This integration is designed for the parking system used by some Dutch municipalities. It provides various sensors and functionalities to interact with the parking system directly from your Home Assistant instance.
If your parking system has "DVSPortal" in the url, you can use this integration. For examples, click here
Recent versions of this integration include a breaking change.
- Car sensors no longer expose a custom
device_class - Car sensors are now ENUM sensors
- Identification and filtering should be done using the attribute:
dvs_entity: car
If you use Auto-Entities, templates, or custom dashboards, you may need to update your filters accordingly.
See DASHBOARD.md for the updated examples.
- Balance Sensor: Shows the remaining balance for guest parking.
- Active Reservations Sensor: Displays the number of active and future reservations.
- Car Sensors: Dynamic sensors for each known license plate, showing its current state.
For now, you'll have to manually add this repository to HACS:
- Open HACS in Home Assistant.
- Go to Integrations.
- Click on the three dots in the top right corner and choose "Custom Repositories".
- Add the URL of this repository.
- Choose "Integration" as the category.
- Click "Add".
After that, you can install it like any other HACS integration.
- State: Remaining balance in minutes.
- Attributes: Additional information about the balance.
- State: Total number of active and future reservations.
- Attributes: Lists of license plates for current and future reservations.
-
State:
not present: No active reservationpresent: Currently has an active reservationreserved: Has a future reservation
-
Attributes:
- License plate details
- Reservation metadata
dvs_entity: car
This integration was built upon the DVS Portal API implementation by tcoenraad.
Original API repository: https://github.com/tcoenraad/python-dvsportal
This integration was created by chessspider.
For issues, feature requests, and contributions, please use the GitHub Issue Tracker:
