Skip to content

Commit

Permalink
Q3D add CURRENT_ELECTRICITY_DELIVERY (#149)
Browse files Browse the repository at this point in the history
add CURRENT_ELECTRICITY_DELIVERY sensor for Q3D
  • Loading branch information
Aeroid committed Feb 19, 2024
1 parent be61d4a commit fcbcbb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dsmr_parser/telegram_specifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,11 @@
'value_parser': CosemParser(ValueParser(Decimal)),
'value_name': 'CURRENT_ELECTRICITY_USAGE'
},
{
'obis_reference': obis.CURRENT_ELECTRICITY_DELIVERY,
'value_parser': CosemParser(ValueParser(Decimal)),
'value_name': 'CURRENT_ELECTRICITY_DELIVERY'
},
{
'obis_reference': obis.Q3D_EQUIPMENT_STATE,
'value_parser': CosemParser(ValueParser(str)),
Expand Down

0 comments on commit fcbcbb3

Please sign in to comment.