Integrates CIRCUTOR Wibeee/Mirubeee energy monitoring devices into Home Assistant. Works with single and three-phase versions.
Provides the following sensors, one for each clamp using _L1/_L2/_L3 suffixes.
| Sensor | Unit | Description |
|---|---|---|
wibeee_<mac_addr>_active_energy |
Wh | Active Energy |
wibeee_<mac_addr>_active_power |
W | Active Power |
wibeee_<mac_addr>_apparent_power |
VA | Apparent Power |
wibeee_<mac_addr>_capacitive_reactive_energy |
VArCh | Capacitive Reactive Energy |
wibeee_<mac_addr>_capacitive_reactive_power |
VArC | Capacitive Reactive Power |
wibeee_<mac_addr>_frequency |
Hz | Frequency |
wibeee_<mac_addr>_inductive_reactive_energy |
VArLh | Inductive Reactive Energy |
wibeee_<mac_addr>_inductive_reactive_power |
VArL | Inductive Reactive Power |
wibeee_<mac_addr>_current |
A | Current |
wibeee_<mac_addr>_power_factor |
PF | Power Factor |
wibeee_<mac_addr>_phase_voltage |
V | Phase Voltage |
In three-phase devices the _L4 sensors contain the total readings across all phases.
Use HACS (preferred) or follow the manual instructions below.
- Open
Integrationsinside the HACS configuration. - Click the + button in the bottom right corner, select
Wibeee (and Mirubee) energy monitorand thenInstall this repository in HACS. - Once installation is complete, restart Home Assistant
Manual installation instructions
- Download
hass_wibeee.zipfrom the latest release in https://github.com/luuuis/hass_wibeee/releases/latest - Unzip into
<hass_folder>/config/custom_components$ unzip hass_wibeee.zip -d <hass_folder>/custom_components/wibeee
- Restart Home Assistant
Go to the Integrations page, click Add Integration and select the Wibeee integration or click the following button.
Enter the device's IP address and the integration will detect the meter's type before adding the relevant sensors to Home Assistant.
Optionally, configure extra template sensors for grid consumption and feed-in to use with Home Energy Management. See SENSOR_EXAMPLES.md for suggested sensors that will help you get the most out of the integration.




