git.graph-it.com
/
graphit
/
schaltschrank.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3166c
)
Bugfix
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 2 Feb 2022 11:26:20 +0000
(12:26 +0100)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 2 Feb 2022 11:26:20 +0000
(12:26 +0100)
gmodbus/hitachi.py
patch
|
blob
|
history
diff --git
a/gmodbus/hitachi.py
b/gmodbus/hitachi.py
index 58bb4e903db4169b3d9d0caf9a69cb8c0723f851..50ad2247439acd5c8fe0b00c4c976e21ae1d00a3 100644
(file)
--- a/
gmodbus/hitachi.py
+++ b/
gmodbus/hitachi.py
@@
-18,8
+18,7
@@
class SJP1Fu():
async def check_parameters(self) -> None:
for register in self.registers:
current = int(await self.__protocol.read_register(register))
- if current != value:
- print(f"Register {register}: {current}")
+ print(f"Register {register}: {current}")
parameters = [(12015, 1), (12220, 0), (13022, 2), (13023, 37), (13024, 5),
(13110, 2), (14140, 0), (15102, 11), (15103, 1)]