iklein99 / homebridge-smartthings

This is a plugin to Homebridge to connect your Smartthings network into Apple Home Kit.
Apache License 2.0
150 stars 52 forks source link

Plug in constantly restarting #139

Closed balboafer closed 1 year ago

balboafer commented 1 year ago

Hi! I've just installed the plug in today, configured it as a child bridge, and I was amazed that every device in my SmartThings hub appeared almost instantly, and they were operating normally at the beginning, but after 10 minutes or so, it began to restart every 5 seconds. I've tried to check the logs, and they mention a lot of errors. the thing is first, I need help filtering the logs for the plug in only, and then solve it, of course! I'm a newbie in HB so please, be patient. Thank you in advance.

balboafer commented 1 year ago

I think I partially solved the issue by filtering the options and leaving only those regarding devices, scenes, apps and scenes. I'll keep watching its behavior.

iklein99 commented 1 year ago

I just released a webhook service which replaces the constant polling with events from SmartThings. This should resolve any errors like that.