From: Benjamin Braatz Date: Tue, 1 Feb 2022 08:59:00 +0000 (+0100) Subject: Parameters that worked before. X-Git-Url: http://git.graph-it.com/?a=commitdiff_plain;h=0a690590ca710d3206ab610ffd18ee7f74f467fe;p=graphit%2Fschaltschrank.git Parameters that worked before. --- diff --git a/gmodbus/hitachi.py b/gmodbus/hitachi.py index fa172ee..e13a92f 100644 --- a/gmodbus/hitachi.py +++ b/gmodbus/hitachi.py @@ -11,8 +11,10 @@ class SJP1Fu(): def __init__(self, client: ClientInterface) -> None: self.__protocol = DatatypesProtocol(client, SJP1FU_COILS, SJP1FU_REGISTERS) - parameters = [(12015, 1), (12220, 90), (13022, 2), (13023, 37), (13024, 5), - (13110, 2), (14140, 1), (15102, 11), (15103, 4)] + parameters = [(12015, 1), (12220, 0), (13022, 2), (13023, 37), (13024, 5), + (13110, 2), (14140, 0), (15102, 11), (15103, 1)] + #parameters = [(12015, 1), (12220, 90), (13022, 2), (13023, 37), (13024, 5), + # (13110, 2), (14140, 1), (15102, 11), (15103, 4)] async def check_parameters(self) -> None: for (register, value) in self.parameters: