generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Twice over the last couple of days my Aranet4 stopped sending updates. Both times I noticed the following warning in the logs:
(node:538) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 disconnect listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
(node:538) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 childBridgeStatusUpdate listeners added to [HomebridgeIpcService]. Use emitter.setMaxListeners() to increase limit
(node:538) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
(node:538) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 disconnect listeners added to [Socket]. Use emitter.setMaxListeners() to increase limit
Could this be related?
Plugin Config:
{
"bridge": {
"name": "Homebridge 47AE",
"username": "xxxxx",
"port": 51907,
"pin": "xxxxx",
"advertiser": "bonjour-hap"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"platform": "config"
},
{
"name": "Aranet4 Platform",
"co2AlertThreshold": 1006,
"batteryAlertThreshold": 10,
"sensorDataRefreshInterval": 300,
"bluetoothReadyTimeout": 10,
"bluetoothDeviceSearchTimeout": 10,
"_bridge": {
"username": "xxxxx",
"port": 56655
},
"platform": "Aranet4"
}
]
}Environment:
- Plugin Version: homebridge-aranet4 v0.0.3
- Homebridge Version: homebridge-config-ui-x v4.50.2
- Node.js Version: v19.2.0
- NPM Version: 8.19.3
- Operating System: macOS 13.0.1 (22A400
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working