mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Whitelist edl21 negative active energy sensors (#34662)
* edl21: whitelist negative active energy * edl21: Fix a new comment
This commit is contained in:
parent
f09a20b66d
commit
4430b50fd7
@ -61,6 +61,14 @@ class EDL21:
|
|||||||
# D=17: Time integral 7
|
# D=17: Time integral 7
|
||||||
# E=0: Total
|
# E=0: Total
|
||||||
"1-0:1.17.0*255": "Last signed positive active energy total",
|
"1-0:1.17.0*255": "Last signed positive active energy total",
|
||||||
|
# C=2: Active power -
|
||||||
|
# D=8: Time integral 1
|
||||||
|
# E=0: Total
|
||||||
|
"1-0:2.8.0*255": "Negative active energy total",
|
||||||
|
# E=1: Rate 1
|
||||||
|
"1-0:2.8.1*255": "Negative active energy in tariff T1",
|
||||||
|
# E=2: Rate 2
|
||||||
|
"1-0:2.8.2*255": "Negative active energy in tariff T2",
|
||||||
# C=15: Active power absolute
|
# C=15: Active power absolute
|
||||||
# D=7: Instantaneous value
|
# D=7: Instantaneous value
|
||||||
# E=0: Total
|
# E=0: Total
|
||||||
|
Loading…
x
Reference in New Issue
Block a user