You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of the blue this error starting occuring and ive only realized it due to uptime kuma that ive setup letting me know. This is a screen shot of whats happening in the logs.
The text was updated successfully, but these errors were encountered:
DEBUG:Received Device Data from SDR and sent to MQTT: rtl_433/events : {"time": "2024-09-30 21:30:53+0300", "protocol": 17, "model": "Cardin-S466", "dipswitch": "---+-oo+-", "rbutton": "00L?", "mod": "ASK", "freq": 433.97059, "rssi": -5.21573, "snr": 12.84607, "noise": -18.0618}
Exception in thread Thread-1 (_thread_main):
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1075, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 3591, in _thread_main
self.loop_forever(retry_first_connection=True)
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 1756, in loop_forever
rc = self._loop(timeout)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 1164, in _loop
rc = self.loop_read()
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 1556, in loop_read
rc = self._packet_read()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 2439, in _packet_read
rc = self._packet_handle()
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 3033, in _packet_handle
return self._handle_publish()
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/paho/mqtt/client.py", line 3327, in _handle_publish
self._handle_on_message(message)
File "/usr/lib/python3.12/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 593, in mqtt_message
bridge_event_to_hass(client, msg.topic, data)
File "/scripts/rtl_433_mqtt_hass.py", line 667, in bridge_event_to_hass
logging.warning("Device Id:{} doesn't appear to be a actual device. Skipping..".format(data['id']))
~~~~^^^^^^
KeyError: 'id'
Out of the blue this error starting occuring and ive only realized it due to uptime kuma that ive setup letting me know. This is a screen shot of whats happening in the logs.
![Screenshot 2023-10-24 at 1 56 27 PM](https://private-user-images.githubusercontent.com/68380500/277760780-41f0df96-789b-4e65-afef-84bc98515cca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NzA4ODMsIm5iZiI6MTczOTQ3MDU4MywicGF0aCI6Ii82ODM4MDUwMC8yNzc3NjA3ODAtNDFmMGRmOTYtNzg5Yi00ZTY1LWFmZWYtODRiYzk4NTE1Y2NhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE4MTYyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVlYmI1YmNhOGI5ODY4MzVkMjFlM2YwZDBhNGMxMzlkODkyNmNmNTkxYjIyMzYxNTA5NDEzZTliODFjNTE4MDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4viDOOg7ys68qVayPMtJ5uHYHYiBHIbDCjyODj9Yu08)
The text was updated successfully, but these errors were encountered: