-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi, I've just deleted a thermostat form my webthings instance, but when I try to add a new one, I'm still seeing the old one in the list of things discovered to be added. Thermostat is completely off, so It can't be discovered. Also I tried to delete from sqlite database, but is still in the list. Why is this happening? Is something I can do to avoid this.
Also I see errors in the logs coming from the deleted thing:
025-10-10 12:09:45.282 ERROR : Error getting thing description for thing with id zb-4c5bb3fffef186e5: Error: Unable to find thing with id = zb-4c5bb3fffef186e5
at getThings.then (/home/pi/webthings/gateway/build/models/things.js:260:23)
2025-10-10 12:09:45.332 ERROR : Error getting thing description for thing with id zb-4c5bb3fffef186e5: Error: Unable to find thing with id = zb-4c5bb3fffef186e5
at getThings.then (/home/pi/webthings/gateway/build/models/things.js:260:23)
Thanks in advance.