An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Parking Gent
![image](https://s3-eu-central-1.amazonaws.com/aws-ec2-eu-central-1-opendatasoft-staticfileset/gent/logo?tstamp=157675090777)

![GitHub Release](https://img.shields.io/github/v/release/stijnpiron/parking_gent)
[![Validate with hassfest](https://github.com/stijnpiron/parking_gent/actions/workflows/hassfest.yml/badge.svg)](https://github.com/stijnpiron/parking_gent/actions/workflows/hassfest.yml)
[![HACS Action](https://github.com/stijnpiron/parking_gent/actions/workflows/hacs_validator.yml/badge.svg)](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
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](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)