raymonvdm
(Raymon)
January 18, 2022, 10:10am
1
The Home Assistant documentation on Individual Energy Sensors is quite short
How can i add Plugwise PowerPlugs as Individual Devices? I`m using a Custom Intergration named “plugwise” for the Plugwise Stick
@JeeCee , It will run on hass.io
I have made good progress to write a native “plugwise stick” integration which:
has new config flow to easy setup
only the connection string to the stick is required
discovers all linked nodes automatically
an optimal update frequency is automatically setup
shows the zigbee network details
Just have to do some more testing…but it’s getting close to summit to homeassistant code base.
A sneak preview:
[image]
[image]
[image]
[image]
[image]
[image]
which i installed using
cd /home/homeassistant/.homeassistant/custom_components
wget https://github.com/brefra/python-plugwise/raw/master/example/plugwise_stick.zip
unzip plugwise_stick.zip
brefra
(Brefra)
January 20, 2022, 7:38pm
2
The mentioned custom integration is deprecated and certainly does not support the new energy feature of HA.
Please replace this version with plugwise-beta using this instruction It supports the legacy USB-stick and the energy features of HA.
1 Like
raymonvdm
(Raymon)
January 20, 2022, 11:01pm
3
It seems like this plugin is indeed working fine. Still waiting for the bar in Energy Monitor to draw (but this can take 24h if i remember correctly)