Merge branch 'master' of ssh://home.hottis.de:2922/wolutator/mbus-gateway
This commit is contained in:
commit
d3411ad48f
@ -141,7 +141,7 @@ class MeterbusSerial(object):
|
||||
print("Waiting for input ... ")
|
||||
c = ord(self.port.read())
|
||||
|
||||
print("State {}, Octet {}".format(state, c))
|
||||
print("State {}, Octet 0x{:02X}".format(state, c))
|
||||
|
||||
if state == MeterbusResponseStates.START1:
|
||||
if c == 0x68:
|
||||
|
Loading…
x
Reference in New Issue
Block a user