Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xf-group/hass-peblar
Home assistant integration for Peblar EV chargers
https://github.com/0xf-group/hass-peblar
custom-integration ev-charger ev-charging ev-charging-stations hacs hacs-integration home-assistant homeassistant peblar python
Last synced: about 2 months ago
JSON representation
Home assistant integration for Peblar EV chargers
- Host: GitHub
- URL: https://github.com/0xf-group/hass-peblar
- Owner: 0xf-group
- License: mit
- Created: 2024-10-22T18:24:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:45:00.000Z (about 2 months ago)
- Last Synced: 2024-11-14T22:27:12.354Z (about 2 months ago)
- Topics: custom-integration, ev-charger, ev-charging, ev-charging-stations, hacs, hacs-integration, home-assistant, homeassistant, peblar, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peblar EV charger component for Home Assistant
Custom component to support Easee EV chargers and equalizers.
The status sensor is the default sensor and has the following values
```
disconnected
awaiting_start
charging
ready_to_charge
completed
error
```
## Installation### Git installation
1. Make sure you have git installed on your machine.
2. Navigate to you home assistant configuration folder.
3. Create a `custom_components` folder of it does not exist, navigate down into it after creation.
4. Execute the following command: `git clone https://github.com/0xf-group/hass-peblar peblar`
5. Run `bash links.sh`## Configuration
Configuration is done through in Configuration > Integrations where you first configure it and then set the options for what you want to monitor.
## Debug logging
A full debug log can be enabled by entering following into `configuration.yaml` and restarting Home Assistant
```yaml
logger:
default: info
logs:
custom_components.peblar: debug
```