Skip to content
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

(node) warning: possible EventEmitter memory leak detected. 11 data listeners added. Use emitter.setMaxListeners() to increase limit. #13

Closed
snowdd1 opened this issue Nov 17, 2015 · 1 comment
Labels

Comments

@snowdd1
Copy link
Owner

snowdd1 commented Nov 17, 2015

This is caused by an invalid knxd/eibd IP or port configuration.

If you encounter this message, homebridge-knx (which uses the eibd node module for communication with the bus) cannot establish a connection to your knxd or eibd server.

Please check IP-address and port number in config.json

@snowdd1 snowdd1 added the bug label Nov 17, 2015
@snowdd1
Copy link
Owner Author

snowdd1 commented Nov 18, 2015

Was missing an error handler (was copied without modifying from example code). Is fixed in ver 0.2.2 commit 9da8f5d#
Throws a readable error message if knxd is unreachable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant