diff --git a/pyBrematic/gateways/intertechno_gateway.py b/pyBrematic/gateways/intertechno_gateway.py index b10a935..c6d4c4d 100644 --- a/pyBrematic/gateways/intertechno_gateway.py +++ b/pyBrematic/gateways/intertechno_gateway.py @@ -14,8 +14,8 @@ def __init__(self, ip, port=49880): # For the Intertechno GWY 433 the parameters look like that: # head: "0,0,,,," # tail: "," - self.head_format = "0,0,{0},{1},{2},{3}" - self.tail_format = "{0},{1}" + self.head_format = "0,0,{0},{1},{2},{3},0" + self.tail_format = "{0},{1},0" def build_udp_payload(self, device, action): head = self.get_head(device.repeat, device.pause_IT, device.tune, device.baud_IT)