Closed robinmanuelthiel closed 4 years ago
try latest update
Isn't jo 0.2.3 the latest one?
Please update to the latest version
The one you uploaded 2h ago and don't have a changelog for yet? Okay, will try...
still the issue open?
Kind of, yes. I now get a device_unavailable
error every 3 seconds in the logs. Is that expected?
This log is from debug mode, its OK Your Xbox is not available for HB
Is there any way to hide this? Or is that not a technical possibility?
this is not show, disable debug mode in your Homebridge
I don't think, this only happens in Debug Mode...
I think U use old plugin.
I have the latest version of the plugin and Homebridge, and I still get this when debug is set to false
{ "name": "Config", "port": xx, "auth": "form", "theme": "red", "restart": "pm2 restart homebridge", "tempUnits": "f", "lang": "auto", "sudo": false, "debug": false, "log": { "method": "custom", "command": "pm2 logs --raw --out --lines 1000 homebridge" }, "platform": "config" },
As
I have the latest version of the plugin and Homebridge, and I still get this when debug is set to false
{ "name": "Config", "port": xx, "auth": "form", "theme": "red", "restart": "pm2 restart homebridge", "tempUnits": "f", "lang": "auto", "sudo": false, "debug": false, "log": { "method": "custom", "command": "pm2 logs --raw --out --lines 1000 homebridge" }, "platform": "config" },
get Your log, the log before is from old plugin version
Is Your console available from the local LAN?
If you're referring to being able to send shell commands, yes
Strange, I do not get this in my log. This is the part of code and the log is in debug level:
this.sgClient.connect(this.host).then(response => {
this.log('Device: %s %s, state: Online', this.host, this.name);
this.sgClient.addManager('system_input', SystemInputChannel());
this.sgClient.addManager('system_media', SystemMediaChannel());
this.sgClient.addManager('tv_remote', TvRemoteChannel());
this.getDeviceState();
}).catch(error => {
this.log.debug('Device: %s %s, state Offline and error: %s', this.host, this.name, error);
this.currentPowerState = false;
return;
});
The device constantly switches between "Updating" and "No Response" mode. I was able to add it successfully, but when opening the Home app, I can never use it. The logs also seem to get spammed a lot with requests.
I have already tried to rename and re-add the accessory and re-start Homebridge.
Homebridge Logs:
Config
Home Bridge version: 1.0.2 Plugin Version: v0.2.3