Page 1 of 1

Error message from Grafana, hard to find the source

PostPosted: Mon Jan 11, 2021 9:18 am
by Stoutjesdijk
Hi all,

I get these error messages:

Traceback (most recent call last):
File "plugin.py", line 532, in deviceUpdated
File "plugin.py", line 1141, in DeviceToInflux
KeyError: key id 361333435 not found in database

Right now, I get two of these every few minutes. Any idea what's causing it, and more importantly: what is that key id? I checked the devices, there is no device with that ID.

Thanks
Mark

Re: Error message from Grafana, hard to find the source

PostPosted: Thu Mar 11, 2021 9:35 am
by vtmikel
Apologies for the delay.

The plugin is trying to send data from a device that is no longer in your Indigo DB. You may have explicitly added the device in the config. Try opening the config, modifying the "include devices" and saving. Does that resolve it?