Skip to content

Commit

Permalink
Merge pull request #2823 from okaegi/smart602
Browse files Browse the repository at this point in the history
Dac typ = 02
  • Loading branch information
LKuemmel authored Apr 5, 2024
2 parents 5a6a1a6 + c70abf4 commit eb5e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/smarthome/nxdacxx/watt.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
with open(file_stringcount5, 'w') as f:
f.write(str(count5))
modbuswrite = 0
if dactyp == 3:
if (dactyp == 3) or (dactyp == 1):
neupower = uberschuss + aktpoweralt
else:
neupower = uberschuss
Expand Down

0 comments on commit eb5e072

Please sign in to comment.