Skip to content

charlierh/hass_wibeee

 
 

Repository files navigation

hacs_badge GitHub release (latest by date) GitHub all releases

Home Assistant: Wibeee (and Mirubee) energy monitor custom component

Wibeee logo

Features

Integrates CIRCUTOR Wibeee/Mirubeee energy monitoring devices into Home Assistant. Works with single and three-phase versions.

Sensors

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.

Installation

Use HACS (preferred) or follow the manual instructions below.

Installation using HACS

  1. Open Integrations inside the HACS configuration.
  2. Click the + button in the bottom right corner, select Wibeee (and Mirubee) energy monitor and then Install this repository in HACS.
  3. Once installation is complete, restart Home Assistant
Manual installation instructions

Manual installation

  1. Download hass_wibeee.zip from the latest release in https://github.com/luuuis/hass_wibeee/releases/latest
  2. Unzip into <hass_folder>/config/custom_components
    $ unzip hass_wibeee.zip -d <hass_folder>/custom_components/wibeee
  3. Restart Home Assistant

Configuration

Go to the Integrations page, click Add Integration and select the Wibeee integration or click the following button.

Open your Home Assistant instance and start setting up a new integration.

Configuration - Home Assistant 2021-12-29 01-08-21

Enter the device's IP address and the integration will detect the meter's type before adding the relevant sensors to Home Assistant.

Configuration - Home Assistant 2021-12-29 01-09-26

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.

Example View in Home Assistant

Wibeee Device view in Home Assistant

Active Power graph in Home Assistant

About

Home Assistant: Wibeee energy monitor custom component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%