The Shell Recharge integration allows you to expose data from EV chargers on shellrecharge.com to Home Assistant.
This integration will set up the following platforms.
Platform | Description |
---|---|
sensor |
Contains detailed information for each EV charger at location. |
- Have HACS installed, this will allow you to easily manage and track updates.
- Search for 'Shell Recharge'.
- Click Install below the found integration.
- Configure using the configuration instructions below.
- Restart Home-Assistant.
- Copy directory
custom_components/shell_recharge
to your<config dir>/custom_components
directory. - Configure with config below.
- Restart Home-Assistant.
Find the EV charger(s) you want to monitor here: https://shellrecharge.com/en-gb/find-a-charge-point look for the Serial number under details section. Then use Add device within Home Assistant and enter the Serial number in the form.
Chargers Overview | AC Charger Details | DC Charger Details |
Add the relevant lines below to the configuration.yaml
:
logger:
default: info
logs:
custom_components.shell_recharge: debug
If you want to contribute to this please read the Contribution guidelines