Hallo,
ich habe gestern die Heizung abgeschaltet und dann die Log geprüft. Da war alles gut. Heute morgen nochmal die Logs gecheckt und Fehler entdeckt. Scheinbar ist die Kommunikation angebrochen und konnte nicht wieder aufgebaut werden.
error.log
Code:
2020-06-06 18:53:47 ERROR plugins.viessmann send_command failed with IO error: IO Error: write failed: [Errno 5] Eingabe-/Ausgabefehler. 2020-06-06 18:53:47 ERROR plugins.viessmann Trying to reconnect (disconnecting, connecting 2020-06-06 18:53:47 ERROR plugins.viessmann Not connected, trying to reconnect. 2020-06-06 19:47:44 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 19:47:49 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 19:47:49 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 19:47:54 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:12:42 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:12:47 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:12:47 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:12:52 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:13:25 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:13:30 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:13:30 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:13:35 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:07 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:12 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:12 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:17 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:50 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:55 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:14:55 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:15:00 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:15:32 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:15:37 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:15:37 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:15:42 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:16:15 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:16:20 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:16:20 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 21:16:25 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
Code:
2020-06-06 18:53:47 INFO plugins.viessmann Triggering cyclic read command: Speicherladepumpe
2020-06-06 18:53:47 DEBUG plugins.viessmann Got a new read job: Command Speicherladepumpe
2020-06-06 18:53:47 DEBUG plugins.viessmann Command config: {'len': 1, 'set': False, 'addr': '6513', 'unit': 'IUBOOL'}
2020-06-06 18:53:47 DEBUG plugins.viessmann Preparing command Speicherladepumpe with packet to be sent as hexstring: 410500016513017f and as bytes: bytearray(b'A\x05\x00\x01e\x13\x01\x7f')
2020-06-06 18:53:47 ERROR plugins.viessmann send_command failed with IO error: IO Error: write failed: [Errno 5] Eingabe-/Ausgabefehler.
2020-06-06 18:53:47 ERROR plugins.viessmann Trying to reconnect (disconnecting, connecting
2020-06-06 18:53:47 DEBUG plugins.viessmann scheduler_get: name = plugins.viessmann.cyclic
2020-06-06 18:53:47 DEBUG plugins.viessmann scheduler_remove: name = plugins.viessmann.cyclic
2020-06-06 18:53:47 INFO plugins.viessmann Disconnected
2020-06-06 18:53:47 INFO plugins.viessmann Triggering cyclic read command: Brennerstatus_2
2020-06-06 18:53:47 DEBUG plugins.viessmann Got a new read job: Command Brennerstatus_2
2020-06-06 18:53:47 DEBUG plugins.viessmann Command config: {'len': 1, 'set': False, 'addr': '0849', 'unit': 'IUBOOL'}
2020-06-06 18:53:47 DEBUG plugins.viessmann Preparing command Brennerstatus_2 with packet to be sent as hexstring: 4105000108490158 and as bytes: bytearray(b'A\x05\x00\x01\x08I\x01X')
2020-06-06 18:53:47 ERROR plugins.viessmann Not connected, trying to reconnect.
2020-06-06 18:53:47 INFO plugins.viessmann Connecting ...
2020-06-06 18:53:47 INFO plugins.viessmann Connected to /dev/ttyUSB_optolink
2020-06-06 18:53:47 INFO plugins.viessmann Init Communication....
2020-06-06 18:53:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 18:53:48 DEBUG plugins.viessmann read_bytes: Read b''
2020-06-06 18:53:48 DEBUG plugins.viessmann send_bytes: Send reset command b'\x04'
2020-06-06 18:53:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 18:53:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 18:53:49 DEBUG plugins.viessmann read_bytes: Read b'\x06'
2020-06-06 18:53:49 INFO plugins.viessmann Communication initialized: True
2020-06-06 18:53:49 DEBUG plugins.viessmann Successfully sent packet: 4105000108490158
2020-06-06 18:53:49 DEBUG plugins.viessmann Trying to receive 10 bytes of the response.
2020-06-06 18:53:49 DEBUG plugins.viessmann Received 10 bytes chunk of response as hexstring 0641060101084901005a and as bytes b'\x06A\x06\x01\x01\x08I\x01\x00Z'
2020-06-06 18:53:49 DEBUG plugins.viessmann Response decoded to: commandcode: 0849, responsedatacode: 1, valuebytecount: 1
2020-06-06 18:53:49 DEBUG plugins.viessmann Rawdatabytes formatted: 00 and unformatted: bytearray(b'\x00')
2020-06-06 18:53:49 DEBUG plugins.viessmann Corresponding Item: heizung.brenner.brennerstatus_2; Corresponding commandname: Brennerstatus_2
2020-06-06 18:53:49 DEBUG plugins.viessmann Unit defined to IUBOOL with config {'signed': False, 'unit_de': 'INT unsigned bool', 'read_value_transform': 'bool', 'type': 'integer'}.
2020-06-06 18:53:49 DEBUG plugins.viessmann Matched command Brennerstatus_2 and read transformed value False (integer raw value was 0) and byte length 1.
2020-06-06 18:53:49 INFO plugins.viessmann Triggering cyclic read command: Heizkreispumpe_A1M1
2020-06-06 18:53:49 DEBUG plugins.viessmann Got a new read job: Command Heizkreispumpe_A1M1
2020-06-06 18:53:49 DEBUG plugins.viessmann Command config: {'len': 1, 'set': False, 'addr': '2906', 'unit': 'IUBOOL'}
2020-06-06 18:53:49 DEBUG plugins.viessmann Preparing command Heizkreispumpe_A1M1 with packet to be sent as hexstring: 4105000129060136 and as bytes: bytearray(b'A\x05\x00\x01)\x06\x016')
2020-06-06 18:53:49 DEBUG plugins.viessmann Successfully sent packet: 4105000129060136
2020-06-06 18:53:49 DEBUG plugins.viessmann Trying to receive 10 bytes of the response.
2020-06-06 18:53:49 DEBUG plugins.viessmann Received 10 bytes chunk of response as hexstring 06410601012906010038 and as bytes b'\x06A\x06\x01\x01)\x06\x01\x008'
2020-06-06 18:53:49 DEBUG plugins.viessmann Response decoded to: commandcode: 2906, responsedatacode: 1, valuebytecount: 1
2020-06-06 18:53:49 DEBUG plugins.viessmann Rawdatabytes formatted: 00 and unformatted: bytearray(b'\x00')
2020-06-06 18:53:49 DEBUG plugins.viessmann Corresponding Item: heizung.heizkreis_a1m1.status.hk_pumpe; Corresponding commandname: Heizkreispumpe_A1M1
2020-06-06 18:53:49 DEBUG plugins.viessmann Unit defined to IUBOOL with config {'signed': False, 'unit_de': 'INT unsigned bool', 'read_value_transform': 'bool', 'type': 'integer'}.
2020-06-06 18:53:49 DEBUG plugins.viessmann Matched command Heizkreispumpe_A1M1 and read transformed value False (integer raw value was 0) and byte length 1.
2020-06-06 18:53:49 INFO plugins.viessmann Triggering cyclic read command: Relais_K12
2020-06-06 18:53:49 DEBUG plugins.viessmann Got a new read job: Command Relais_K12
2020-06-06 18:53:49 DEBUG plugins.viessmann Command config: {'len': 1, 'set': False, 'addr': '0842', 'unit': 'IUBOOL'}
2020-06-06 18:53:49 DEBUG plugins.viessmann Preparing command Relais_K12 with packet to be sent as hexstring: 4105000108420151 and as bytes: bytearray(b'A\x05\x00\x01\x08B\x01Q')
2020-06-06 18:53:49 DEBUG plugins.viessmann Successfully sent packet: 4105000108420151
2020-06-06 18:53:49 DEBUG plugins.viessmann Trying to receive 10 bytes of the response.
2020-06-06 18:53:49 DEBUG plugins.viessmann Received 10 bytes chunk of response as hexstring 06410601010842010053 and as bytes b'\x06A\x06\x01\x01\x08B\x01\x00S'
2020-06-06 18:53:49 DEBUG plugins.viessmann Response decoded to: commandcode: 0842, responsedatacode: 1, valuebytecount: 1
2020-06-06 18:53:49 DEBUG plugins.viessmann Rawdatabytes formatted: 00 and unformatted: bytearray(b'\x00')
2020-06-06 18:53:49 DEBUG plugins.viessmann Corresponding Item: heizung.kessel.relais_k12; Corresponding commandname: Relais_K12
2020-06-06 18:53:49 DEBUG plugins.viessmann Unit defined to IUBOOL with config {'signed': False, 'unit_de': 'INT unsigned bool', 'read_value_transform': 'bool', 'type': 'integer'}.
2020-06-06 18:53:49 DEBUG plugins.viessmann Matched command Relais_K12 and read transformed value False (integer raw value was 0) and byte length 1.
2020-06-06 18:53:49 INFO plugins.viessmann Triggering cyclic read command: Heizkreispumpe_M2
2020-06-06 18:53:49 DEBUG plugins.viessmann Got a new read job: Command Heizkreispumpe_M2
2020-06-06 18:53:49 DEBUG plugins.viessmann Command config: {'len': 1, 'set': False, 'addr': '3906', 'unit': 'IUINT'}
2020-06-06 18:53:49 DEBUG plugins.viessmann Preparing command Heizkreispumpe_M2 with packet to be sent as hexstring: 4105000139060146 and as bytes: bytearray(b'A\x05\x00\x019\x06\x01F')
2020-06-06 18:53:49 DEBUG plugins.viessmann Successfully sent packet: 4105000139060146
2020-06-06 18:53:49 DEBUG plugins.viessmann Trying to receive 10 bytes of the response.
2020-06-06 18:53:49 DEBUG plugins.viessmann Received 10 bytes chunk of response as hexstring 06410601013906010048 and as bytes b'\x06A\x06\x01\x019\x06\x01\x00H'
2020-06-06 18:53:49 DEBUG plugins.viessmann Response decoded to: commandcode: 3906, responsedatacode: 1, valuebytecount: 1
2020-06-06 18:53:49 DEBUG plugins.viessmann Rawdatabytes formatted: 00 and unformatted: bytearray(b'\x00')
2020-06-06 18:53:49 DEBUG plugins.viessmann Corresponding Item: heizung.heizkreis_m2.status.hk_pumpe; Corresponding commandname: Heizkreispumpe_M2
2020-06-06 18:53:49 DEBUG plugins.viessmann Unit defined to IUINT with config {'signed': False, 'unit_de': 'INT unsigned int', 'read_value_transform': 'int', 'type': 'integer'}.
2020-06-06 18:53:49 DEBUG plugins.viessmann Matched command Heizkreispumpe_M2 and read transformed value 0 (integer raw value was 0) and byte length 1.
2020-06-06 18:53:49 DEBUG plugins.viessmann cyclic command read took 2.9 seconds for 5 items
2020-06-06 19:47:44 INFO plugins.viessmann Update item: heizung.heizkreis_a1m1.raumtemperatur.raumtemperatur_soll_normal, item has been changed outside this plugin
2020-06-06 19:47:44 DEBUG plugins.viessmann update_item was called with item 'Raumtemperatur_Soll_Normalbetrieb_A1M1' from caller 'Logic', source 'None' and dest 'None'
2020-06-06 19:47:44 DEBUG plugins.viessmann Got item value to be written: 3 on command name Raumtemperatur_Soll_Normalbetrieb_A1M1.
2020-06-06 19:47:44 DEBUG plugins.viessmann Got a new write job: Command Raumtemperatur_Soll_Normalbetrieb_A1M1 with value 3
2020-06-06 19:47:44 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2306', 'min_value': 3, 'max_value': 37}
2020-06-06 19:47:44 DEBUG plugins.viessmann Unit defined to ISNON with config{'signed': True, 'unit_de': 'INT signed non', 'read_value_transform': 'non', 'type': 'integer'}.
2020-06-06 19:47:44 DEBUG plugins.viessmann Created value bytes for type integer as hexstring: 03 and as bytes: b'\x03'
2020-06-06 19:47:44 DEBUG plugins.viessmann Payload length is: 6 bytes.
2020-06-06 19:47:44 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Normalbetrieb_A1M1 with value 3 (transformed to value byte '03') to be sent as packet 410600022306010335.
2020-06-06 19:47:44 INFO plugins.viessmann Init Communication....
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:44 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:44 INFO plugins.viessmann Communication initialized: False
2020-06-06 19:47:44 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
2020-06-06 19:47:44 DEBUG plugins.viessmann Attempting read after write for item Raumtemperatur_Soll_Normalbetrieb_A1M1, command Raumtemperatur_Soll_Normalbetrieb_A1M1, delay 5
2020-06-06 19:47:49 DEBUG plugins.viessmann Got a new read job: Command Raumtemperatur_Soll_Normalbetrieb_A1M1
2020-06-06 19:47:49 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2306', 'min_value': 3, 'max_value': 37}
2020-06-06 19:47:49 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Normalbetrieb_A1M1 with packet to be sent as hexstring: 4105000123060130 and as bytes: bytearray(b'A\x05\x00\x01#\x06\x010')
2020-06-06 19:47:49 INFO plugins.viessmann Init Communication....
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 INFO plugins.viessmann Communication initialized: False
2020-06-06 19:47:49 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
2020-06-06 19:47:49 INFO plugins.viessmann Update item: heizung.heizkreis_a1m1.raumtemperatur.raumtemperatur_soll_red, item has been changed outside this plugin
2020-06-06 19:47:49 DEBUG plugins.viessmann update_item was called with item 'Raumtemperatur_Soll_Red_Betrieb_A1M1' from caller 'Logic', source 'None' and dest 'None'
2020-06-06 19:47:49 DEBUG plugins.viessmann Got item value to be written: 3 on command name Raumtemperatur_Soll_Red_Betrieb_A1M1.
2020-06-06 19:47:49 DEBUG plugins.viessmann Got a new write job: Command Raumtemperatur_Soll_Red_Betrieb_A1M1 with value 3
2020-06-06 19:47:49 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2307', 'min_value': 3, 'max_value': 37}
2020-06-06 19:47:49 DEBUG plugins.viessmann Unit defined to ISNON with config{'signed': True, 'unit_de': 'INT signed non', 'read_value_transform': 'non', 'type': 'integer'}.
2020-06-06 19:47:49 DEBUG plugins.viessmann Created value bytes for type integer as hexstring: 03 and as bytes: b'\x03'
2020-06-06 19:47:49 DEBUG plugins.viessmann Payload length is: 6 bytes.
2020-06-06 19:47:49 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Red_Betrieb_A1M1 with value 3 (transformed to value byte '03') to be sent as packet 410600022307010336.
2020-06-06 19:47:49 INFO plugins.viessmann Init Communication....
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:49 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:49 INFO plugins.viessmann Communication initialized: False
2020-06-06 19:47:49 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
2020-06-06 19:47:49 DEBUG plugins.viessmann Attempting read after write for item Raumtemperatur_Soll_Red_Betrieb_A1M1, command Raumtemperatur_Soll_Red_Betrieb_A1M1, delay 5
2020-06-06 19:47:54 DEBUG plugins.viessmann Got a new read job: Command Raumtemperatur_Soll_Red_Betrieb_A1M1
2020-06-06 19:47:54 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2307', 'min_value': 3, 'max_value': 37}
2020-06-06 19:47:54 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Red_Betrieb_A1M1 with packet to be sent as hexstring: 4105000123070131 and as bytes: bytearray(b'A\x05\x00\x01#\x07\x011')
2020-06-06 19:47:54 INFO plugins.viessmann Init Communication....
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 19:47:54 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 19:47:54 INFO plugins.viessmann Communication initialized: False
2020-06-06 19:47:54 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
2020-06-06 21:12:42 INFO plugins.viessmann Update item: heizung.heizkreis_a1m1.raumtemperatur.raumtemperatur_soll_normal, item has been changed outside this plugin
2020-06-06 21:12:42 DEBUG plugins.viessmann update_item was called with item 'Raumtemperatur_Soll_Normalbetrieb_A1M1' from caller 'Logic', source 'None' and dest 'None'
2020-06-06 21:12:42 DEBUG plugins.viessmann Got item value to be written: 8 on command name Raumtemperatur_Soll_Normalbetrieb_A1M1.
2020-06-06 21:12:42 DEBUG plugins.viessmann Got a new write job: Command Raumtemperatur_Soll_Normalbetrieb_A1M1 with value 8
2020-06-06 21:12:42 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2306', 'min_value': 3, 'max_value': 37}
2020-06-06 21:12:42 DEBUG plugins.viessmann Unit defined to ISNON with config{'signed': True, 'unit_de': 'INT signed non', 'read_value_transform': 'non', 'type': 'integer'}.
2020-06-06 21:12:42 DEBUG plugins.viessmann Created value bytes for type integer as hexstring: 08 and as bytes: b'\x08'
2020-06-06 21:12:42 DEBUG plugins.viessmann Payload length is: 6 bytes.
2020-06-06 21:12:42 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Normalbetrieb_A1M1 with value 8 (transformed to value byte '08') to be sent as packet 41060002230601083a.
2020-06-06 21:12:42 INFO plugins.viessmann Init Communication....
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:42 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:42 INFO plugins.viessmann Communication initialized: False
2020-06-06 21:12:42 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
2020-06-06 21:12:42 DEBUG plugins.viessmann Attempting read after write for item Raumtemperatur_Soll_Normalbetrieb_A1M1, command Raumtemperatur_Soll_Normalbetrieb_A1M1, delay 5
2020-06-06 21:12:47 DEBUG plugins.viessmann Got a new read job: Command Raumtemperatur_Soll_Normalbetrieb_A1M1
2020-06-06 21:12:47 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2306', 'min_value': 3, 'max_value': 37}
2020-06-06 21:12:47 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Normalbetrieb_A1M1 with packet to be sent as hexstring: 4105000123060130 and as bytes: bytearray(b'A\x05\x00\x01#\x06\x010')
2020-06-06 21:12:47 INFO plugins.viessmann Init Communication....
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 INFO plugins.viessmann Communication initialized: False
2020-06-06 21:12:47 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
2020-06-06 21:12:47 INFO plugins.viessmann Update item: heizung.heizkreis_a1m1.raumtemperatur.raumtemperatur_soll_red, item has been changed outside this plugin
2020-06-06 21:12:47 DEBUG plugins.viessmann update_item was called with item 'Raumtemperatur_Soll_Red_Betrieb_A1M1' from caller 'Logic', source 'None' and dest 'None'
2020-06-06 21:12:47 DEBUG plugins.viessmann Got item value to be written: 8 on command name Raumtemperatur_Soll_Red_Betrieb_A1M1.
2020-06-06 21:12:47 DEBUG plugins.viessmann Got a new write job: Command Raumtemperatur_Soll_Red_Betrieb_A1M1 with value 8
2020-06-06 21:12:47 DEBUG plugins.viessmann Command config: {'len': 1, 'unit': 'ISNON', 'set': True, 'addr': '2307', 'min_value': 3, 'max_value': 37}
2020-06-06 21:12:47 DEBUG plugins.viessmann Unit defined to ISNON with config{'signed': True, 'unit_de': 'INT signed non', 'read_value_transform': 'non', 'type': 'integer'}.
2020-06-06 21:12:47 DEBUG plugins.viessmann Created value bytes for type integer as hexstring: 08 and as bytes: b'\x08'
2020-06-06 21:12:47 DEBUG plugins.viessmann Payload length is: 6 bytes.
2020-06-06 21:12:47 DEBUG plugins.viessmann Preparing command Raumtemperatur_Soll_Red_Betrieb_A1M1 with value 8 (transformed to value byte '08') to be sent as packet 41060002230701083b.
2020-06-06 21:12:47 INFO plugins.viessmann Init Communication....
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 DEBUG plugins.viessmann send_bytes: Send sync command b'\x16\x00\x00'
2020-06-06 21:12:47 DEBUG plugins.viessmann read_bytes: Read b'\x05'
2020-06-06 21:12:47 INFO plugins.viessmann Communication initialized: False
2020-06-06 21:12:47 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.
Code:
2020-06-06 18:53:47 INFO plugins.viessmann Triggering cyclic read command: Speicherladepumpe 2020-06-06 18:53:47 ERROR plugins.viessmann send_command failed with IO error: IO Error: write failed: [Errno 5] Eingabe-/Ausgabefehler. 2020-06-06 18:53:47 ERROR plugins.viessmann Trying to reconnect (disconnecting, connecting 2020-06-06 18:53:47 INFO plugins.viessmann Disconnected 2020-06-06 18:53:47 INFO plugins.viessmann Triggering cyclic read command: Brennerstatus_2 2020-06-06 18:53:47 ERROR plugins.viessmann Not connected, trying to reconnect. 2020-06-06 18:53:47 INFO plugins.viessmann Connecting ... 2020-06-06 18:53:47 INFO plugins.viessmann Connected to /dev/ttyUSB_optolink 2020-06-06 18:53:47 INFO plugins.viessmann Init Communication.... 2020-06-06 18:53:49 INFO plugins.viessmann Communication initialized: True 2020-06-06 18:53:49 INFO plugins.viessmann Triggering cyclic read command: Heizkreispumpe_A1M1 2020-06-06 18:53:49 INFO plugins.viessmann Triggering cyclic read command: Relais_K12 2020-06-06 18:53:49 INFO plugins.viessmann Triggering cyclic read command: Heizkreispumpe_M2 2020-06-06 19:47:44 INFO plugins.viessmann Update item: heizung.heizkreis_a1m1.raumtemperatur.raumtemperatur_soll_normal, item has been changed outside this plugin 2020-06-06 19:47:44 INFO plugins.viessmann Init Communication.... 2020-06-06 19:47:44 INFO plugins.viessmann Communication initialized: False 2020-06-06 19:47:44 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 19:47:49 INFO plugins.viessmann Init Communication.... 2020-06-06 19:47:49 INFO plugins.viessmann Communication initialized: False 2020-06-06 19:47:49 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 19:47:49 INFO plugins.viessmann Update item: heizung.heizkreis_a1m1.raumtemperatur.raumtemperatur_soll_red, item has been changed outside this plugin 2020-06-06 19:47:49 INFO plugins.viessmann Init Communication.... 2020-06-06 19:47:49 INFO plugins.viessmann Communication initialized: False 2020-06-06 19:47:49 ERROR plugins.viessmann send_command failed with error: Interface not initialized!. 2020-06-06 19:47:54 INFO plugins.viessmann Init Communication.... 2020-06-06 19:47:54 INFO plugins.viessmann Communication initialized: False 2020-06-06 19:47:54 ERROR plugins.viessmann send_command failed with error: Interface not initialized!.


aber gut, dass der gefunden ist.
Einen Kommentar schreiben: