mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add missing EDL21 OBIS codes (#39714)
This commit is contained in:
parent
0c8630a2f0
commit
c68056d3ad
@ -77,6 +77,18 @@ class EDL21:
|
||||
# D=7: Instantaneous value
|
||||
# E=0: Total
|
||||
"1-0:16.7.0*255": "Sum active instantaneous power",
|
||||
# C=36: Active power L1
|
||||
# D=7: Instantaneous value
|
||||
# E=0: Total
|
||||
"1-0:36.7.0*255": "L1 active instantaneous power",
|
||||
# C=56: Active power L1
|
||||
# D=7: Instantaneous value
|
||||
# E=0: Total
|
||||
"1-0:56.7.0*255": "L2 active instantaneous power",
|
||||
# C=76: Active power L1
|
||||
# D=7: Instantaneous value
|
||||
# E=0: Total
|
||||
"1-0:76.7.0*255": "L3 active instantaneous power",
|
||||
}
|
||||
_OBIS_BLACKLIST = {
|
||||
# A=129: Manufacturer specific
|
||||
|
Loading…
x
Reference in New Issue
Block a user