https://github.com/stijnpiron/parking_gent
HA Integration to get the available parking spaces in the parkings of Gent, Belgium.
https://github.com/stijnpiron/parking_gent
custom-integration hacs hacs-integration home-assistant parking-spaces stad-gent
Last synced: 11 months ago
JSON representation
HA Integration to get the available parking spaces in the parkings of Gent, Belgium.
- Host: GitHub
- URL: https://github.com/stijnpiron/parking_gent
- Owner: stijnpiron
- Created: 2024-12-20T09:05:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T16:46:26.000Z (over 1 year ago)
- Last Synced: 2025-01-08T17:51:26.753Z (over 1 year ago)
- Topics: custom-integration, hacs, hacs-integration, home-assistant, parking-spaces, stad-gent
- Language: Python
- Homepage:
- Size: 366 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parking Gent


[](https://github.com/stijnpiron/parking_gent/actions/workflows/hassfest.yml)
[](https://github.com/stijnpiron/parking_gent/actions/workflows/hacs_validator.yml)
## Home Assistant parking Gent integration.
Provides realtime overview of available parking spots in the Ghent parking lots and P+R locations.
## Supported parking lots and garages
### Parking garages/lots
- B-Park Dampoort
- B-Park Gent Sint-Pieters
- Dok noord
- Getouw
- Ledeberg
- Ramen
- Reep
- Savaanstraat
- Sint-Michiels
- Sint-Pietersplein
- The Loop
- Tolhuis
- Vrijdagmarkt
### P+R parking lots
- P+R Bourgoyen
- P+R Gentbrugge Arsenaal
- P+R Oostakker
- P+R The Loop
- P+R Wondelgem
## Provided data
- Parking name
- Total parking spaces
- Available parking spaces
- Occupied places
- Opening time schedule
- Wether the location is currently open or not
- Location coordinates
- Url for more information about the location
- Timestamp when the last data update was done for the location
## How to
### Installations via HACS
[](https://github.com/hacs/integration)
Look for the `Parking Gent` integration in HACS. If it is not found, a custom repository must be added to get it to work: `stijnpiron/parking_gent`
- add the config to the `configuration.yaml` file:
```
sensor:
- platform: parking_gent
```
## Examples
- [Plotting the sensors on a map](documentation/custom_map-card.md)
- [Navigating via a script to the selected parking](documentation/navigate_to_parking.md)