meter_manufacturer: 'kaifa' > HA > Settings > System > Logs > Home assistant core > Load full logs 2022-12-30 15:16:20.518 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2022-12-30 15:16:20.519 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ams which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2022-12-30 15:16:30.230 DEBUG (MainThread) [custom_components.ams] config entry = OrderedDict([('protocol', 'serial'), ('serial_port', '/dev/ttyUSB0'), ('baudrate', 115200), ('parity', 'N'), ('meter_manufacturer', 'kaifa')]) 2022-12-30 15:16:30.230 DEBUG (MainThread) [custom_components.ams] Connecting to HAN using serialport /dev/ttyUSB0 2022-12-30 15:16:30.235 DEBUG (MainThread) [custom_components.ams] Finish init of AMS 2022-12-30 15:17:12.264 DEBUG (Thread-2 (connect)) [custom_components.ams] Timeout waiting for end of packet. Flush current packet. byte_counter=1, frame_started=True, package_size=-1, DUMP: [126] 2022-12-30 15:17:25.977 DEBUG (Thread-2 (connect)) [custom_components.ams] Timeout waiting for end of packet. Flush current packet. byte_counter=14, frame_started=True, package_size=44, DUMP: [126, 160, 42, 65, 8, 131, 19, 4, 19, 230, 231, 0, 15, 64] 2022-12-30 15:17:28.460 DEBUG (Thread-2 (connect)) [custom_components.ams] data read from port=[126, 160, 42, 65, 8, 131, 19, 4, 19, 230, 231, 0, 15, 64, 0, 0, 0, 0, 1, 1, 2, 3, 9, 6, 1, 0, 1, 7, 0, 255, 6, 0, 0, 19, 81, 2, 2, 15, 0, 22, 27, 28, 27, 126] 2022-12-30 15:17:28.461 ERROR (Thread-2 (connect)) [root] Uncaught thread exception Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/config/custom_components/ams/__init__.py", line 293, in connect self.sensor_data, _ = parser.parse_data( File "/config/custom_components/ams/parsers/kaifa.py", line 92, in parse_data _LOGGER.debug("kaifa meter_type length is %s", pkt[61]) IndexError: list index out of range