-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridge/accessory stops sending updates #20
Comments
Remove the listener so we start fresh each time and avoid the ``` MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 stateChange listeners added to [Noble]. Use emitter.setMaxListeners() to increase limit ``` warning Might fix #20
I noticed I got those warnings when the Mac went asleep.
But it's a different error message than you (it's on I'm currently running #24 locally, and I'll see if it helps. For your original error, there are a few similar issues in the homebridge repo https://github.com/search?q=repo%3Ahomebridge%2Fhomebridge+Possible+EventEmitter+memory+leak+detected&type=issues, some which have potential work arounds, or on reddit (https://old.reddit.com/r/homebridge/comments/vnl5qb/raspberry_pi_issues_running_homebridge_when/) so it might be a Homebridge issue rather than something with this plugin specifically. |
Remove the listener so we start fresh each time and we try to avoid the ``` MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 stateChange listeners added to [Noble]. Use emitter.setMaxListeners() to increase limit ``` warning Might help for #20
Did #24 help with this, @quentinms & @finestructure ? Just installed the plugin and it only ran for a few hours before losing contact.
|
I've stopped using home bridge because it wasn't reliable for me but I might try again in the future. |
Twice over the last couple of days my Aranet4 stopped sending updates. Both times I noticed the following warning in the logs:
Could this be related?
Plugin Config:
Environment:
The text was updated successfully, but these errors were encountered: