Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions source/_integrations/homevolt.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Homevolt
description: Connect Homevolt batteries locally to expose sensors in Home Assistant.
ha_category:
- Energy
- Sensor
ha_iot_class: Local Polling
ha_domain: homevolt
ha_platforms:
- sensor
ha_config_flow: true
ha_codeowners:
- '@danielhiversen'
ha_integration_type: device
ha_release: 2026.2
---

The **Homevolt** {% term integration %} lets Home Assistant read local data from your Homevolt battery over your network, no cloud required.

{% include integrations/config_flow.md %}

API access must be explicitly enabled on the Homevolt device; contact Tibber Customer Support to activate the API.
Configuration needs the device IP address and, if set on the device, a password.

## Sensors

The {% term integration %} creates sensors reported by the device, including:

- Power (W) and energy (Wh/kWh)
- Voltage (V) and current (A)
- Temperature (°C) and frequency (Hz)
- Battery/percentage (%)
- Signal strength (dB)
- Text, count, or schedule status values

## Troubleshooting

- `Failed to connect`: confirm the IP address, device is powered, and reachable on your network.
- `Invalid authentication`: verify the device password or remove it if none is set.

## Removing the integration

{% include integrations/remove_device_service.md %}