node-red-contrib-tplink icon indicating copy to clipboard operation
node-red-contrib-tplink copied to clipboard

Get energy info

Open MyCodeRocks opened this issue 3 years ago • 2 comments

A quick question, have a bunch of the H110 switches with the power logging on it. When I add the node I can see under the node it shows the state and energy consumption. I want to use the energy consumption value to store it into influxdb, how would I flow that out. If I simply connect a debug node to the switch and on the switch use Output Payload - getMeterInfo and on the debug node use msg.payload - I don't see any values in the debug. I have also enabled the debug option on the switch nodes itself and not seeing any info in the debug window.

What I am trying to achieve is to eventually read the energy info from the switch then flow it into a influxdb DB. Would appreciate the guidance

MyCodeRocks avatar Jun 21 '21 12:06 MyCodeRocks