cyberjunky / home-assistant-shell_recharge

The Shell Recharge integration allows you to expose data from EV chargers listed on shellrecharge.com to Home Assistant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell Recharge

The Shell Recharge integration allows you to expose data from EV chargers on shellrecharge.com to Home Assistant.

GitHub Release GitHub Activity License

Project Maintenance Sponsor

This integration will set up the following platforms.

Platform Description
sensor Contains detailed information for each EV charger at location.

Installation

HACS - Recommended

  • 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.

Manual

  • Copy directory custom_components/shell_recharge to your <config dir>/custom_components directory.
  • Configure with config below.
  • Restart Home-Assistant.

Configuration

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.

Screenshots

Chargers Overview AC Charger Details DC Charger Details

Debugging

Add the relevant lines below to the configuration.yaml:

logger:
  default: info
  logs:
    custom_components.shell_recharge: debug

Contributions are welcome!

If you want to contribute to this please read the Contribution guidelines


About

The Shell Recharge integration allows you to expose data from EV chargers listed on shellrecharge.com to Home Assistant.

License:MIT License


Languages

Language:Python 87.0%Language:Shell 13.0%