Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3591, in _thread_main self.loop_forever(retry_first_connection=True) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1756, in loop_forever rc = self._loop(timeout) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1164, in _loop rc = self.loop_read() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 1556, in loop_read rc = self._packet_read() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 2439, in _packet_read Exact sample rate is: 250000.000414 Hz rc = self._packet_handle() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3033, in _packet_handle return self._handle_publish() File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3327, in _handle_publish self._handle_on_message(message) File "/usr/lib/python3.9/site-packages/paho/mqtt/client.py", line 3570, in _handle_on_message on_message(self, self._userdata, message) File "/scripts/rtl_433_mqtt_hass.py", line 434, in mqtt_message bridge_event_to_hass(client, msg.topic, data) File "/scripts/rtl_433_mqtt_hass.py", line 512, in bridge_event_to_hass publish_config(mqttc, key, model, instance, channel, mappings[key]) File "/scripts/rtl_433_mqtt_hass.py", line 476, in publish_config manufacturer, model = model.split("-", 1) ValueError: not enough values to unpack (expected 2, got 1) [R82XX] PLL not locked