otaviojr / node-red-contrib-smartthings

Allows you to control your devices and get their status using NodeRed
MIT License
32 stars 16 forks source link

Feature Request: Energy Meter Node #40

Open acsrrhb opened 4 years ago

acsrrhb commented 4 years ago

Hi Otávio,

In the smartapp config There is the following entry which picks up my home energy monitor. input "energyMeter", "capability.energyMeter", title: "Energy Meter", required: false, multiple: true

It outputs total energy consumed in kWh once every minute for Gas and Electricity usage.

I'd be very grateful if you could add a node for this.

Thank you Russell

sean-trace commented 2 years ago

Would like this as well

otaviojr commented 2 years ago

Some years later, the energy meter node is working. I've deployed a new version of this module with it.

Just a note, after the 0.0.30 version, the webhook has changed a little. It probably will require some rework, reconfiguring it.

Regards