Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbrhzn authored Aug 15, 2021
1 parent 7ba57e2 commit 47519b5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ This is a Home Assistant integration for Electric Vehicle chargers that support
## Installation


***1. Install HACS***
### 1. Install HACS ###
- If you have not yet installed HACS, go get it at https://hacs.xyz/ and walk through the installation and configuration.

***2. Install the OCPP repository***
### 2. Install the OCPP Repository ###
- In Home Assistant, select HACS / Integrations / + Explore & add repositories.

![image](https://user-images.githubusercontent.com/8673442/129494626-6e7a82b3-659f-4c39-a7be-43f70141cc7b.png)
- Search for 'OCPP' and install the repository.

***3. Add the OCPP integration***
### 3. Add the OCPP Integration ###
- In Home Assistant, select Configuration / Integrations / Add Integration.

![image](https://user-images.githubusercontent.com/8673442/129494673-4718ba88-7872-435b-a331-66c8c34dddeb.png)
- Search for 'OCPP' and add the integration.

![image](https://user-images.githubusercontent.com/8673442/129494723-80e2e402-7564-4e86-b599-b87f32987ac0.png)

***4. Configure the Central System***
### 4. Configure the Central System ###
- The default host address '0.0.0.0' will listen to all interfaces on your home assistant server.

![image](https://user-images.githubusercontent.com/8673442/129494762-08052152-f057-4563-93b5-5aae810dfbfc.png)
- Select which measurands you would like to become available as sensor entities.

![image](https://user-images.githubusercontent.com/8673442/129494804-cdff0dfb-a421-490c-af1e-e939f01455b4.png)

***5. Add the entities to your dashboard***
### 5. Add the entities to your Dashboard ###
- On the OCPP integration, click on devices to navigate to your Charge Point device.

![image](https://user-images.githubusercontent.com/8673442/129495402-526a1863-9e9f-4a83-85de-d8add63a64ba.png)
Expand All @@ -42,16 +42,17 @@ This is a Home Assistant integration for Electric Vehicle chargers that support

![image](https://user-images.githubusercontent.com/8673442/129495159-611f4f86-aa90-4320-a69c-ce0870f6ee8c.png)

***6. Configure your charger***
- Configure your charger to use the OCPP websocket of the central system (e.g. ws://homeassistant.local:9000). This is charger specific, so consult your manual.
### 6. Configure your Charger ###
- Configure your charger to use the OCPP websocket of your Central System (e.g. ws://homeassistant.local:9000). This is charger specific, so consult your manual.

![image](https://user-images.githubusercontent.com/8673442/129495720-2ed9f0d6-b736-409a-8e14-fbd447dea078.png)

- You may need to reboot your charger before the changes become effective.

## Screenshot
### 7. Start the Charging ###
- Use the switches to unlock the charger and start the charging process.

![example](https://github.com/lbbrhzn/ocpp/raw/main/example.png "Example")
![image](https://user-images.githubusercontent.com/8673442/129495891-91f40bf9-f48e-4ced-b303-bf0fb77898f3.png)

## Supported devices

Expand Down

0 comments on commit 47519b5

Please sign in to comment.