shelly plug s: total energy counter empty

revision 43da4374baed0321dde9f457d87861f79009ba9a

raw

shelly-total-energy-empty.log

1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ curl -s --max-time 10 http://shellyplug4/meter/0 | jq .
{
  "power": 17.77,
  "overpower": 0,
  "is_valid": true,
  "timestamp": 0,
  "counters": [
    0,
    0,
    0
  ],
  "total": 0
}
 

History