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
- 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: Can be one of the following:
not present
: No active reservation.present
: Currently has an active reservation.reserved
: Has a future reservation.
- Attributes: Various details about the reservation and license plate.
This integration was built upon the DVS Portal API implementation by tcoenraad. The original API can be found here.
This integration was created by chessspider.
For issues, feature requests, and contributions, please use the GitHub Issue Tracker.