Skip to content

Commit

Permalink
Fix LIDL smart plug consumption value multiplier (dresden-elektronik#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pirionfr authored Nov 30, 2023
1 parent c730363 commit e2413b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion devices/lidl/hg08673.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,14 @@
"name": "config/reachable"
},
{
"name": "state/consumption"
"name": "state/consumption",
"refresh.interval": 420,
"parse": {
"at": "0x0000",
"cl": "0x0702",
"ep": 1,
"eval": "item.val = 10 * Attr.val"
}
},
{
"name": "state/lastupdated"
Expand Down

0 comments on commit e2413b8

Please sign in to comment.