Merge branch 'master' of ssh://home.hottis.de:2922/wolutator/mbus-gateway

This commit is contained in:
Wolfgang Hottgenroth 2020-08-29 14:33:48 +02:00
commit d3411ad48f
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -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: