Hi everyone,
I wanted to share an integration I’ve been working on for Beem Energy devices.
It’s now available on my GitHub:
CharlesP44/Beem_Energy
This integration adds support for Beem Batteries, PnP, and Energy Switches with MQTT sensors, including compatibility with the Home Assistant Energy Dashboard.
Main features:
Automatic detection and detailed info for connected solar devices
Live data retrieval for the battery (MQTT); every 60 seconds for other devices (REST)
Display of capacity, charge, production, and consumption
Automatic refresh of expired authentication tokens
I’ve only been able to test it with a battery so far, so any feedback—especially if you have PnP or Energy Switch devices—would be greatly appreciated!
How to install
1. Via HACS (Recommended for the future)
Not yet available in the official HACS store.
2. Via HACS (Custom repository):
- Open HACS in Home Assistant
- Click on Integrations, then on the three dots at the top right
- Select Custom repositories
- Enter:
https://github.com/CharlesP44/Beem_Energyand set type to Integration - Once added, search for “Beem Energy” in HACS and install it
- Restart Home Assistant
3. Manual installation:
- Download the files from this repository
- Copy the
beem_integrationfolder into your Home Assistant’scustom_components/directory - Restart Home Assistant
- Add the integration via Settings > Devices & Services > Add Integration, then search for “Beem Energy”
Feel free to check it out and let me know what you think!