-
Hi guys, I needed to be able to read the POWER value of channel 1 of my Shelly EM with tasmota. And I am not able to find out the correct Json path to read the power value of the first channel. I hope you can help me with this query, I'm sure it won't be complicated for some Json expert. The response to the command http://192.168.0.8/cm?cmnd=status%208 is correct. {"StatusSNS":{"Time":"2023-12-27T20:01:51","ENERGY":{"TotalStartTime":"2023-01-29T11:38:37","Total":[4875.16,445.46],"Yesterday":[8.24,2.31],"Today":[13.05,3.89],"TodaySumImport":0.82,"TodaySumExport":0.00,"ExportActive":[0.19,0.04],"Period":[0,0],"Power":[858,10],"ApparentPower":[1070,257],"ReactivePower":[-566,-254],"Factor":[0.80,0.04],"Frequency":50,"Voltage":233.1,"Current":[4.53,1.08]}}} Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Achieved, for those who can use it. JSON PATH |
Beta Was this translation helpful? Give feedback.
Achieved, for those who can use it.
JSON PATH
StatusSNS/ENERGY/Power/[0]