-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Not initializing #178
Comments
As you see the hb freezes on initializing the plugin, you need enable debug mode for Homebridge to get more info about the problem, here is nothing wron with plugin itself. |
Hi grzegorz914, Thanks for looking at this. I have the debug mode on, however it's specifically this plugin that freezes on initializing. No more information is visibile in the logs. My other plugins dont seem to have this issue. Please find the full logs below [10/28/2023, 12:01:17 PM] [HB Supervisor] Restarting Homebridge...
[10/28/2023, 12:01:31 PM] [Hue] npm registry: request 1: GET /homebridge-hue/latest |
Please set this to true "enableDebugMode": true in plugin settings, save restart and get the log. |
Hi, Thanks for the help. |
Nice |
Hi,
I've tried to get this plugin working in both a child bridge or none, however nothing seems to happen.
In the logs i only see the following mentions, with debug on i find nothing more.
The TV is connected to ethernet.
[10/28/2023, 12:05:22 AM] Loaded plugin: homebridge-lgwebos-tv@2.13.4
[10/28/2023, 12:05:22 AM] Registering platform 'homebridge-lgwebos-tv.LgWebOsTv'
[10/28/2023, 12:05:23 AM] [LgWebOsTv] Initializing LgWebOsTv platform...
My configuration is as follows.
devices": [
{
"name": "LG",
"host": "192.168.2.88",
"mac": "58:FD:B1:B6:E8:C1",
"getInputsFromDevice": true,
"filterSystemApps": false,
"sensorPower": true,
"sensorPixelRefresh": false,
"sensorVolume": false,
"sensorMute": false,
"sensorInput": false,
"sensorChannel": false,
"sensorSoundMode": false,
"sensorPictureMode": false,
"sensorScreenOnOff": false,
"sensorScreenSaver": false,
"turnScreenOnOff": false,
"brightnessControl": false,
"backlightControl": false,
"contrastControl": false,
"colorControl": false,
"pictureModeControl": false,
"soundModeControl": false,
"enableDebugMode": false,
"disableLogInfo": false,
"disableLogDeviceInfo": false,
"disableTvService": false,
"sslWebSocket": false,
"enableRestFul": false,
"restFulDebug": false,
"enableMqtt": false,
"mqttDebug": false,
"mqttAuth": false
}
],
"platform": "LgWebOsTv",
"_bridge": {
"username": "0E:0D:70:B3:43:5E",
"port": 37511
Thanks for the help in advance
The text was updated successfully, but these errors were encountered: