Is this bug known for the manufacturer? Seems like a very easy fix.
Beiträge von apiik
-
-
By_minute values state power consumption for the last three minutes
https://shelly-api-docs.shelly.cloud/gen2/Component…ebhook%20Events
Yeah it says by minute in milliwatt hours. So how can 1500W heater consume 32000 mWh in minute - that translates to 1920W of power no? 32000*60/1000=1920 shouldn't it be 25000? as 25000*60/1000=1500.
-
I have connected my shelly 1pm plus in front of water heater and try polling consumption from the device. I want to use aenergy.by_minute but it seems to be some wrong value or I don't understand how to use it. I have 1500W heater but the output says that by_minute the consumption is ~31791 mWh /minute under load. It doesn't make sense or am I missing something? Here is the json output
"switch:0": {
"id": 0,
"source": "init",
"output": true,
"apower": 1448.6,
"voltage": 227.2,
"current": 6.314,
"aenergy": {
"total": 426.966,
"by_minute": [
6266.211,
31791.498,
31968.242
],
"minute_ts": 1657353430
},
"temperature": {
"tC": 55.6,
"tF": 132.1
}
},Firmware version: 0.11.0-beta1