Here is a link to @TapioX 's Virtual Energy Power Switch Device Tx driver
Same with the Aqara H2 Wall Switch EU. All of the necessary attributes are there, but it doesn’t show up in the Energy Monitor.
Hi,
I have the same case as you had.
I bought anAeotec Home Energy Meter Gen 5 (ZW095) Clamp 1 EU.
Drivers from the official Aeotec channel are installed.
Driver: “Aeotec Home Energy Meter” (latest update 2024-10-17)
Param 101: 3
Param 111: 60
Association Group1 Lifeline: 01
Resuts: Power consumption is reported to Energy. Device shows no Voltage or Current at all. Only Power (W) and Consumption (kWh)
Driver: “Aeotec Home Energy Meter Gen5” (latest update 2025-05-30)
Param 101: 3
Param 111: 60
Association Group1 Lifeline: 01
Resuts: No updates to Energy. Device shows Power (W) and Consumption (kWh), no readings Voltage or Current readings. Only first to are updated.
Driver: “Aeotec Home Energy Meter Gen5” (latest update 2025-05-30)
Param 101: i tried sugessted values 15,300, 6015
Param 111: 60
Association Group1 Lifeline: 01
Resuts: No updates to Energy. Device shows Power (W) and Consumption (kWh), Voltage and Current. All of them are updated.
Does anyone have a working configuration on the “Aeotec Home Energy Meter Gen5” driver that reads all 4 values and reports them to the Energy module?
HI,
In my driver Z Wave Electric Meter Mc, device send W,KW/h, V and A.
the config values are:
local do_configure = function (self, device)
device:send(Configuration:Set({parameter_number = 2, size = 1, configuration_value = 0})) -- Solar readings of energy, 0 = absolute value w and kwh
device:send(Configuration:Set({parameter_number = 3, size = 1, configuration_value = 0})) -- enabling automatic reports, disabled selective reporting...
device:send(Configuration:Set({parameter_number = 13, size = 1, configuration_value = 0})) -- disable CRC16 encapsulation
device:send(Configuration:Set({parameter_number = 101, size = 4, configuration_value = 15})) -- report total power in Watts and total energy in kWh...A and V for group 1
device:send(Configuration:Set({parameter_number = 111, size = 4, configuration_value = 300})) -- ...every 5 min for group 1
device:send(Configuration:Set({parameter_number = 102, size = 4, configuration_value = 0})) -- disable group 2...
--device:send(Configuration:Set({parameter_number = 103, size = 4, configuration_value = 0})) -- disable group 3...
device:send(Configuration:Set({parameter_number = 112, size = 4, configuration_value = 3600})) -- ...every 60 min for group 2
device:send(Configuration:Set({parameter_number = 252, size = 1, configuration_value = 0})) -- disabling settings lock
end
In preferences you can change some parameters as 2,3,13,111 snd 252.
this is my device smartthings data:
In smartthings Energy app I can see the solar production surplus
I bought the gen 8 aeotec 2 clamp system. I tried your driver as well as all other drivers
This is what I see with your driver and I have no settings option and it is not showing up in smarthings energy service. Any ideas what’s going on?





