Skip to content

Commit

Permalink
include more records to ensure we catch all qalcosonic configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Aug 11, 2021
1 parent 16802d1 commit bf3d1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfacers/EmonHubMBUSInterfacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ def read(self):

# Qalcosonic E3
if meter_type=="qalcosonic_e3":
result = self.request_data(address,[4,5,6,7,8,11,12,13,14,15])
result = self.request_data(address,[4,5,6,7,8,9,10,11,12,13,14,15])
self.add_result_to_cargo(meter,c,result)

# ------------------------------------------------------
Expand Down

0 comments on commit bf3d1e7

Please sign in to comment.