https://github.com/johnan/homeassistant-tibber_grid_rewards
Home assistant integration for Tibber Grid Rewards
https://github.com/johnan/homeassistant-tibber_grid_rewards
custom-integration grid-rewards home-assistant tibber
Last synced: 26 days ago
JSON representation
Home assistant integration for Tibber Grid Rewards
- Host: GitHub
- URL: https://github.com/johnan/homeassistant-tibber_grid_rewards
- Owner: JohNan
- Created: 2025-07-31T16:09:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-04-01T13:23:42.000Z (2 months ago)
- Last Synced: 2026-04-01T14:47:15.041Z (2 months ago)
- Topics: custom-integration, grid-rewards, home-assistant, tibber
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tibber Grid Reward
This is a custom integration for Home Assistant that allows you to monitor and interact with the Tibber Grid Reward program.
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=JohNan&repository=homeassistant-tibber_grid_rewards&category=integration)
## Features
- **Grid Reward Sensors**: Provides sensors for the current state of the grid reward, the reason for the current state, and the earnings for the current day and month.
- **Live Session Reward**: A sensor that shows the live, accumulating reward amount during an active grid reward session.
- **Flexible Device Sensors**: Provides sensors for the state and connectivity of your flexible devices (e.g., electric vehicles).
- **Departure Time Control**: Allows you to set the departure time for your electric vehicles directly from Home Assistant.
## Installation
### HACS (Recommended)
1. Add this repository as a custom repository in HACS.
2. Search for "Tibber Grid Reward" in HACS and install it.
3. Restart Home Assistant.
4. Add the "Tibber Grid Reward" integration from the Home Assistant UI.
### Manual Installation
1. Copy the `tibber_grid_reward` directory to your Home Assistant `custom_components` directory.
2. Restart Home Assistant.
3. Add the "Tibber Grid Reward" integration from the Home Assistant UI.
## Configuration
The integration is configured through the Home Assistant UI. You will need to provide your Tibber username and password.
## Services
### `tibber_grid_reward.set_departure_time`
Sets the departure time for a vehicle.
| Service Data | Description |
|--------------|---------------------------------------------|
| `device_id` | The device ID of the vehicle. |
| `day` | The day of the week (e.g., "monday"). |
| `time` | The departure time in "HH:MM" format. |
## Disclaimer
This integration is not developed, endorsed, or supported by Tibber. It is an unofficial, community-developed project.