Skip to content

Commit

Permalink
add support for QP6 Kamstrup403 MWh readings
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 9, 2022
1 parent 8c4b4ef commit 072e01d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfacers/EmonHubMBUSInterfacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def parse_frame(self,data,records):
0x04: (0.01, "Energy", "kWh"),
0x05: (0.1, "Energy", "kWh"),
0x06: (1, "Energy", "kWh"),
0x07: (10, "Energy", "kWh"),
0x13: (0.001, "Volume", "m3"),
0x14: (0.01, "Volume", "m3"),
0x15: (0.1, "Volume", "m3"),
Expand Down

0 comments on commit 072e01d

Please sign in to comment.