grzegorz914 / homebridge-lgwebos-tv

Homebridge plugin for LG WebOS TV, publish as independent external platform accessory.
MIT License
134 stars 15 forks source link

Not initializing #178

Closed paukleopod closed 1 year ago

paukleopod commented 1 year ago

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

grzegorz914 commented 1 year ago

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.

paukleopod commented 1 year ago

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:17 PM] [HB Supervisor] Starting Homebridge with extra flags: -I -P /volume1/homebridge/node_modules -D --strict-plugin-resolution [10/28/2023, 12:01:17 PM] [HB Supervisor] Started Homebridge v1.6.1 with PID: 13471 [10/28/2023, 12:01:18 PM] Loaded config.json with 0 accessories and 5 platforms. [10/28/2023, 12:01:18 PM] Loaded 4 cached accessories from cachedAccessories. [10/28/2023, 12:01:18 PM] --- [10/28/2023, 12:01:19 PM] The plugin "homebridge-ewelink" requires Node.js version of ^18.18.2 || ^20.8.1 which does not satisfy the current Node.js version of v18.15.0. You may need to upgrade your installation of Node.js - see https://homebridge.io/w/JTKEF [10/28/2023, 12:01:20 PM] Loaded plugin: homebridge-ewelink@12.0.0 [10/28/2023, 12:01:20 PM] Registering platform 'homebridge-ewelink.eWeLink' [10/28/2023, 12:01:20 PM] --- [10/28/2023, 12:01:24 PM] Loaded plugin: homebridge-hue@0.13.67 [10/28/2023, 12:01:24 PM] Registering platform 'homebridge-hue.Hue' [10/28/2023, 12:01:24 PM] --- [10/28/2023, 12:01:25 PM] Loaded plugin: homebridge-lgwebos-tv@2.13.4 [10/28/2023, 12:01:25 PM] Registering platform 'homebridge-lgwebos-tv.LgWebOsTv' [10/28/2023, 12:01:25 PM] --- [10/28/2023, 12:01:25 PM] Loaded plugin: homebridge-tuya@2.0.1 [10/28/2023, 12:01:25 PM] Plugin 'homebridge-tuya' tried to register with an incorrect plugin identifier: 'homebridge-tuya-lan'. Please report this to the developer! [10/28/2023, 12:01:25 PM] Registering platform 'homebridge-tuya.TuyaLan' [10/28/2023, 12:01:25 PM] --- [10/28/2023, 12:01:25 PM] Loading 5 platforms... [10/28/2023, 12:01:25 PM] [Hue] Initializing Hue platform... [10/28/2023, 12:01:25 PM] [Hue] homebridge-hue v0.13.67, node v18.15.0, homebridge v1.6.1 [10/28/2023, 12:01:25 PM] [Hue] warning: planned changes, see https://github.com/ebaauw/homebridge-hue/issues/1070 [10/28/2023, 12:01:25 PM] [Hue] warning: recommended version: node v20.7.0 LTS [10/28/2023, 12:01:25 PM] [Hue] config.json: {"name":"Hue","anyOn":true,"effects":true,"lights":true,"nativeHomeKitLights":true,"nativeHomeKitSensors":true,"noDeconz":true,"resource":true,"wallSwitch":true,"users":{"001788FFFE66A8EC":"1"},"platform":"Hue"} [10/28/2023, 12:01:25 PM] [Hue] config: {"anyOn":true,"brightnessAdjustment":1,"effects":true,"excludeSensorTypes":{},"forceHttp":false,"heartrate":5,"hosts":[],"lowBattery":25,"homebridgeDeconz":"","homebridgeHue2":"","nativeHomeKitLights":true,"nativeHomeKitSensors":true,"resetTimeout":500,"resource":true,"timeout":5,"users":{"001788FFFE66A8EC":"1"},"waitTimePut":50,"waitTimePutGroup":1000,"waitTimeResend":300,"waitTimeUpdate":20,"name":"Hue","lights":true,"noDeconz":true,"wallSwitch":true,"platform":"Hue"} [10/28/2023, 12:01:25 PM] [Hue] searching bridges [10/28/2023, 12:01:25 PM] [Hue] upnp: listening on mdns [10/28/2023, 12:01:25 PM] [TuyaLan] Initializing TuyaLan platform... [10/28/2023, 12:01:25 PM] [eWeLink] Initializing eWeLink platform... [10/28/2023, 12:01:25 PM] [eWeLink] Initialising plugin v12.0.0 | System linux | Node v18.15.0 | HB v1.6.1 | HAPNodeJS v0.11.1... [10/28/2023, 12:01:25 PM] [LgWebOsTv] Initializing LgWebOsTv platform... [10/28/2023, 12:01:25 PM] [LgWebOsTv] Initializing child bridge 0E:0D:70:B3:43:5E [10/28/2023, 12:01:25 PM] [TuyaLan] Marked Polaroid unreachable by faulting Service.Polaroid.On [10/28/2023, 12:01:25 PM] [TuyaLan] Marked Lavalamp unreachable by faulting Service.Lavalamp.On [10/28/2023, 12:01:25 PM] [TuyaLan] Marked Amp unreachable by faulting Service.Amp.On [10/28/2023, 12:01:25 PM] [TuyaLan] Starting discovery... [10/28/2023, 12:01:25 PM] [eWeLink] Plugin initialised. Setting up accessories.... [10/28/2023, 12:01:25 PM] [Hue] meethue.com: request 1: GET / [TuyaDiscovery] Discovery started on port 6666. [TuyaDiscovery] Discovery started on port 6667. [10/28/2023, 12:01:25 PM] [Hue] bonjour: found 001788FFFE66A8EC at 192...14 [10/28/2023, 12:01:25 PM] [Hue] 192...14: request 1: GET /config [10/28/2023, 12:01:25 PM] [Hue] 192...14: request 1: 200 OK [10/28/2023, 12:01:25 PM] [Hue] meethue.com: request 1: 200 OK [10/28/2023, 12:01:25 PM] [Hue] meethue.com: found 001788FFFE66A8EC at 192...14 [10/28/2023, 12:01:27 PM] [eWeLink] Fetching devices from eWeLink home/id [My Home] [5ea1f18fdfd96e0008e52273]. [10/28/2023, 12:01:27 PM] [eWeLink] Fetching devices from eWeLink home/id [Thuis] [64a868e581e4610008af503c]. [10/28/2023, 12:01:27 PM] [homebridge-lgwebos-tv] Launched child bridge with PID 13488 [10/28/2023, 12:01:27 PM] Registering platform 'homebridge-lgwebos-tv.LgWebOsTv' [10/28/2023, 12:01:27 PM] [homebridge-lgwebos-tv] Loaded homebridge-lgwebos-tv v2.13.4 child bridge successfully [10/28/2023, 12:01:28 PM] Loaded 0 cached accessories from cachedAccessories.0E0D70B3435E. [10/28/2023, 12:01:28 PM] Publishing bridge accessory (name: homebridge-lgwebos-tv, publishInfo: { username: '0E:0D:70:B3:43:5E', port: 37511, pincode: '*-*-', category: 2, bind: undefined, mdns: undefined, addIdentifyingMaterial: true, advertiser: 'bonjour-hap' }). [10/28/2023, 12:01:28 PM] Homebridge v1.6.1 (HAP v0.11.1) (homebridge-lgwebos-tv) is running on port 37511. [10/28/2023, 12:01:28 PM] [TuyaLan] Discovered Lavalamp (bf20c67ba212b71481prjg) identified as SimpleLight (3.3) [Tuya] Changing ping gap for Lavalamp to 9s [Tuya DEBUG] reconnect called for Lavalamp [10/28/2023, 12:01:28 PM] [TuyaLan] Connected to Lavalamp [Tuya] Sending first query to Lavalamp (3.3) [Tuya] Heard back from Lavalamp with command 10 [10/28/2023, 12:01:28 PM] [TuyaLan] Ready to handle Lavalamp (SimpleLight:3.3) with signature {"1":true,"9":0,"38":"memory","40":"relay","41":false,"42":"","43":""} [10/28/2023, 12:01:28 PM] [TuyaLan] Discovered Amp (bfce88064d78ec2729i7ay) identified as Outlet (3.3) [Tuya] Changing ping gap for Amp to 9s [Tuya DEBUG] reconnect called for Amp [10/28/2023, 12:01:29 PM] [TuyaLan] Connected to Amp [Tuya] Sending first query to Amp (3.3) [Tuya] Heard back from Amp with command 10 [10/28/2023, 12:01:29 PM] [TuyaLan] Ready to handle Amp (Outlet:3.3) with signature {"1":false,"9":0,"38":"memory","40":"relay","41":false,"42":"","43":""} [10/28/2023, 12:01:29 PM] [TuyaLan] Discovered Polaroid (bfc6e0c9f16e9283f6ic8z) identified as SimpleLight (3.3) [Tuya] Changing ping gap for Polaroid to 9s [Tuya DEBUG] reconnect called for Polaroid [Tuya] Discovery ended. [10/28/2023, 12:01:29 PM] [TuyaLan] Connected to Polaroid [Tuya] Sending first query to Polaroid (3.3) [Tuya] Heard back from Polaroid with command 10 [10/28/2023, 12:01:29 PM] [TuyaLan] Ready to handle Polaroid (SimpleLight:3.3) with signature {"1":false,"9":0,"38":"memory","40":"relay","41":false,"42":"","43":""} [10/28/2023, 12:01:30 PM] [Hue] upnp: search done [10/28/2023, 12:01:30 PM] [Hue] Bridge: Signify Netherlands B.V. BSB002 bridge v1960149090, api v1.60.0 [10/28/2023, 12:01:30 PM] [Hue] Bridge: request 1: GET / [10/28/2023, 12:01:30 PM] [Hue] Bridge: request 1: 200 OK [10/28/2023, 12:01:30 PM] [Hue] Bridge: request 2: GET /groups/0 [10/28/2023, 12:01:30 PM] [Hue] Bridge: request 2: 200 OK [10/28/2023, 12:01:30 PM] [Hue] Bridge: 001788FFFE66A8EC: Signify Netherlands B.V. BSB002 bridge "Bridge" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/23: exposed by bridge {"state":{"on":true,"bri":205,"hue":29135,"sat":166,"effect":"none","xy":[0.2844,0.5577],"alert":"select","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2022-06-24T12:55:04"},"type":"Color light","name":"Campari","modelid":"LLC010","manufacturername":"Signify Netherlands B.V.","productname":"Hue iris","capabilities":{"certified":true,"control":{"mindimlevel":10000,"maxlumen":210,"colorgamuttype":"A","colorgamut":[[0.704,0.296],[0.2151,0.7106],[0.138,0.08]]},"streaming":{"renderer":true,"proxy":false}},"config":{"archetype":"hueiris","function":"decorative","direction":"upwards","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:01:22:f9:28-0b","swversion":"67.93.11"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/24: exposed by bridge {"state":{"on":true,"bri":188,"hue":20253,"sat":83,"effect":"none","xy":[0.4139,0.4635],"alert":"select","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2021-10-06T12:20:34"},"type":"Color light","name":"Richard","modelid":"LLC010","manufacturername":"Signify Netherlands B.V.","productname":"Hue iris","capabilities":{"certified":true,"control":{"mindimlevel":10000,"maxlumen":210,"colorgamuttype":"A","colorgamut":[[0.704,0.296],[0.2151,0.7106],[0.138,0.08]]},"streaming":{"renderer":true,"proxy":false}},"config":{"archetype":"hueiris","function":"decorative","direction":"upwards","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:01:22:dc:91-0b","swversion":"67.93.11"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/34: exposed by bridge {"state":{"on":true,"bri":188,"hue":12818,"sat":170,"effect":"none","xy":[0.4138,0.4622],"ct":295,"alert":"select","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2023-05-05T12:57:18"},"type":"Extended color light","name":"Jetski","modelid":"LCA006","manufacturername":"Signify Netherlands B.V.","productname":"Hue color lamp","capabilities":{"certified":true,"control":{"mindimlevel":200,"maxlumen":1055,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.17,0.7],[0.1532,0.0475]],"ct":{"min":153,"max":500}},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"sultanbulb","function":"mixed","direction":"omnidirectional","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:0b:a6:89:0b-0b","swversion":"1.104.2","swconfigid":"A7EA4812","productid":"Philips-LCA006-1-A60HECLv1"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/36: exposed by bridge {"state":{"on":true,"bri":188,"hue":12818,"sat":170,"effect":"none","xy":[0.4138,0.4622],"ct":295,"alert":"select","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2023-10-26T15:51:26"},"type":"Extended color light","name":"Pierre","modelid":"LCL001","manufacturername":"Signify Netherlands B.V.","productname":"Hue lightstrip plus","capabilities":{"certified":true,"control":{"mindimlevel":40,"maxlumen":1600,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.17,0.7],[0.1532,0.0475]],"ct":{"min":153,"max":500}},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"huelightstrip","function":"mixed","direction":"omnidirectional","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:0b:47:72:94-0b","swversion":"1.104.2","swconfigid":"2435DF32","productid":"Philips-LCL001-1-LedStripsv4"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/38: exposed by bridge {"state":{"on":false,"bri":94,"hue":65063,"sat":167,"effect":"none","xy":[0.5758,0.3274],"ct":500,"alert":"select","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2023-10-26T15:50:43"},"type":"Extended color light","name":"Outdoor","modelid":"1742930P7","manufacturername":"Signify Netherlands B.V.","productname":"Hue Impress outdoor wall","capabilities":{"certified":true,"control":{"mindimlevel":100,"maxlumen":404,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.17,0.7],[0.1532,0.0475]],"ct":{"min":153,"max":500}},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"walllantern","function":"mixed","direction":"omnidirectional","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:0b:ec:d0:9b-0b","swversion":"1.104.2","swconfigid":"97B46AC2","productid":"3241-3127-7871_HC05_PSU01"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/39: exposed by bridge {"state":{"on":true,"bri":254,"hue":8417,"sat":140,"effect":"none","xy":[0.4573,0.41],"ct":366,"alert":"select","colormode":"ct","mode":"homeautomation","reachable":false},"swupdate":{"state":"noupdates","lastinstall":"2023-05-07T07:24:36"},"type":"Extended color light","name":"Badkamerlamp","modelid":"LCA006","manufacturername":"Signify Netherlands B.V.","productname":"Hue color lamp","capabilities":{"certified":true,"control":{"mindimlevel":200,"maxlumen":1055,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.17,0.7],[0.1532,0.0475]],"ct":{"min":153,"max":500}},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"recessedceiling","function":"mixed","direction":"omnidirectional","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:0b:a9:d0:a0-0b","swversion":"1.104.2","swconfigid":"A7EA4812","productid":"Philips-LCA006-1-A60HECLv1"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/44: exposed by bridge {"state":{"on":false,"bri":99,"hue":65063,"sat":167,"effect":"none","xy":[0.5758,0.3274],"ct":500,"alert":"select","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2023-07-15T21:34:15"},"type":"Extended color light","name":"Bedroom","modelid":"LCA006","manufacturername":"Signify Netherlands B.V.","productname":"Hue color lamp","capabilities":{"certified":true,"control":{"mindimlevel":200,"maxlumen":1055,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.17,0.7],[0.1532,0.0475]],"ct":{"min":153,"max":500}},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"pendantround","function":"mixed","direction":"omnidirectional","startup":{"mode":"powerfail","configured":true}},"uniqueid":"00:17:88:01:0c:04:df:ac-0b","swversion":"1.104.2","swconfigid":"A7EA4812","productid":"Philips-LCA006-1-A60HECLv1"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/45: exposed by bridge {"state":{"on":true,"bri":254,"hue":8417,"sat":140,"effect":"none","xy":[0.4572,0.4099],"ct":366,"alert":"select","colormode":"ct","mode":"homeautomation","reachable":false},"swupdate":{"state":"noupdates","lastinstall":"2023-07-16T17:41:08"},"type":"Extended color light","name":"Table","modelid":"LCA006","manufacturername":"Signify Netherlands B.V.","productname":"Hue color lamp","capabilities":{"certified":true,"control":{"mindimlevel":200,"maxlumen":1055,"colorgamuttype":"C","colorgamut":[[0.6915,0.3083],[0.17,0.7],[0.1532,0.0475]],"ct":{"min":153,"max":500}},"streaming":{"renderer":true,"proxy":true}},"config":{"archetype":"pendantround","function":"mixed","direction":"omnidirectional","startup":{"mode":"safety","configured":true}},"uniqueid":"00:17:88:01:0c:7c:30:a5-0b","swversion":"1.104.2","swconfigid":"A7EA4812","productid":"Philips-LCA006-1-A60HECLv1"} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 000B57FFFEE8D164: IKEA of Sweden TRADFRI bulb GU10 WS 400lm "Back 1" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/25: Color temperature light "Back 1" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/25: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 000B57FFFEE884F3: IKEA of Sweden TRADFRI bulb GU10 WS 400lm "Front 2" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/26: Color temperature light "Front 2" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/26: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 000B57FFFEE6676E: IKEA of Sweden TRADFRI bulb GU10 WS 400lm "Front 1" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/27: Color temperature light "Front 1" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/27: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 000B57FFFED8C5A1: IKEA of Sweden TRADFRI bulb GU10 WS 400lm "Back 3" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/28: Color temperature light "Back 3" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/28: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 000B57FFFED94243: IKEA of Sweden TRADFRI bulb GU10 WS 400lm "Back 2" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/29: Color temperature light "Back 2" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/29: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 000B57FFFEE90CA3: IKEA of Sweden TRADFRI bulb GU10 WS 400lm "Front 3" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/30: Color temperature light "Front 3" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/30: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 8CF681FFFE54FA15: IKEA of Sweden TRADFRIbulbGU10WS345lm "Color temperature light 1" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/40: Color temperature light "Color temperature light 1" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/40: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 8CF681FFFE3B983C: IKEA of Sweden TRADFRIbulbGU10WS345lm "Color temperature light 2" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/41: Color temperature light "Color temperature light 2" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/41: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 8CF681FFFE44E562: IKEA of Sweden TRADFRIbulbGU10WS345lm "Color temperature light 3" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/42: Color temperature light "Color temperature light 3" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/42: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 8CF681FFFE44DA6C: IKEA of Sweden TRADFRIbulbGU10WS345lm "Color temperature light 4" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/43: Color temperature light "Color temperature light 4" [10/28/2023, 12:01:30 PM] [Hue] Bridge: /lights/43: config: {"on":true,"bri":true,"ct":true,"xy":false,"alert":true,"speed":false,"colorLoop":false,"colorLoopSpeed":false,"lastSeen":false,"wallSwitch":true,"resetTimeout":500,"waitTimeUpdate":20,"minCt":250,"maxCt":454,"unknown":false,"noTransition":true} [10/28/2023, 12:01:30 PM] [Hue] Bridge: 0 sensors [10/28/2023, 12:01:30 PM] [Hue] Bridge: 10 lights [10/28/2023, 12:01:30 PM] [Hue] Bridge: 0 schedules [10/28/2023, 12:01:30 PM] [Hue] Bridge: 0 rules [10/28/2023, 12:01:30 PM] [Hue] Bridge: 0 groups [10/28/2023, 12:01:30 PM] [Hue] Bridge: event stream request 1: GET /resource/button [10/28/2023, 12:01:30 PM] [eWeLink] LAN monitoring started. [10/28/2023, 12:01:30 PM] [eWeLink] [Gatsby] initialising with options {"inUsePowerThreshold":0,"logging":"standard","showAs":"default"}. [10/28/2023, 12:01:30 PM] [eWeLink] [Gatsby] initialised and found locally with IP [192.168.2.78] [1:S20]. [10/28/2023, 12:01:30 PM] [eWeLink] ✓ Setup complete. This plugin has been made with ♥ by bwp91, please consider a ☆ on GitHub if you are finding it useful! [10/28/2023, 12:01:30 PM] [Hue] Bridge: event stream request 1: 200 OK [10/28/2023, 12:01:30 PM] [Hue] Bridge: 11 accessories [10/28/2023, 12:01:30 PM] [Hue] Bridge: event stream request 2: GET /eventstream/clip/v2 [10/28/2023, 12:01:30 PM] [Hue] masked debug info dumped to /volume1/homebridge/homebridge-hue.json.gz [10/28/2023, 12:01:30 PM] Initializing platform accessory 'Bridge'... [10/28/2023, 12:01:30 PM] [Hue] Bridge: 2 services [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Back 1'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Front 2'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Front 1'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Back 3'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Back 2'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Front 3'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Color temperature light 1'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Color temperature light 2'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Color temperature light 3'... [10/28/2023, 12:01:31 PM] Initializing platform accessory 'Color temperature light 4'... [10/28/2023, 12:01:31 PM] Publishing bridge accessory (name: Homebridge 2D14, publishInfo: { username: '0E:0C:CD:BE:2D:14', port: 51168, pincode: '*-*-', category: 2, bind: undefined, mdns: undefined, addIdentifyingMaterial: true, advertiser: 'bonjour-hap' }). Setup Payload: X-HM://0024VC7380I7O Enter this code with your HomeKit app on your iOS device to pair with Homebridge:

┌────────────┐     
│ 846-63-780 │     
└────────────┘     

[10/28/2023, 12:01:31 PM] [Hue] npm registry: request 1: GET /homebridge-hue/latest [10/28/2023, 12:01:31 PM] Homebridge v1.6.1 (HAP v0.11.1) (Homebridge 2D14) is running on port 51168. [10/28/2023, 12:01:31 PM] [Hue] Bridge: event stream connected to https://192.168.2.14/eventstream/clip/v2 [10/28/2023, 12:01:31 PM] [Hue] npm registry: request 1: 200 OK [10/28/2023, 12:01:31 PM] [Hue] latest version: homebridge-hue v0.13.67 [10/28/2023, 12:01:32 PM] [Hue] Bridge: request 3: GET /lights [10/28/2023, 12:01:32 PM] [Hue] Bridge: request 3: 200 OK [10/28/2023, 12:01:32 PM] [Hue] Back 1: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Back 1: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Back 1: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Back 1: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Front 2: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Front 2: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Front 2: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Front 2: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Front 1: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Front 1: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Front 1: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Front 1: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Back 3: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Back 3: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Back 3: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Back 3: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Back 2: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Back 2: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Back 2: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Back 2: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Front 3: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Front 3: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Front 3: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Front 3: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 1: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 1: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 1: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 1: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 2: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 2: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 2: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 2: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 3: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 3: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 3: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 3: set homekit transition control to "" [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 4: brightness idd: 11, color temperature idd: 13 [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 4: set homekit supported transition configuration to AQYBAQsCAQEAAAEGAQENAgEC [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 4: set homekit supported transition configuration to {"configuration":[{"iid":11,"characteristic":1},{"iid":13,"characteristic":2}]} [10/28/2023, 12:01:32 PM] [Hue] Color temperature light 4: set homekit transition control to "" [10/28/2023, 12:01:36 PM] [Hue] Bridge: request 4: GET /lights [10/28/2023, 12:01:37 PM] [Hue] Bridge: request 4: 200 OK [Tuya DEBUG] decrementing this._connectionAttempts, currently 2 [Tuya DEBUG] decrementing this._connectionAttempts, currently 1 [Tuya DEBUG] decrementing this._connectionAttempts, currently 2 [Tuya DEBUG] decrementing this._connectionAttempts, currently 1 [Tuya DEBUG] decrementing this._connectionAttempts, currently 2 [Tuya DEBUG] decrementing this._connectionAttempts, currently 1 [10/28/2023, 12:01:41 PM] [Hue] Bridge: request 5: GET /lights [10/28/2023, 12:01:42 PM] [Hue] Bridge: request 5: 200 OK

grzegorz914 commented 1 year ago

Please set this to true "enableDebugMode": true in plugin settings, save restart and get the log.

paukleopod commented 1 year ago

Hi,

Thanks for the help. Debug mode showed it was a network error. there i saw the ssl option which had to be turned on for my model. After that i had to remove the standby function and now its working properply

grzegorz914 commented 1 year ago

Nice