[SOLVED] Home Energy Meter HEM G3 AEON Labs GEN5 ZW095 do not report automatically

Hello everyone,
I am facing the same issue and going to test the “zensys” tools once I find them.
However my workaround right now is to send refresh to one of the items and all will refresh

rule "rulename"
when
    Time cron "0 0/1 * 1/1 * ? *"
then
    sendCommand(HomeEnergyMeter_ElectricMeterWatts, "REFRESH")
end

Hope it helps
Cheers

4 Likes