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

Homebridge v1.3.0-beta.x Endless Loop #2774

Closed
mitch7391 opened this issue Jan 10, 2021 · 29 comments
Closed

Homebridge v1.3.0-beta.x Endless Loop #2774

mitch7391 opened this issue Jan 10, 2021 · 29 comments

Comments

@mitch7391
Copy link

mitch7391 commented Jan 10, 2021

Describe The Bug:

Homebridge v1.3.0-beta.42 appears to be caught in an endless loop and does not create accessories in the web UI and therefore leaves everything on ‘no response’ in HomeKit.

I am on a Raspberry Pi 4 using the official image connected via ethernet, my hub is an Apple TV 4K also connected via ethernet. I have tried using both the mdns setting and without. I have rebooted Homebrigde many times, I have rebooted my Apple TV and my router. Reverting back to v1.2.5 works for me with no issues.

It was mentioned by @Supereg that homebridge-wiz-lan might be causing the loop; however uninstalling the plug-in and removing the config made no difference. Mentioned in ‘Testers Wanted’ and this issue.

To Reproduce:
Update to latest beta version. I started with v1.3.0-beta.40 which presented the issue; beta.41 and beta.42 still have the issue. Reverting back to v1.2.5 fixes the issue for me.

Expected behavior:
For homebridge to run with no issues ;) expected some minor issues as it is beta testing.

Logs from initial issue.

Secondary Logs after removing homebridge-wiz-lan plug-in and config.

Homebridge Config:

Click to expand
{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:34",
        "port": 51860,
        "pin": "031-45-154",
        "bind": [
            "eth0"
        ]
    },
    "description": "",
    "accessories": [
        {
            "name": "Roborock",
            "ip": "192.168.0.143",
            "token": "XXXX",
            "waterBox": false,
            "silent": true,
            "pause": false,
            "pauseWord": "pause",
            "findMe": false,
            "findMeWord": "where are you",
            "dock": true,
            "delay": false,
            "cleanword": "clean",
            "roomTimeout": 0,
            "autoroom": true,
            "accessory": "XiaomiRoborockVacuum"
        },
        {
            "accessory": "BOMgovau",
            "name": "Harrisdale",
            "stationURL": "http://www.bom.gov.au/XXXX"
        },
        {
            "accessory": "RaspberryPiTemperature",
            "name": "Homebridge CPU Temperature",
            "updateInterval": 1000
        },
        {
            "name": "Sunny Boy",
            "hostname": "192.168.0.147",
            "debug": false,
            "refreshInterval": 1,
            "accessory": "SMAInverter"
        }
    ],
    "platforms": [
        {
            "name": "Config",
            "port": 8581,
            "auth": "none",
            "theme": "dark-mode",
            "tempUnits": "c",
            "lang": "auto",
            "sessionTimeout": 86400000,
            "platform": "config"
        },
        {
            "platform": "Cmd4",
            "name": "Cmd4",
            "outputConstants": true,
            "accessories": [
                {
                    "type": "Switch",
                    "displayName": "My_Switch",
                    "on": "FALSE",
                    "name": "Hisense",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/HisenseSwitch.sh",
                    "polling": [
                        {
                            "on": "FALSE",
                            "interval": 50,
                            "timeout": 5000
                        }
                    ]
                },
                {
                    "type": "Television",
                    "displayName": "TV_Combo",
                    "active": "ACTIVE",
                    "activeIdentifier": 1234,
                    "configuredName": "TV_Combo",
                    "name": "Test",
                    "sleepDiscoveryMode": "ALWAYS_DISCOVERABLE",
                    "linkedTypes": [
                        {
                            "type": "InputSource",
                            "displayName": "TV",
                            "configuredName": "TV",
                            "currentVisibilityState": "SHOWN",
                            "inputSourceType": "TUNER",
                            "isConfigured": "CONFIGURED",
                            "identifier": 0,
                            "name": "TV"
                        },
                        {
                            "type": "InputSource",
                            "displayName": "HDMI1",
                            "configuredName": "HDMI1",
                            "currentVisibilityState": "SHOWN",
                            "inputSourceType": "HDMI",
                            "isConfigured": "CONFIGURED",
                            "identifier": 2,
                            "name": "HDMI1"
                        }
                    ],
                    "polling": [
                        {
                            "active": "ACTIVE",
                            "interval": 50,
                            "timeout": 5000
                        },
                        {
                            "activeIdentifier": 1,
                            "interval": 50,
                            "timeout": 5000
                        }
                    ],
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/HisenseTV.sh"
                },
                {
                    "type": "TemperatureSensor",
                    "displayName": "My_TemperatureSensor",
                    "currentTemperature": 50,
                    "statusFault": "NO_FAULT",
                    "name": "Living_Room",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentTemperature": 50,
                            "interval": 50,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 3,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z01"
                },
                {
                    "type": "TemperatureSensor",
                    "displayName": "My_TemperatureSensor",
                    "currentTemperature": 50,
                    "statusFault": "NO_FAULT",
                    "name": "Theatre_Room",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentTemperature": 50,
                            "interval": 50,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 3,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z02"
                },
                {
                    "type": "TemperatureSensor",
                    "displayName": "My_TemperatureSensor",
                    "currentTemperature": 50,
                    "statusFault": "NO_FAULT",
                    "name": "Master_Room",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentTemperature": 50,
                            "interval": 50,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 3,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z03"
                },
                {
                    "type": "TemperatureSensor",
                    "displayName": "My_TemperatureSensor",
                    "currentTemperature": 50,
                    "statusFault": "NO_FAULT",
                    "name": "Craft_Room",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentTemperature": 50,
                            "interval": 50,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 3,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z04"
                },
                {
                    "type": "TemperatureSensor",
                    "displayName": "My_TemperatureSensor",
                    "currentTemperature": 50,
                    "statusFault": "NO_FAULT",
                    "name": "Spare_Room",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentTemperature": 50,
                            "interval": 50,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 3,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z05"
                },
                {
                    "type": "TemperatureSensor",
                    "displayName": "My_TemperatureSensor",
                    "currentTemperature": 50,
                    "statusFault": "NO_FAULT",
                    "name": "Guest_Room",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentTemperature": 50,
                            "interval": 50,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 3,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z06"
                },
                {
                    "type": "Switch",
                    "displayName": "My_Switch",
                    "on": "FALSE",
                    "name": "Theatre",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z02"
                },
                {
                    "type": "Switch",
                    "displayName": "My_Switch",
                    "on": "FALSE",
                    "name": "Bedroom",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z03"
                },
                {
                    "type": "Switch",
                    "displayName": "My_Switch",
                    "on": "FALSE",
                    "name": "Craft",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z04"
                },
                {
                    "type": "Switch",
                    "displayName": "My_Switch",
                    "on": "FALSE",
                    "name": "Spare",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z05"
                },
                {
                    "type": "Switch",
                    "displayName": "My_Switch",
                    "on": "FALSE",
                    "name": "Guest",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/zones.sh",
                    "state_cmd_suffix": "z06"
                },
                {
                    "type": "Fan",
                    "on": "FALSE",
                    "name": "Fan",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/ezone.sh"
                },
                {
                    "type": "Thermostat",
                    "displayName": "My_Thermostat",
                    "currentHeatingCoolingState": "OFF",
                    "targetHeatingCoolingState": "OFF",
                    "currentTemperature": 50,
                    "targetTemperature": 37,
                    "temperatureDisplayUnits": "CELCIUS",
                    "name": "My_Thermostat",
                    "Manufacturer": "Advantage Air Australia",
                    "Model": "e-zone",
                    "SerialNumber": "Fujitsu e-zone2",
                    "polling": [
                        {
                            "currentHeatingCoolingState": "OFF",
                            "interval": 60,
                            "timeout": 4000
                        },
                        {
                            "currentTemperature": 50,
                            "interval": 60,
                            "timeout": 4000
                        }
                    ],
                    "stateChangeResponseTime": 1,
                    "state_cmd": "bash /home/pi/ezone.sh"
                }
            ]
        },
        {
            "platform": "BroadlinkRM",
            "name": "Broadlink RM",
            "hideScanFrequencyButton": false,
            "hideLearnButton": false,
            "hideWelcomeMessage": true,
            "accessories": [
                {
                    "name": "X-mas Tree",
                    "type": "switch",
                    "data": {
                        "on": "b20184030a1c091d1a0b0a1c1a0b0a1c1b0b1b0b091d091c0a1c091d091d091c091d091d1a0b1b0b1b0b1a0c1a0b1b0b1b0b1a0b1b0b1b0b091c0a1c0a0001511a0b0a1c1a0c091d091c0a1c091d1a0b0a1c1b0b091c1b0b1b0b0a1c091c0a1c0a1c091d091d091c0a1c1b0b1a0b1b0b1b0b1a0c1a0b1b0b1a0c1a0c1a0b091d091d090001511b0b091c1b0b091d091d091c0a1c1b0b091d1a0b0a1c1b0b1a0c091d091c0a1c091c0a1c0a1c091d091d1a0b1b0b1a0c1a0b1b0b1a0c1a0b1b0b1b0b1a0c091c0a1c0a0001511a0b0a1c1b0b091d091c0a1c091d1a0b091d1b0b091c1b0b1b0b091d091c091d0a1c091d091c091d091d1a0c1a0b1b0b1b0b1a0c1a0b1b0b1a0b1b0b1b0b091d091d090001511a0c091c1b0b0a1c091d091c0a1c1b0b091d1a0b0a1c1a0c1a0b0a1c0a1c0a1c091d091c0a1c091d091c1b0b1b0b1a0c1a0b1b0b1a0c1b0b1a0b1b0b1b0b091c0a1c0a0001501b0b0a1c1a0b0a1c0a1c0a1c091c1b0b0a1c1a0c091c1b0b1b0b0a1c091c0a1c0a1c091c0a1c0a1c0a1c1b0b1a0b1b0b1a0c1a0c1a0b1b0b1b0b1a0b1b0b0a1c091d090001511a0b0a1d1a0b0a1c091d091c0a1c1b0b091d1a0b0a1c1b0b1a0b0a1c0a1c0a1c091d091c091d091d091d1a0b1b0b1b0b1a0b1b0b1b0b1a0c1a0b1b0b1b0b091c0a1c090001521a0b091d1a0b0a1c0a1c0a1c091c1b0b0a1c1a0c091c1b0b1b0b091d091c0a1c0a1c091d091c0a1c0a1c1a0c1a0b1b0b1b0b1a0b1b0b1a0c1a0c1a0b1b0b0a1c091d090001511b0b091c1b0b0a1c091d091c0a1c1a0c091d1a0c091c1b0b1b0b091c091d0a1c091c0a1c091d091d091d1a0b1b0b1b0b1a0c1a0b1b0b1a0c1a0b1b0b1a0c091c0a1d090001511a0c091c1b0b091d091c091d091d1a0b0a1d1a0b091d1a0b1b0b0a1c0a1c091c0a1c0a1c091d091c0a1c1b0b1b0b1a0b1b0b1b0b1a0c1a0b1b0b1a0c1a0c091c0a1c090001511b0b091d1a0c091c091d091d091c1b0b0a1c1a0b0a1c1b0b1b0b091d091c0a1c091d0a1c091c0a1c0a1c1a0b1b0c1a0b1a0c1a0c1a0b1a0c1a0b1b0b1b0b091d091d090001511a0c091c1b0b091d091c0a1c0a1c1b0b0a1c1a0b0a1c1b0b1b0b091d091c091d0a1c091c0a1c0a1c091c1b0b1b0b1a0c1a0b1b0b1b0b1b0b1a0c1a0b1b0b091d091d090001501c0a0a1c1a0c091d091c0a1c091d1a0c091c1b0b0a1c1a0b1b0b0a1c091d091c0a1c0a1c091d091c0a1c1a0b1b0b1b0b1b0b1a0b1b0b1b0b1b0b1a0c1a0b091d0a1c090005dc00000000",
                        "off": "b2003002190c091d1a0b0a1c091e081d091c1a0c091d1a0c091d190c1a0c091d091c091d091c0a1c0a1c091d091d1a0b1a0c091d1a0b1a0c1a0b1b0b1b0b1a0c1a0b1b0b091c0a0001511b0b091c1b0b091d091c0a1c091d1a0b0a1c1b0b091d1a0b1b0b091d091c091d091d091d091c091d091d1a0b1b0b091d1a0c1a0b1b0b1b0b1a0b1b0b1a0c1a0c091c0a0001511a0b091d1a0c091d091c0a1c091d1a0b091d1a0c091d1a0b1a0c091c091d091d091c0a1c091d091d091d1a0b1b0b091d1a0b1b0b1a0c1a0c1a0b1a0c1a0c1a0b0a1c090001511b0b091d1a0c091c091d091d091c1a0c091d1a0b0a1c1b0b1a0b091d091d091d091d081d091d091c091d1a0c1a0c091c1a0c1a0c1a0b1b0b1a0c1a0b1b0b1b0b091d090001511a0b0a1c1a0c091d091d091c091d1a0b091d1a0c091c1b0b1b0b091d091c0a1c091d091d091c091d091d1a0c1a0b091d1a0b1b0b1b0b1a0b1b0b1b0b1a0b1b0b0a1c090001521a0b091d1a0b0a1c0a1c091d091c1b0b091d1a0b091d1b0b1a0b0a1c0a1c091d091c0a1c091d091d091c1b0b1a0c091d1a0b1a0c1a0c1a0b1b0b1a0c1a0b1b0b091d090001511b0b091d1a0c091c091d091c0a1c1b0b091d1a0b0a1c1b0b1a0c091c091d091d091d091c091d091c0a1c1b0b1a0c091d1a0b1a0c1a0b1b0b1a0c1a0c1a0b1a0c091d090001511a0c091d1a0b091d091d091c0a1c1a0c091d1a0b091d1a0c1a0b0a1c091d091c0a1c0a1c091d091c091d1b0b1a0b0a1c1b0b1a0c1a0b1b0b1a0c1a0c1a0b1a0c091c0a0005dc091d091c1a0c091d"
                    }
                },
                {
                    "name": "Blind",
                    "type": "window-covering",
                    "totalDurationOpen": 31,
                    "totalDurationClose": 33,
                    "data": {
                        "open": "b2002a0309140815081508150814091409140817ab14130a09131409091409140914130a130a0814140a120b08140914130a081508150815081409140914130a130a0815081508140914091409140914120a091409140914091409140914091408150814130a09140914081508150815081409140914130a081508150814130a0914130a130a0815081508140914091408150914081512aeac14130a0914130a081508140914130a130a0914130a120a09140914130a091408150815081508140914130a130a0815081508150814091409140914130a08140914091508140914091409130a130914140a08140914091409140815081508140914130a091408150815130a0814130a130a0914091408150814091409140914081512afab15120a0914130a091408150814130a130a0914130a130a08150815120a091409140815081508150814130a130a0914081509140814091409140914130a091409140913091409140914091409140914130a08150815081409140914081508150815120a091409140914130a08151309130a0914081508150914081409140914091413aeab15130a0815120a091409140815130a120b08141409130a09140914130a081409140914091409140815130a13090914091409140815081508150815120a091408150914091408150815081409140914130a08150815081409140914091408150815120b081409140914130a0914120b120a0914091409140914081508140914091413afab14130a0815130a081409140914130a130a0815130a120a09140815130a081508140914091409140914130a130a08140914091409140914081508151309091409150814091409140815081508140914130a09140914081508150814091409140914130a091408140914130a0914130a130a0913091409140914091408150815081414adac14130a0914130a081508140914130a130a0815130a130909140914130a081508150914081409140914130a130a0815081508140914091409140914130a081508150814091409140914081509140815120a09140914081508150815081409140914130a091408150815120a0914130a130a09140914091309150815081409140914130005dc130a081508150814091409140914",
                        "close": "b2002a0309140914091409140814091409140915ac1413090a131409091409140914130a130909141409130a0914091413090a1309140914091409140914130a130909140914091409140914081409141409091409140914091409130914091409140914130a091409130914091409140914091409141309140909140914091409131409140909140914130a130a130a08140914091413aeac14130909141409091409140914130914090914130a130a0914091413090a1309140914091409130a13140914090914091409140913091409140914130a09130a140815081409140914091409140914130a081409140914091409140914091408141409130a09140914091409131409130a09140914130a1309140909140914091413aeab14130a0914130a091409130915120a140909141309140a09140814130a0914091408150914081409141409130a09140815091408140a1309140914130a091409130914091409140914091409140913140909140914091409140914081409140914130a13090a13091508140914130a130a0914081513091409130a09140914091412afab141409091413090a130a1309141409130a09141309140909140914130a09130a130a13091409140914130a1309091508150815081409140914081513090a1309140914091409140914091408140914140909140914091409140814091409140914130a13090a13091409140914130a13090a130a13130a130a130a09130a13091414aeab14130a0914130a081409140914130a130a0914120a130a091409141309091509130a13091409140914130a13090914091409140914091409140914130909140914091409130a140815081409140914130a09140815081409140914091409140914130914090914091409140914130a130a09130914130a130a130a091408140a1313aeac14130a08151309091409140914130a13090a14120a130a09140914130a081409140914091409140914130a13090914091409140914091409140814140909140914091409130a130914091409140914130a09140913091409140914091409130a13140a130909140914091409131409130a09150814130a1309140a081508140914130005dc1309091409140914091409140914",
                        "stop": "b200a00108150815081508150814091408150817aa15130a0815120b081408150914120b120b0815120b120b08140914130a081508150814091408150815130a120b0814091409140815081508150814130a091408150914081508150815081507150914120b0914081508150815081408160814091408150815120b081507150815130a130a120b08150814130a130a081508150814130002b3ab14130a0914130a081508150814130a130a0815130a120b08150814130a081509140815081409150715130a130a0914081508150815081507150914130a081508150815081508140914091408150815120b0814091409140914081508150814091409140914130a081508150815120a130a130a091409141309130b08140816081413aeab15120a0914130a081508150815120a130a0914130a120b08150814130a091409140815081508150814130a130a0815081508150914081508140815130a081508150815081409150814081509140815120b0814091409140815081508150815081508140816120a081508150815130a120b120b08140914130a130a081507160814120005dc0000000000000000"
                    }
                },
                {
                    "name": "Blind 1",
                    "type": "window-covering",
                    "totalDurationOpen": 33,
                    "totalDurationClose": 33,
                    "data": {
                        "open": "b200240208150814091409140914091408150816ac14130a0815130a081409140914140914090914130a130a0814091414090914130a0914130a0914130a13091409130a0914091414090914091413091409091409140914091409130a13091508140914130a09140914091409140914081409140a13091409140914091413090a131409140a081409140914130a130a0914120b120a13aeac15120a0914130a0815091408151309140909141409130a0914091413090914140a0815120a0914130a130a130a120b09130914140909140914130a1309091409140914091409140914091409140814140a09140913091409140914091409140914091309140914091414090914130a130a0913091409141409130a0914130a130a130002b2ac1414090914130a0914091409141309140a08141409130a0914091413090a1314090914140909141409130a130a130a09130a13130a09140914130a130a091409130914091409140914091409140914130a0913091409140914091409140914091309140a1309140914130a0914130a130a091409130914130a130a09141409130a13aeac14130a0913130a091409140914130a130a09141309140909140914130a0914130a0914130a081414091409140914090914091413090a140814130a130a091409140914081509140914081409140914130a091409140914091408140914091409140914091409130915130909141409130a091409140914130914090a1413091409130005dc09130914",
                        "close": "b2002a0309140914091408150814091409140915ad131409091414090914091409131409140a08151309140909140914130a0913140a081513090914130a130a130a13090a130a14130909140914130a130a091408150913091409150814091409140914130a091409130a1309140914091409130a14130a130909140a13091409141409130a1409130a0913140909140914130a130a13aeac14130a0914130a0815081409141409130a0914130a130a0913091414090a13130a0914130a09131409140a1309130a09150814130a09140914130a130909140914091409140914091409130a1309141409091409140914091409140914091409131409140909140914091409141309140a130a13090914130a09140914130a130a13aeac14130a09131409091409140914130a130a0914130a130909150814130a0914130a0914130a091413091409140914090914091413090a1408141409130a09140914091409140914091408140a1309141409091409140914091409130915081409141409130a091409140914091413091409140914090914130a091409141309140913afab14140a08141409091409140914130a130a09131409140909140914130a09131409091513090914130a130a130a130a09140913140909140914130a130a091409140914091309140914091409140914130a09140914091409130914091409140914130a130a09140913091409141409130a130a130a0914130a08140914130a130a14adac1414090914130a09130a130a13140914090914130a13090a140913140a08151309091414090914130a130a1309140909140914130a09140914130a1309091409140a1309140914091409140914091314090a13091409140914091409130a130915130914090914091409140913140a130a1309140909141409091409141309140914aeac14130909141409091409140914130a130a09141309140909140914130a0914130a0914130909141409130a130a130a09140914130a08140914130a130a09140914091409130a130a13091409140914130a09140913091409140914091409140914130a130a091409130a1309141409130a130a13090a14130909140914130a130a130005dc130a130a09140914130a08140914",
                        "stop": "b200a80209140914091409140914091408140a15ac14130a09141309091409140914130a14090914130a130a09130a1314090914130a0914130a091413091409130a140909140914130a09140914130914090a130914091409140914091409130a13091414090914091409140914091409140913091409140914130a091409130a13140914090a130914130a130a091409141309140913aeac1414090914130a0914091409141309140909141409130a09140914130909141409091414090914130a130a130a130a09130a13140909140914130a13090a130a140913091409140914091409140914130a0914091309140914091409140914091409140914130a081409140914130a130a09130a1413091409091409141409130a130002b3ac1314090914130a0914091409141309140909151309130a09140914130a0815130a09131409091414091409130a130909140a13140909140914130a13090a1409140914091309140914091409140914130a091409130a13091409140914091409130a1409131409091409140914130a130a0914091314091409091409141409130a13aeac14130a09131409091409140914130a13090a131409140909140a13130a091414090914130a0913140914091409140909140914130a091409141309130a091409140914091409140914091309140914130a0914091409140914081409140914091409140914130a0913091409141409140909140914130a13090a130a131409140913aeac14130a0914130a091409130a131409130a09141409130a09140913140909141409091414090914130a130a130a130909140914130a09140914130a130a091409130914091409140914091409130a13140909140914091409140914091409140914091408141409091409140914130914090a1309141409130a09140914130a1309140005dc"
                    }
                },
                {
                    "name": "Blind 2",
                    "type": "window-covering",
                    "totalDurationOpen": 33,
                    "totalDurationClose": 33,
                    "data": {
                        "open": "b2002a03091409140914091409130a130a130916ac1314090a131409091409140914130a130a0914130a130a08140914130a0914130a091413090a13140914091409130a09140913140a08140914130a14090914091409140914091409130a13091414090914091409130a1408140914091409140914140909140913091414090914140914091409091409131409140914090914091413aeac14130a09141309091409140914130a130a0914130a13090a1309141409091414090914130a0913140914091409130a09140914130a0913091513091409091409140914091409140914091309141409091409140914091409140814091409140914130a0914091409141309091414091409140909140914130a130914090914091413aeac1414090913140a0914091409141309130a09141409140909140914130909141409091414090914130a130a1309140909140914130a09140913140914090a1408140914091409140914091409131409091409140914091409130a14091408140a1314090a13091409141409091413091409140909140914130a1309140a09130a1413adac1414090914130a091409140914130a130a08141409140909140914130a0913140a0814140909141409130a130a130a08150913140909140914130a130a09130a130a130a130914091409140914130a09140913091508140a130914091409140914130a09130a130a1314090914130a130914090a130914130a130a130a0914091314aeac141309091513090914091409141409130a09141309140909140914130a0914130a091413090a131409130a130a130a09140914130a091408141409130a09140914091409140913091508140914130a091409140914091309150814091409140914130a091409130a1314090914130a130a130a09130a1314091409130a0914091413aeac141409091413090a1409130a13140914090914130a13090a13091414090914130a0914130a0913140a130a1309140909140914140909140913140914090914091409140914091409130a130914140909140914091409140914081509130914091414090914091409131409091414091409130a09140914130a130a13090a130914130005dc1309140909140914140909140913",
                        "close": "b2002a0309140914091408140a130a1309140915ac1414090a1314090914091409131409140909141409130a09140914130a0914130a091413090914130a130a130a130a09130a13140909140914130a130a09140815091408150814091409140914130a091409130a13091409140914091409130a14130914090a14081508140914130a130a130a130a09131409091414090914091413aeac1413090a14130a081409140914130a130a0914130a130a091408141409091414090914130a0913140914091409130a09140914130a09140913140a130909140914091409140914091409140913140909140914091409140914081508140a1309141409130a091409130a14091314091409140914090914130a0914130a0815081413aeac14130a09141409091409140815130a13090a131409130a0914091413090a131409091414090914130a130a130914090a1309151309091409141409130a091409130a130914091409140914091413090a1408140914091409140914091409140914130914090914091409140914130914091409140909141409091414090914091413adad14130a09141309091409140914130a130a0913140914090914091414090914130a09141309091414091409130a130a09140914130a09130a13140914090914091409130a130914091508140914130a091409140914091408140a13091409140914130a13090a130a1309140914130a130a14091409091413090a1314090914091413aeac14130a0914130a09130a1309141409130a0914130914090a130914130a091414090914130a0914130a130a1309140909140914130a091409141309140909140914091409140913091508140a1314090914091409140914091409130a13091409141409130a0914091409140815130a130a130914090914130a0913140a0913091414adac1414090914130a091409130a13140914090914130a13090a14081414090a13140a081414090914130a1309140914090a130914140909140914130914090914091409140914091409140914091314090a130914091409140914091409130a130a13140914090914091409140914130a130a130914090914130a0914130a09140913140005dc140914090a130914140909140914",
                        "stop": "b200a802091409140914091409130a1309140915ad13140909141409091409140913140914090914130a130a09140914130a091314090a1314090a131409130a130a13090a130a13140909140914130a130a09130a14091409130a13091409140914130a091409130a130a13091409140914091409140814091414090914091409141409130a09140914130914090914130a0914091314aeac1413090a1314090914091409141309140a09141309130a0914091414090914130a091413090a13140914091409130a0914091314090a1309141409140909140914091409130a130a1309140914130a0914091409130a130914091409140914091409140914130a0815081409141409130a09140914130914090914140909140914130002b3ac1413090a131409091409140914130a130909141409130a09140914130a0914130a091413090a1314091409130a130a09130a13140909140914130a130a0914091409130a130a130a130914091414090914091409130a130914091409140914091409140914130a0815081409141409140909140914130914090a1314090914091413aeac14130a09131409091409140914130a130a09141309140a081409141409091414090914130a091314091409140914090914091314090a1408141409130a091409140914091409130a130a130914140909140914091409140913091409140914091409140914130a09130a130a131409130a09140914130a13090a1314090914091413aeac14130a091413090a13091409141409130a09141309140a09140913140909141409091414090914130914091409140909140914130a09130a13140914090914091409140914091409130a1409131409091409140914091409130a130a1309140914091409141409091409130a131409130a09140914130a130a091314090a130914140005dc"
                    }
                },
                {
                    "name": "Blind 3",
                    "type": "window-covering",
                    "totalDurationOpen": 29,
                    "totalDurationClose": 29,
                    "data": {
                        "open": "b2006e02130a13090a140913140a08140914130a130a0914081508150814091409140914130a0914091409130a130a13091409140914091409140914081409140a130e0404090914130a130a091409140913140914091409130a091413aeac1413090a1314090914091409141309140a0914130914090a130914130a09141409091413090a13140914091409130a09130a14130a09130a131409130a091409140914091409140913091414090914091409140914091408140a130914091409140914091409140914130a0913140914090914091409141309140a130914090914130002b3ac1413090a131409091409140914130a130a0815130a13090914091414090914130a091413090a13140914091409130a0914091314090a130a13130a140909140914091409130a1409130a1314090914091409140914091408140914091409140914091409140914091413090a13140914090914091409131409140914091409091413aeac14130a0914130a0914081409141409130a091414091409091409131409091414090914130a0914130a13091409140909140914140909130a14130a130a081409140a130914091409140913140909140a130914091409130a140913091508140a1408140a1309140914130a0914130a1309091409140914130a130a130914090a1314adad1314090914130a091409130a13140914090a13140914090914091413090a1314090914140909141409130a130a130a081509131409091409141409130a091409130a130a13091409140914130a09140815081508140a1309140914091409140914091409130a13091414090914130a130a09130a130915130914091409130a0914130005dc14091409140914090914",
                        "close": "b2002a030a130a13091409140914091409130a15ac14130a0914130a09130a1309141409140909141408140a09130a1314090914130a0914130a091314091409130a140909140914130a09140815130914090914091409140914091409130a131409091409140914091409130a130a130a130a130914140914090914091409130a13140914091409130a0914130a091314091409091413aead13130a0914130a09130a130a131409130a0914130a130a091409131409091414090914130a0914130a13091409140909140914140909140913140a130a0814091409140914091409140914130909140914091409140914091409140914091309141409140909140914091409131409140914091409091413090a1413091409091414adac15130909141409091409140914130a13090a13140914090914091413090a131409091513090914130a130a130914090a1309151309091409141409130a09130a130a130914091409140914130a09130a1409130a13091409140914091409140914130914090a13091409140914130a1309140a1309091414090914130914090a1314adad14130a081414090a1309140914130a130a09131409140909140914130a0914130a091413090a13130a1409130a140909140914130a081409141409130a0914091409140913091409140914130a09130a14091409130a130a1309140a1309140914130a130a09130a1309140914130a130a13091409091414090a1314091409091314aeac1414090913140a09130a130a131409130a0914130a130a08140914130a0914130a0914130a0913140914091409140909140914130a091409131409140909140914091409130a130a130914140909140914091409140914091409130a1309140914130a130a09140914091309141409130a1409130a0914130a0814140914090a1313aeac14130a0914130a091409130914140914090914130a13090a130a1413090914130a091414090914130a13091409140909140914130a0914091413091409091409140914091409140914091413090a1309140914091409140914091409130a130a131409130a091409140914091314091409140914090914130a0914130a130a0913140005dc1409140909140914130a09140914",
                        "stop": "b200240209140914091409140914091309150816ac1413090915130a081409140914130a130a09141309140909140a1314090914130a091314090a1314091409130a130a09140914130a0815091413091409091409140914091409130a130a13140909140914091409130a14091309140a130914091409140914130a0914091409131409140909140914130a130a081513091409091413aeac1414090914130a091309150814140914090914130a130a091409131409091414090914130a0914130a13091409140909140914140909140914130a13090a130a1309140914091409140914130909140914091409140914091409140914091309140a130914140909140914091314091409091409141409130a0913140a130a0913140002b2ac1413090a1314090a130a130914130a130a0914130a130a091408141409091414090914130a0913140a13091409130a09140914130a09140914130a13090a13091409140914091409130a1314090914091409140914091409140914091309140a130914091414090914091409141309140909140914130a130a09141309140a081413aeac14130a0914130a091409140913140914090a13140914090914091413090a1314090914130a0914130a130a130a130909150814140909140914130a130a09130a130a130914091409140914130a081508150914081508140914091409140914091409130a1314090914091409141309140a09130a13140914090914130a14090914130005dc09140914"
                    }
                },
                {
                    "name": "Blind 4",
                    "type": "window-covering",
                    "totalDurationOpen": 33,
                    "totalDurationClose": 33,
                    "data": {
                        "open": "b2002402091409140914091409130a1309140916ac14130909141409091409140914130a130a0913140a130a0814091414090914130a091314090a1314091409140913090a130a1314090a130a13130a130a09140914091409130a130914140909140914091409130a130a1409130a130a1309140914091409140914091413090914140914090914091413090a130a130914130a091413aeac14130a091314090a130a1309141409130a09141409130a081508141409091414090914130a0914130914091409140909140914140909140914130914090a130914091409140914091314090a130914091409140a13091409130a130a130a1309140914091409140914130a09131409140909140914140909140913091414090914140002b2ac1413090a131409091409140914130a130a0914130914090a13091414090914130a091413090a13140914091409130a09140914130a08140a131409130a091409140914091409130a1314090a1309140914091409130a1408150814091409140914091409140914091314090a131409130a0914091413090a130a1309141409091413aeac14130a0913140a081409140914130a130a0914130914090a1408141409091414090914130a0913140914091409140909140914130a09140913140a1309091409140a1309140914091413090a130914091409140914091409140815091309140a130a13091409140914130a09141309140909140914130a09130a130a1413090a13140005dc09140914",
                        "close": "b2002a03091409140914091409130a130a130915ad1314090a1314090914091409131409140909141409140909140914130a0913140a091314090a1314091409130a130a09130a14130909140914130a130a0914081508140a13091409141409091409140914091409130a1309140914091409140914130a13090914091409140914130a130a130a13090a131409130a0914130a091413aeac1314090a131409091409140914130914090a131409140909140914130a091314090a1413090a13140914091409130a09140914130909140914130a130a09130a130a14091309140914130a091409140914091409130a13091409140914091409141309140a0814091409140914130a130a130a13090a13140914090a131409091413aeac14130a091314090a1309140914130a130a0914130a13090914091414090914130a0914130a0914130914091409140909140914130a09130914140914090914091409130a130a13091414090914091409140914091409130a130a13091409140914130914090a130914091409141309140a130a13090a13140a130909141409091413aeac14130a09141309091409140914130a130a09141309140909140914130a0914130a091314090a13140914091409140909140914130a09130a1314091409091409140914091408150814140909140914091409130a1409130a130914091409140914130a13090a130a1309140914130a130a130a130a0913140914090914130a091413aeac14130a0914130a081409140a131409130a0914130a13090914091414090914130a091413090a1314091409140914080a140914130a09130a131409140909140914091409130a130a131409091409140914091409130a130a140814091409140914130a130a09130a130a130914130a130a130914090a131409140909141409091413aeac1413090a14130a081409140914140914090914130a13090914091414090914130a091413090a131409130a130a140909130a14130a091409131409140909140914091409130a130a13140909140914091409130a130a130a1309140914091409141409130a091409130a1309141409130a130a13090a13140914090914130a0914130005dc130a140909130a14130a09140913",
                        "stop": "b2002a030a1309140914091409130a1409140816ac14130a08151309091508140914130a130a0914130a130a0814091414090914130a091314090a13140914091409140909140914130a09130a1314091409091409140914091409140913140a081409140914091409130a140815081409140914091409140914130a091409130a1314091409091409141309140914090a131409091413aeac14130a0914130a09130a140814140914090914140913090a1409131409091414090914130a0914130914091409140909140914130a09140914130a13090a130914091409140914091413090a1309140914091409140914091409140914081409140a130914130a0914091409131409140909140914130a1409130a0914130a081414adac14130a0914130a091408140914140914090a13140914090914091314090a1314090914130a0914130914091409140909150814140909140914130a130a09130a130a130a1309140914130a09130914091409140914091409130a140914091409130a130a13140909140914091413091409091409141409130a13090a1314090a1313aead13140909141409091409140913140a130909141409130a0914091413090a131409091414090914130a130a130a130a081508141409091409141409130a09130a130a13091409140914130a09130a13091508140914091409140914091409140914091409131409091409140914130914090a130a131409130a130a0914130a081513adad13140909141409091409140914130a130a09131409140909140914130a091314090a1314090914130a1409130a130a09140914130909140a13130a14090914091409130a1309140914130a09140914091409130a130a13091409140914091409140914091314090a1309140914130a130a09130a131409140914090913140a091413aeac14130a081513090914091409141409130a0914130914090a1309141409091414090914130a081414091409130a130a09140914130a091409131409140909140914091409130a1408141409091409140914091409140914091409130a130a13091409140914130a09140913091414091409091409141409130a1309091414090a13130005dc130a130a09140914130a09140913"
                    }
                },
                {
                    "name": "Blind 5",
                    "type": "window-covering",
                    "totalDurationOpen": 33,
                    "totalDurationClose": 33,
                    "data": {
                        "open": "b2002a030a1309140914091409130a1409130916ac1413090a131409091409140914130a130a0914130914090914091414090914130a091413090a1314091409130a130a0914091314090a130914140914090914091409140815081513090914091409140914091409130a1309140914091409130a1314090a130a13091414090914130a130a130a081513090a1314090914130a091314aeac1413090a131409091409140914130a13090a131409130a09140914130a091314090a1314090914130a1409130a130a08150913140909140914130a130a09130a13091409140914130a09130a130a130a140914081409140914091409140815081414090a1309140914130a091314091409140909141409091314090a1314090a1313aeac14140909141409091408150814140914090914130a130a0914091413090a131409091414090914130914091409140909140914140909140914130a130a08140a130a1309140914130a091409130a130914091409140914091409130a14081409141409091409140914130a09141309140914090914130a091413090a131409091413aeac141409091413090a130a130914130a140909141309140a0914081513090914130a091414090914130a13091409140909140914130a09130a141309140909140914091409140914130a091309140914091409140914091409130a130a1309140914130a09130a130a1314090914130a130a130a0914130a081414090914130a091413aeac14130a0914130909140a1309141409130a09141309140909140914130a0914130a091314090a13140914091409140909140914130a081508141409130a0914091409130a130a13140909140914091409140914091409140814091409140914091413090a1309140a1314090914130a130a13090a131409091414090914130a091314aeac13140a0814130a0914091409141309140a09131409130a0914091414090914130a0913140909141409130a130a130a09130915130909140914130a130a09130a130a130a130914140909140914091409130a130a1309140914091409130a140914130a081409140914130a09141309140a13090a131409091414090914130a0913140005dc130a130a09130915130909140914",
                        "close": "b2002402091409140914091409130a1309140916ac13140909141409091409140913140914090a131409130a09140914130909141409091414090914140914091309140909140a13140909140914130914090a1309140a130a13091413090a130a130a130a130a130a1309140914091409130a130a13091414090914091409130a13140914090914140914090914091409131409091414adad1313090a1314090a1409130a131409140909141409130a09140913140909141409091414090914130914091409140909140914140909140913140914090a130a13091409140914130a09130a13091409140a1309140914091409140913091409140a1314090914091409130a13140a130909141409140909130a130a1314090a13130002b3ac14130a091314090914091409141309140a0914130a13090a130a13140909141409091413090a13140914091409130a09130a1314090a140913140914090914091409130a130a1413090a130a1309140914091409130a14081409140914091409140913140a091409130a130a13140914090914130a13090a130a1309141409091413aeac14130a091314090a1309140914140914090913140914090a13091414090a1314090914130a091314091409140914090914091314090a140914130914090a1309140a130914091413090a130a13091409140914091409130a130914091409140914091414090914091409130a131409140909141409130a09130a130a1314090914130005dc09140914",
                        "stop": "b200900008140914130a091314aeab1414090914130a091409140913140a130a081414091409091409141409091314090a1314090914130a130a130914090a1409131409091409141409140909130a1409130a130a13140909140914091409130a1309140914091409130a130a130a14091309141409091409140914130a130a091314090a1309140914091413090a13140005dc0000000000000000"
                    }
                },
                {
                    "name": "Blind 6",
                    "type": "window-covering",
                    "totalDurationOpen": 31,
                    "totalDurationClose": 33,
                    "data": {
                        "open": "b2002a030a130914091409140914091409140816ac1413090a1413090a14081409141409130a0914130a130a09130a13130a0914130a091413090a14130914091409130a09140914130a09130915130a13090914091409140914130a09130a1309140914091409130a130a13091409140914091409141409091409140913140909141409130a14090914130a130914090914130a091413aeac14130a0913140a081409140914130a130a0914130a13090a130914130a091414090914130a0913140914091409130a09140914130a08150814140914090914091409140914130a08140a13091409140914091409130a1409130914091409140913140a091408140a14130909141409130a130a091413091409140909141409091413aeac14130a09131409091409140914130a130a0914130a13090a1309141409091413090a14130a0913140914091409130a0914091413090a1309141409130a0914091409130a131409091409140914091409140914091409130914091409140914091413090a130a130914130a0914130a130a130a0914130a130a13090914130a091413aeac141409091413090a1309140914130a130a09141309140a0814091414090914130a0914130a091314091409130a140909140914130a0913091414091409091409130a14091413090914091409140914091409140815081509130914091409140914130a09130a13091414090914130a130a130a08141409130a130a0914130a091413aeac14130a091314090a1309140914130a130a09141309140909140914130a0914130a091413090914130a130a130a130a09140914130a09130a131409140909140914091409131409091409140914091409140914081509130a140814091409140914130a09140913091414090914130a130a130a091413091409130a0914130a091413aeac14130a091314090914091409141409130a0914130a13090914091414090914130a09131409091414091409130a130a09140914130909140a131409130a0914091409140913140909140914091409140914091409130914091409140914091409141409091409130914140909141409130a130a09131409140914090914130a0913140005dc130a130a09140914130909140a13",
                        "close": "b2002a030a130a13091409140914091409130a15ac14130a091314090a130a130a13130a130a0914130a13090a130a1314090914130a091413090a1314091409130a130a09130a14130a09130a1413091409091409140914091314090a130a13091409140914091409130a1309140914091409140914130a130a08140a130a130914130a130a130a130a1309140909140914130a091413adad1413090a131409091409140914130914090a131409140909140914130a0914130a081414090a13130a130a130a130a09140913140909140914130a130a09130a130a130914140909140914091409140913091508140a13091409140914091409131409140909140914091409131409140914091409130a130a091409141309091513adad1314090a131409091409140914130914090a13140914090914091413090a131409091414090914130a130a1309140909140914130a09140913140914090a13091409140914130a091409130a130a13091409140914091409130a130a1309140a13130a130a09140914091408141409140914091409130a130a09130a131409091413aeac141409091413090a130a130914140914090914140814090a130914140909141409091414090914130a13091409140909140914130a0914091314091409091409140a130914130a091408140a1309140a1309140914091409130a130a1309140914140913090a14091309150814140914091409130a130914090a130a131409091413aeac14130a091413090a1309140914130a130a09141309140909140914130a091413090a1314090914140914091409130a09140913140909140914140914090914091409130a1314090914091409140914091409130a13091409140914091409140914130914090a130a1309140914130a130a13091409140914090914091413090a1314aeac1314090914130a0914091409131409140909141409140909140914130a091314090a13140909141409130a130a13090a130914140909140914130a13090a1309140a1309141409091409130a1409130a130a130a1309140914091409130a130a131409130a0914091409140913140914091409130a1409130a0914091413090a13140005dc130a13090a130914140909140914",
                        "stop": "b2002c030914091409130a1409130a1309140916ac1314090914130a091409140913140914090914130a140909130a131409091414090a13140909141409130a130a13090a130914140909140914130914090a13091508140914130a0914091309140a130a130a1309140914091409140914091309140a130914130a091409130a131409140a0814140909141409091409141309091414adad13130a091414080a130a1408141409140909141409130a0914091314090914140909141409091413091409140a130909140914140909140914130a13090a130a1309140914130a09130a130a13091409140914091409140914091409130a130a130a1309141409091409140913140914090914130a091413090a130a141309091414adac14130a0914130a09130a130a13140914090914130a14090914091314090a1314090914130a0914130a130a1309140909140914140909140914130a130a08140a1309140914130a091409130a1309140914091409140914091408140a130a130a130914091414090914091409141309140909141409091413090a130a131409091413aeac14130a0914130a09130a1309141409130a0914130a130a091409131409091414090914130a0914130914091409140909140914130a091409141309140909140914091409141409091409130a130a1309140914091409140914091408140a13091409140914140909130a130a1413091409091414090914130a09130a131409091414adac141409091413090a130a130914140914090914130a130a09130a131409091414090914130a0914130a13091409140909140914130a09140913140914090a130a130a13091413090a14091408140a130a13091409140914091409130a130914091409140914140909130a1309151309130a0a1314090914130a0914091314090914140002b2ac14130a081414090914091409141409130a09131409140909140914130a0914130a0914130a0815130914091409130a0914091314090a1309141409130a0914091409130a13140909140914091409140914091409130a13091409140914091409140914091314090a1309140914130a130a0914130a0914130a0814091414090914130005dc130a0914091314090a130914"
                    }
                },
                {
                    "name": "Light",
                    "type": "switch",
                    "data": {
                        "on": "b2001a010d290c2926100c2a0c290c2a0c0001960c290d290c2a0c29251125100c2926100c2a0c2925110c2a241125110b2926100d290c290d290c2a25100c290d290c2a0c0001950d290d290c290d29251025100d2926100c290d2925110c29251026100c2a25100d290c290d290c2925110c290c2a0c290d0001950d290c290d290c29251125100c2a25100d290c2926100c2a241125100d2925100d290c2a0c290d2925100c290d290d280d0001960c2a0c290c290d29251026100c2a25100c290d2925100d29251025110c2926100c2a0b2a0c290904042825110c290c2a0b2a0d0001950c290d290c290d29251026100c2926100c290d2925110c2b06040404171125100c2926100c2a0c290c2a0c2925110c290d290c2a0c0005dc0000000000000000000000000000",
                        "off": "b21334000d290d290d290d29261027100d2926100e290d2a26110d29261026100d2926100d290d2a0d290e2a0d292611261027100e00019600000000"
                    }
                },
                {
                    "name": "Light Up",
                    "type": "switch",
                    "data": "b20c34000d290d290d290d2a261126110d2a26110d2a0d2a26110d2a261026110d2a26110d2a0d2a0d2a0d2a0d2a26110d2a26110e00019700000000",
                    "enableAutoOff": true,
                    "onDuration": 1
                },
                {
                    "name": "Party Light",
                    "type": "switch",
                    "data": {
                        "on": "b21234000d2a0e2a0d290d29261126110d2a26110d290d2a26110d2a261126110d2a26110d2a0d2a0d2a2611261126110d2a0d290e00019600000000",
                        "off": "b20e34000d290d290d2a0d2a261026110d2926110d290d2a26110d2a261126110d2926100d290d2a0d290d2a261126110d2a0d290d00019600000000"
                    }
                },
                {
                    "name": "Light Down",
                    "type": "switch",
                    "data": "b2000e010434040504040504040d100c2a25100c2a0c2925110c29251125100c2a0d1107190461080404290c290a2c041d0404041025110c290d0001960c2a0b2a04042f0d291d04061025110c2926100c2a0c2925100d29251026100c2926100d280d290c2a0c290d28261026100c290d0001960c2a0c290c2a0c29261025100c2a25100d290c2a25100c2a251026100c2a25100c2a0c290d290c2a0c29251125100d280d0001960d290c290d290d29251026100c2926100c290d2925110c29261025100d2925110c290c290d290c2a0c29261025100d290d0001960c290d290c290d29251026100c2926100c2a0c291c0406110c29261025100c2a25100d290c2a0c290c290d29251125100c2a0c0005dc00000000000000000000",
                    "enableAutoOff": true,
                    "onDuration": 1
                },
                {
                    "name": "Fairy Lights",
                    "type": "switch",
                    "data": {
                        "on": "b20184030a1b0b1b1b0b0a1b1c0a0b1b1b0b1b0a0b1b0a1c0a1c0a1b0b1b0a1c0a1c1b0a1c0a0a1c1b0a1c0a1c0a1b0b1b0a0b1b0b1b1b0b0a1b0b1b0a0001511b0a0b1b1c0a0a1c0a1b0a1c0a1b1c0a0b1b1b0b0a1c1b0a1c0a0a1c0a1c0a1b0b1b0a1c0a1c0a1b1c0a1b0b0a1b1c0a1c0a1b0a1c0a1c0a0b1b0a1c1b0a0b1b0b1b0a0001501c0a0b1a1c0a0b1b0a1c0a1c0a1b1c0a0a1c1b0a0b1b1c0a1b0b0a1b0b1b0a1c0a1b0b1b0b1b0a1c1b0a1c0a0a1c1b0b1b0b1b0a1b0b1b0a0b1b0a1c1c0a0a1b0b1b0b0001501b0a0b1b1b0b0a1b0b1b0a1c0a1b1c0a0b1b1b0b0a1b1c0a1c0a0b1b0a1b0b1b0a1c0b1b0a1b0b1b1c0a1b0b0a1b1c0a1b0b1b0b1b0a1c0a0a1c0a1b1c0a0b1b0a1c0a0001501b0a0b1c1b0a0b1b0b1b0a1c0a1b1c0a0a1b1c0a0b1b1c0a1b0a0b1b0b1b0a1c0a1b0b1b0a1c0a1c1b0a1c0a0b1b1b0a1c0a1c0a1b0a1c0a0b1b0a1c1b0b0a1b0b1b0b0001501b0a0b1b1c090b1b0b1b0a1c0a1c1b0a0b1b1b0b0a1c1b0a1c0a0a1c0a1c0a1b0b1b0a1c0a1b0b1b1c0a1b0b0a1c1b0a1c0a1b0b1b0a1c0a0b1b0a1c1b0a0b1b0a1c0a0001501c0a0a1c1b0a0b1b0a1c0a1b0b1b1c0a0a1c1b0b0a1b1b0b1b0b0a1b0b1b0a1c0a1b0b1b0b1b0a1c1b0b1b0a0a1c1b0b1b0a1c0a1c0a1b0b0a1b0b1b1c0a0a1c0a1b0b00014f1c0a0b1b1b0b0a1b0b1b0a1c0a1c1b0a0b1b1b0b0a1b1c0a1c0a0a1b0b1b0b1b0a1c0a1b0b1b0b1b1b0b1b0a0b1b1c0a1b0b1b0a1c0a1b0b0a1c0a1b1c0a0a1c0a1c0a0001501b0a0b1b1c0a0a1c0a1b0b1b0a1c1b0b0a1b1c0a0a1c1b0a1c0a0b1b0a1c0a1c0a1b0b1b0a1c0a1b1c0a1b0b0a1b1c0a1c0a1b0b1b0a1c0a0a1c0a1b1c0a0a1c0a1c0a0001501c0a0a1b1c0a0a1c0a1b0b1b0b1b1b0b0a1c1b0a0a1c1b0b1b0a0b1b0a1b0b1b0b1b0a1c0a1c0a1b1c0a1b0b0a1b1c0a1c0a1b0b1b0a1c0a0b1b0a1c1b0a0b1b0a1c0a0001501b0b0a1c1b0a0b1b0a1c0a1b0b1b1c0a0a1c1b0a0b1b1b0b1b0b0a1b0b1b0a1c0a1c0a1c0a1b0b1b1b0b1b0a0a1c1b0b1b0a1c0a1c0a1b0a0b1b0b1b1b0b0a1b0b1b0b0001501b0a0b1b1c0a0a1b0b1b0b1b0b1b1b0b0a1b1c0a0a1c1b0a1c0a0a1c0a1b0b1b0b1b0a1c0a1c0a1b1c0a1b0b0a1c1b0a1c0a1b0a1c0a1c0a0a1b0b1b1c0a0b1b0a1c0a0001501c0a0a1c1b0a0b1b0a1c0a1b0b1b1c0a0a1c1b0b0a1b1c0a1b0b0a1c0a1c0a1b0a1c0a1b0b1b0b1b1b0b1b0a0b1b1c0a1b0b1b0a1c0a1c0a0a1c0a1b1c0a0b1b0a1c0a0005dc00000000",
                        "off": "b20384030a1c091d1a0b0a1c1a0c091c1b0b1b0b091c0a1c0a1c0a1c091d091c0a1c1a0c1a0c091c091d1b0b1a0b1b0b1a0c091c0a1c1b0b1b0b091c0a0001511a0b0a1c1b0b091d091d091c0a1c1a0c091c1b0b0a1c1a0b1b0b0a1c091c0a1d091c0a1c091d091c1b0b1b0b091d091c1b0b1b0b1a0b1b0b0a1c091d1a0b1b0b091d090001511b0b091c1b0b091d091d091c0a1c1a0c091c1b0c091c1a0c1a0b0a1c091d091d091c091d0a1c091d1a0b1b0b091d091d1a0b1a0c1a0b1b0b0a1c091d1a0c1a0b091d090001511b0b091d1a0b0a1c091d091d091c1b0b0a1c1a0b0a1c1b0b1a0b0a1d091c0a1c091c0a1c0a1c091d1b0b1a0b0a1c091d1a0b1b0b1b0b1a0c091c091d1a0c1a0b091d090001511b0b0a1c1a0b0a1c091d091c0a1c1b0b091d1a0c091c1b0b1a0c091d091c0a1c0a1c091d091c0a1c1b0b1a0b0a1c0a1c1a0b1b0b1a0c1b0b091c0a1c1b0b1b0a0a1c0a0001501b0b0a1c1b0b091d091c0a1c091c1b0b0a1c1b0b091c1b0b1b0b091d091c0a1c0a1c091d091c0a1c1b0b1a0c091c091d1b0b1a0b1b0b1b0b091c0a1c1b0b1b0b091d090001511a0b0a1c1b0b091d091d091c0a1c1a0c091c1b0b0a1c1a0c1a0b0a1c091d091d091d091c091d091c1b0b1a0c091d091c1b0b1a0c1a0c1a0c091c091c1b0b1b0b0a1c090001511a0b0a1d1a0b0a1c091d091d091c1b0b091d1a0b091d1b0b1a0c091d091c091d091c0a1c0a1c0a1c1a0c1a0b091d091c1b0b1b0b1b0b1a0c091c0a1c1b0b1a0b0a1c0a0001511a0b091d1b0b091c0a1c0a1c091d1a0c091c1b0b091c1b0b1b0b0a1c091c0a1c0a1c091d091c0a1c1b0b1a0b0a1c0a1c1b0b1a0b1b0b1b0b091d091c1b0b1a0c091d090001511a0b0a1d1a0b091d091d091c0a1c1b0b091d1a0b0a1c1a0b1b0b0a1c0a1c091c0a1c0a1c091d091d1a0b1b0b091d091c1b0b1b0b1a0c1a0b091d0a1c1a0c1a0b0a1c090001511b0b0a1c1a0b0a1c0a1c091c0a1c1b0b091d1a0c091c1b0b1a0c091c0a1c091d091d091c091d091d1a0b1b0b0a1c091c1b0b1a0c1a0c1a0b0a1c091d1a0c1a0b0a1c090001511b0b091d1a0b0a1c091d091d091c1b0b091d1a0b0a1c1a0c1a0b0a1c0a1c091d091c0a1c0a1c091d1a0b1b0b0a1c091d1a0b1b0b1b0b1b0a0a1c0a1c1a0c1a0b0a1c090001511b0b0a1c1b0b091c0a1c0a1c091d1a0b0a1c1b0b091d1a0b1b0b0a1c091d091c0a1c091c0a1c0a1c1b0b1a0b0a1c091d1a0c1a0b1b0b1b0b091c0a1c1b0b1a0c091d090005dc00000000"
                    }
                },
                {
                    "name": "Lamp",
                    "type": "switch",
                    "data": {
                        "on": "b2007e000d0c081d1b0b091d1a0b1b0b091d091d091c0a1c091d091d091c1b0b091d1a0c1a0b1b0b1a0c1a0b1b0b0a1c1a0b1b0b091d0a1c090001511b0b091d1a0b0a1c0a1c0a1c091d1a0b091d1a0b0a1c1b0b1a0c091d091d091c091d091d091c0a1c1b0b091d1a0c1a0b1b0b1a0b1b0b1b0b091d1a0b1b0b091d091d090005dc00000000000000000000",
                        "off": "b20030021a0c091d1a0b0a1c091d091d091c1b0b091d1a0c091c1a0c1a0c091d091c091d091d091c0a1c0a1c1a0b091d1a0c091d1a0c1a0b1a0c1a0c091c1a0c1a0c1a0c081d090001511b0b0a1c1a0c091c091d091d091d190c091d1a0c091c1a0c1a0c091c091d091d091d091c091d091d1a0b091d1a0c091d1a0b1a0c1a0c1a0c091c1a0c1a0c1a0b091d090001511a0c091d1a0b0a1c091d091d091c1b0b091d1a0c091c1a0c1a0c091c0a1c091d091d091c091d091d1a0b0a1c1a0c091c1b0b1a0c1a0c1a0c091c1a0c1a0b1b0b091d090001511a0c091d1a0b091d091d091d091c1b0b091d1a0b091d1a0c1a0c091c091d091d091d091c091d091d1a0b091d1a0c091d1a0b1b0b1a0c1a0b091d1b0b1a0c1a0b091d090001511a0c091d1a0c091c0a1c091d091d1a0b091d1a0c091c1b0b1a0c091d091c091d091d091c091d091d1a0c091c1b0b091d1a0c1a0b1a0c1a0c091c1b0b1b0b1a0b0a1d090001511a0b091d1b0b091d091c0a1c091d1a0c091c1a0c091c1b0b1b0b091d091c0a1c091d091d091d081d1a0c091d1a0b091d1a0c1a0c190c1a0c091c1b0b1b0b1a0c091c0a0001511a0b0a1c1a0c091d091c091d091d1a0b091d1b0b091d1a0c1a0b091d091c0a1c091d091d091c091d1a0c091c1b0b091d1a0c1a0b1b0b1a0c091d190c1a0c1a0c091c0a0001511a0c091c1a0c091c0a1c0a1c091d1a0b0a1c1b0b091d1a0b1b0b091d091d091c0a1c091d091d091d190c091d1a0c091c1b0b1a0c1a0b1b0b091d1a0c1a0b1b0b091d090005dc091d091c1b0b091d"
                    }
                },
                {
                    "name": "Bubbles",
                    "type": "outlet",
                    "data": {
                        "on": "b20184030a1c091d1a0b0a1c1b0b091d1a0b1b0b091d091d091c0a1c091d091d091c1b0b1a0c1a0b1b0b1b0b1a0c1a0b1b0b091d091c0a1c1b0b091d090001511b0b091d1a0c091c0a1c091d091c1b0b091d1a0c091c1b0b1b0b091c0a1c091d0a1c091d091c0a1c1a0b1b0c1a0b1b0b1a0c1a0b1b0b1b0b091d091d081d1b0b091d090001511a0c091d1a0b091d091d091c0a1c1b0b091d1a0b091d1b0b1a0b0a1c0a1c0a1c091d091c0a1c091d1a0b1b0b1b0b1b0b1a0c1a0b1b0b1a0c091d091c0a1c1a0c091c0a0001511b0b091c1b0b0a1c091d091c0a1c1b0b091d1a0c091c1a0c1a0c091c0a1c091d091d091c0a1c091d1a0b1b0b1a0c1a0c1a0b1b0b1b0b1a0b0a1c0a1c091d1a0b0a1c090001521a0b091d1b0b091c0a1c0a1c091d1a0c091c1a0c091d1a0b1b0b091d091d091c091d091d091c0a1c1b0b1a0c1a0c1a0b1b0b1a0c1a0b1b0b091d091c0a1c1b0b091d090001511b0b091d1a0b0a1c0a1c091d091c1b0b091d1a0c091c1b0b1b0b091d091d091c091d091d091c0a1c1b0b1a0c1a0b1b0b1a0c1a0b1b0b1a0c091d091c0a1c1b0b091c0a0001511a0b0a1c1b0b0a1c0a1c091d091c1b0b091d1a0b0a1c1a0c1b0b091d091c0a1c0a1c091d091c0a1c1a0c1a0b1b0b1a0c1b0b1a0b1b0b1b0b091c0a1c091d1b0b091c0a0001511a0b091d1b0b091c0a1c0a1c0a1c1a0c091d1a0b091c1b0b1b0b0a1c0a1c091d091c091d091d091c1b0b1b0b1a0b1b0b1b0b1a0c1a0b1b0b091d091d091c1b0b091d090001511b0b091d1a0b0a1c091d091c0a1c1b0b091d1a0b0a1c1b0b1a0c091d091c0a1c091d091d091c0a1c1a0c1a0c1a0b1b0b1a0c1a0b1b0b1b0b091d091c0a1c1a0c091d090001511a0c091d1a0b091d091d091c0a1c1a0c091c1b0b091d1a0b1b0b0a1c091d091d091c0a1c0a1c091d1a0b1b0b1a0c1a0b1b0b1b0b1a0b1b0b0a1c091d091d1a0b091d090001511b0b091d1a0c091c0a1c091d091c1b0c081d1b0b091c1b0b1b0b091d091c0a1c091d091d091c0a1c1b0b1a0c1a0b1b0b1a0c1a0b1b0b1b0b0a1c091c0a1c1b0b091d090001511b0b091d1a0b0a1c091d091d091c1b0b0a1c1b0b091d1a0b1b0b091d091c0a1c091d091d091d091c1b0b1a0c1a0c1a0b1b0b1a0c1a0b1b0b0a1c091d091c1b0b091d090001511b0b091d1a0b0a1c0a1c091d091c1b0b0a1c1a0c091c1b0b1a0c091d091c0a1c091d091c0a1c091d1a0b1b0b1b0b1b0b1b0b1a0b1b0b1b0b091c0a1c0a1c1b0b091c0a0005dc00000000)",
                        "off": "b20184030a1c0a1c1a0b0a1c1b0b0a1c1a0b1b0b0a1c0a1c091c0a1c0a1c0a1c091c1b0b1b0b1a0c091c1b0b1a0c1a0b1b0b0a1c091c0a1c0a1c091d090001511b0b091d1a0b0a1c0a1c091d091c1b0b091d1a0b0a1c1b0b1a0c091c0a1c0a1c091c0a1c0a1c091c1b0b1b0b1b0b091c1b0b1b0b1a0b1b0b0a1c091d091c0a1c0a1c090001511b0b0a1b1b0c091c0a1c091c0a1c1b0b091d1a0b0a1c1b0b1b0b091c0a1c0a1c091d091c0a1c0a1c1a0c1a0b1b0b091d1a0c1a0b1b0b1b0b091c0a1c0a1c091d091c0a0001511a0b0a1c1b0b0a1c091c0a1c0a1c1a0c091c1b0b091d1a0b1b0b0a1c091d091c0a1c0a1c091c0a1c1b0b1a0b1b0b0a1c1b0b1a0b1b0b1b0b091c0a1c0a1c091d091d090001511a0b0a1c1b0b091d091d091c091d1a0b0a1c1b0b0a1c1a0b1b0b0a1c091d091c0a1c0a1c091d091c1b0b1a0c1b0b091c1b0b1b0b1a0c1a0b0a1c091d091d091c0a1c090001511b0b091d1a0b0a1c091d091c0a1c1b0b091c1b0b0a1c1b0b1a0b0a1c0a1c091c0a1c0a1c091d091c1b0b1b0b1a0b0a1c1b0b1b0b1a0b1b0b0a1c091c0a1c0a1c0a1c090001511b0b0a1c1a0b0a1c0a1c091c0a1c1b0b091c1b0b0a1c1a0b1b0b0a1c0a1c091d091c0a1c091d091c1b0b1b0b1a0c091c1b0b1a0c1a0b1b0b091d091d091c0a1c0a1c090001511b0b091d1a0b0a1c0a1c091d091c1b0b091c1b0b0a1c1b0b1a0c091c0a1c0a1c091c0a1c0a1c0a1c1a0b1b0b1a0c091c1b0b1b0b1b0a1b0c091c0a1c091c0a1c0a1c090001511b0b091c1b0b0a1c0a1c091d091c1b0b091d1a0c091c1b0b1a0c091c091d091d091c0a1c0a1c091d1a0b1b0b1b0b091c1b0b1b0b1a0c1a0b0a1c0a1c0a1c091c0a1c0a0001511a0b091d1a0b0a1c0a1c091d091c1b0b0a1c1a0b0a1c1a0c1b0a0a1d091c0a1c091d091c0a1c091d1a0b1b0b1b0b091c1b0b1b0b1a0c1a0b0a1c0a1c0a1c091c0a1c0a0001511a0b091d1b0a0a1c0a1c0a1c091d1a0b091d1a0b0a1c1b0b1a0c091c0a1c0a1c0a1c091d091c0a1c1a0c1a0b1b0b0a1c1a0b1b0b1a0c1a0b0a1c0a1c091d091c0a1c090001511b0b091d1a0b0a1c091d091d091c1b0b0a1c1a0b0a1d1a0b1b0b091d091c0a1c091d091d091c0a1c1b0b1a0b1b0b0a1c1a0b1b0b1b0b1b0b091c0a1c0a1c091d0a1b0a0001511b0a0a1c1b0b091d091c0a1c0a1c1a0c091c1b0b091d1a0b1b0b091d091c0a1c091d091d091c0a1c1a0c1a0c1a0b0a1c1b0b1a0b1b0b1a0c091d091d091c091d091d090005dc00000000)"
                    }
                },
                {
                    "name": "Fan",
                    "type": "switch",
                    "data": {
                        "on": "b2004e0109951d0a0a1e091f091e1d0b091e091f1d0b1d0a1d0b1d0b1c0b091e1d0b1d0b091e091f1d0a091f091f081f091f1d0a1d0b091f081f091f091e1d0b091e1d0b091f09951d0a091f091f091e1d0b091e091f1d0a1d0b1d0b1c0b1d0b091e1d0b1d0a0a1e091f1d0a091f091f081f091f1c0b1d0b081f091f091e091f1d0a091f1d0b091e09951e0a091f091e091f1d0b091e091f1d0a1d0b1d0a1d0b1d0a0a1e1d0b1c0b091f091e1d0b091f091e091f091e1d0b1d0b081f091e091f091f1d0a091f1c0b091f09951d0b091e091f091f1d0a091f091e1d0b1d0a1d0b1d0b1c0b091f1c0c1c0b091e091f1d0b081f091f081f091f1d0a1d0b091f091e091f091e1d0b091f1c0b091f08961d0a091f091e091f1d0b091e091f1c0c1d0a1d0b1c0b1d0b091e1d0b1d0b081f091f1d0a091f091e091f091e1d0b1d0b091e091f091e0a1e1d0b081f1d0b091e090005dc00000000000000000000)",
                        "off": "b2004e0109951d0b091e091f091e1d0b091e091e1d0b1d0b1d0a1d0b1d0a091f1d0a1d0b091f091e1d0b091e0a1e1d0b091e091e0a1e091f091e091f091e1d0b091e1d0b091f09951c0b091f091e091f1d0b081f091f1c0b1d0b1d0a1d0b1d0a091f1c0c1c0b091f091e1d0b091e091f1d0a091f091e091f091e091f091e0a1e1d0b091f1c0b091e09961c0b091f081f091f1d0a091f091e1d0b1d0b1c0b1d0b1c0b091f1c0c1c0b091e091f1d0b091e091e1d0b091f091e091f091e091f091e091f1c0c091e1c0c081f09951d0b091e091f091e1d0b091e091f1d0b1c0c1c0b1d0a1d0b091e1d0b1d0a091f091f1c0b091f091e1d0b091e091f081f091f091e091f091f1c0b091e1d0b091f09951c0c081f091e091f1d0a091f091f1d0a1d0b1c0b1d0b1d0a091f1d0a1d0b091f081f1d0b091e091e1d0b091f081f091f091e091f091f081f1d0a091f1d0b091e090005dc00000000000000000000 b2004e0109951d0b091e091f091e1d0b091e091e1d0b1d0b1d0a1d0b1d0a091f1d0a1d0b091f091e1d0b091e0a1e1d0b091e091e0a1e091f091e091f091e1d0b091e1d0b091f09951c0b091f091e091f1d0b081f091f1c0b1d0b1d0a1d0b1d0a091f1c0c1c0b091f091e1d0b091e091f1d0a091f091e091f091e091f091e0a1e1d0b091f1c0b091e09961c0b091f081f091f1d0a091f091e1d0b1d0b1c0b1d0b1c0b091f1c0c1c0b091e091f1d0b091e091e1d0b091f091e091f091e091f091e091f1c0c091e1c0c081f09951d0b091e091f091e1d0b091e091f1d0b1c0c1c0b1d0a1d0b091e1d0b1d0a091f091f1c0b091f091e1d0b091e091f081f091f091e091f091f1c0b091e1d0b091f09951c0c081f091e091f1d0a091f091f1d0a1d0b1c0b1d0b1d0a091f1d0a1d0b091f081f1d0b091e091e1d0b091f081f091f091e091f091f081f1d0a091f1d0b091e090005dc00000000000000000000"
                    }
                },
                {
                    "name": "Fan Up",
                    "type": "switch",
                    "data": "b20030011c0b0820081f091f1c0b091f08201c0b1c0b091f081f091f091e091f1c0c081f1d0a091f09951c0c081f091f081f1d0b091e091f1c0b1d0b1c0b1d0b1d0a091f1c0c1c0b091e091f091f1c0b091f081f1c0b1d0b091e091f091f081f091e1d0b091f1c0b091f09951d0a091f091e091f1d0a091f091f1c0b1d0b1c0b1d0b1c0b091f1c0b1d0a091f091f081f1d0b091e091f1c0b1d0b091e091f091e091f091e1d0b091e1d0b091f09941d0b091f091e091f1c0b091f091e1d0b1c0b1d0b1d0a1d0b091f1c0b1d0a0a1e091f091e1d0b091e091f1d0a1d0b091e091f091e0a1e091e1d0b091e1d0b091f09941d0b091f091e091f1d0a091f091e1d0b1d0a1d0b1c0b1d0b091f1c0b1d0a091f091f091e1d0b081f091f1c0b1d0b091e091f091e091f091e1d0b091e1d0b091e090005dc0000000000000000",
                    "enableAutoOff": true,
                    "onDuration": 0.5
                },
                {
                    "name": "Fan Down",
                    "type": "switch",
                    "data": "b2004e0109951d0b091e091f091e1d0b091e091f1d0a1d0b1d0a1d0b1d0a091f1d0a1d0b091e091f1d0a091f1d0b091e091f091e1d0a0a1e091f081f091f1c0b091f1d0a091f09951d0a091f091e091f1d0a091f091f1c0b1d0a1d0b1d0b1c0b091e1d0b1d0a091f091f1c0b091e1d0b091e091f091f1d0a091f091e091f091e1d0a0a1e1d0b091e09951d0b091f091e091e1d0b091e091f1d0b1c0b1d0b1d0a1d0b091e1d0b1c0b091f081f1d0b081f1d0b091e091f091e1d0b091e091f091e091f1c0c091e1c0b091f09951d0b091e091f091e1d0b091e091f1c0b1d0b1d0a1d0b1c0b091f1d0a1d0b091f081f1d0a091f1d0a091f091e091f1c0c081f091f091e091f1c0b091f1c0b091f09951c0b091f091e091f1c0b091f091e1d0b1d0a1d0b1d0b1c0b091f1c0b1d0a091f091e1d0b091f1c0b091e0a1e091f1c0b091f091e091f091e1d0b091e1d0b0820080005dc00000000000000000000",
                    "enableAutoOff": true,
                    "onDuration": 0.5
                },
                {
                    "name": "Fan Low",
                    "type": "switch",
                    "data": [
                        {
                            "data": "b2004e0109951d0b091e091f091e1d0b091e091f1d0a1d0b1d0a1d0b1d0a091f1d0a1d0b091e091f1d0a091f1d0b091e091f091e1d0a0a1e091f081f091f1c0b091f1d0a091f09951d0a091f091e091f1d0a091f091f1c0b1d0a1d0b1d0b1c0b091e1d0b1d0a091f091f1c0b091e1d0b091e091f091f1d0a091f091e091f091e1d0a0a1e1d0b091e09951d0b091f091e091e1d0b091e091f1d0b1c0b1d0b1d0a1d0b091e1d0b1c0b091f081f1d0b081f1d0b091e091f091e1d0b091e091f091e091f1c0c091e1c0b091f09951d0b091e091f091e1d0b091e091f1c0b1d0b1d0a1d0b1c0b091f1d0a1d0b091f081f1d0a091f1d0a091f091e091f1c0c081f091f091e091f1c0b091f1c0b091f09951c0b091f091e091f1c0b091f091e1d0b1d0a1d0b1d0b1c0b091f1c0b1d0a091f091e1d0b091f1c0b091e0a1e091f1c0b091f091e091f091e1d0b091e1d0b0820080005dc00000000000000000000",
                            "sendCount": 5,
                            "interval": 0.2
                        }
                    ],
                    "enableAutoOff": true,
                    "onDuration": 1
                },
                {
                    "name": "Fan High",
                    "type": "switch",
                    "data": [
                        {
                            "data": "b20030011c0b0820081f091f1c0b091f08201c0b1c0b091f081f091f091e091f1c0c081f1d0a091f09951c0c081f091f081f1d0b091e091f1c0b1d0b1c0b1d0b1d0a091f1c0c1c0b091e091f091f1c0b091f081f1c0b1d0b091e091f091f081f091e1d0b091f1c0b091f09951d0a091f091e091f1d0a091f091f1c0b1d0b1c0b1d0b1c0b091f1c0b1d0a091f091f081f1d0b091e091f1c0b1d0b091e091f091e091f091e1d0b091e1d0b091f09941d0b091f091e091f1c0b091f091e1d0b1c0b1d0b1d0a1d0b091f1c0b1d0a0a1e091f091e1d0b091e091f1d0a1d0b091e091f091e0a1e091e1d0b091e1d0b091f09941d0b091f091e091f1d0a091f091e1d0b1d0a1d0b1c0b1d0b091f1c0b1d0a091f091f091e1d0b081f091f1c0b1d0b091e091f091e091f091e1d0b091e1d0b091e090005dc0000000000000000",
                            "sendCount": 5,
                            "interval": 0.2
                        }
                    ],
                    "enableAutoOff": true,
                    "onDuration": 1
                }
            ]
        },
        {
            "cameras": [
                {
                    "name": "Cat Cam",
                    "manufacturer": "",
                    "model": "",
                    "serialNumber": "",
                    "firmwareRevision": "1.0.0",
                    "motion": true,
                    "videoConfig": {
                        "source": "-re -i http://192.168.0.173:8080/video -i http://192.168.0.173:8080/audio.opus",
                        "stillImageSource": "-i http://192.168.0.173:8080/shot.jpg",
                        "maxStreams": 2,
                        "maxFPS": 60,
                        "mapvideo": "0",
                        "mapaudio": "1",
                        "audio": true
                    }
                }
            ],
            "platform": "Camera-ffmpeg"
        },
        {
            "platform": "orbit",
            "name": "BHyve",
            "email": "XXXX",
            "password": "XXXX"
        },
        {
            "platform": "WizSmarthome",
            "name": "WizSmarthome"
        }
    ]
}

Screenshots:
N/A

Environment:

  • Node.js Version: v14.15.4
  • NPM Version: v6.14.10
  • Homebridge Version: v1.3.0-beta.42
  • Operating System: Raspbian
  • Process Supervisor: hb-service
@mitch7391 mitch7391 added the bug label Jan 10, 2021
@mitch7391
Copy link
Author

I have just tried this on the latest v1.3.0-beta.43 and it is still broken for me.

@Supereg
Copy link
Member

Supereg commented Jan 11, 2021

Hey. First of all, huge thanks for the detailed issue description 👍 You have a pretty huge homebridge configuration, so might take us some time to track down which combination of plugins is having issues with the latest beta release.

Just to be on the latest and greatest, would you mind running the latest beta again (maybe excluding the wiz plugin?) so the log messages reflect the latest state.
Particularly it would be great if you could wait at least 20 seconds after plugin initialization and check if a message similar to [...] is taking a long time to load and preventing Homebridge from starting. is printed. Just trying to check all possible error case.

In the mean time I'm booting up a test instance with some of you installed plugins and check if I may be able to produce the issue myself.

@mitch7391
Copy link
Author

No worries Andi :) always happy to try help find the issues in the beta tests! Yeah cmd4 and broadlink have made my config pretty large... I am just on night shift at the moment, but in some 8-9hrs I will be home and give this a go for you and place what it outputs here just to make sure it is all up-to-date with the latest version. Please let me know if there is anything else you need to me to do.

@Supereg
Copy link
Member

Supereg commented Jan 11, 2021

As a comparison it would be a huge benefit if you could provide the log output running homebridge 1.2.5. Maybe we can see any change there indicating what went wrong. The huge amount of logging message make it hard to spot anything odd.

@mitch7391
Copy link
Author

@Supereg I did not get a chance to get these logs for you but it is on my to-do-list. I have just had a breaking issue with a plug-in that just updated and wanted to make sure that is sorted so I do not muddy the waters with the logs you have requested. Now that I have rolled back and recovered from that; I need to sleep.

@mitch7391
Copy link
Author

Here are the logs again for v1.2.5 after removing homebridge-wiz-lan:

Click to expand
[12/01/2021, 15:29:02] [Homebridge UI] Changes to config.json saved.
[12/01/2021, 15:29:03] [Homebridge UI] Running Command: sudo -E -n npm uninstall -g homebridge-wiz-lan
[12/01/2021, 15:30:30] [Homebridge UI] Homebridge restart request received
[12/01/2021, 15:30:31] [Homebridge UI] No restart command defined, killing process...
[12/01/2021, 15:30:31] [HB Supervisor] Stopping services...
[12/01/2021, 15:30:31] Got SIGTERM, shutting down Homebridge...
[12/01/2021, 15:30:36] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[12/01/2021, 15:30:43] [HB Supervisor] OS: Linux 5.4.79-v7l+ arm
[12/01/2021, 15:30:43] [HB Supervisor] Node.js v14.15.4 /usr/local/bin/node
[12/01/2021, 15:30:43] [HB Supervisor] Homebridge Path: /usr/local/lib/node_modules/homebridge/bin/homebridge
[12/01/2021, 15:30:43] [HB Supervisor] UI Path: /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[12/01/2021, 15:30:43] [HB Supervisor] Starting Homebridge with extra flags: -I -D
[12/01/2021, 15:30:43] [HB Supervisor] Started Homebridge v1.2.5 with PID: 6365
[12/01/2021, 15:30:44] Loaded config.json with 4 accessories and 5 platforms.
[12/01/2021, 15:30:44] ---
[12/01/2021, 15:30:44] Loaded plugin: homebridge-bomgovau@0.1.3
BOMgovau says: homebridge API version: 2.6
[12/01/2021, 15:30:44] Plugin 'homebridge-bomgovau' tried to register with an incorrect plugin identifier: 'homebridge-BOMgovau'. Please report this to the developer!
[12/01/2021, 15:30:44] Registering accessory 'homebridge-bomgovau.BOMgovau'
[12/01/2021, 15:30:44] ---
[12/01/2021, 15:30:45] Loaded plugin: homebridge-broadlink-rm-pro@4.4.0
[12/01/2021, 15:30:45] Plugin 'homebridge-broadlink-rm-pro' tried to register with an incorrect plugin identifier: 'homebridge-broadlink-rm'. Please report this to the developer!
[12/01/2021, 15:30:45] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[12/01/2021, 15:30:45] ---
[12/01/2021, 15:30:45] Loaded plugin: homebridge-camera-ffmpeg@3.0.3
[12/01/2021, 15:30:45] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[12/01/2021, 15:30:45] ---
[12/01/2021, 15:30:45] Loaded plugin: homebridge-cmd4@2.4.2
[12/01/2021, 15:30:45] Registering accessory 'homebridge-cmd4.Cmd4'
[12/01/2021, 15:30:45] Registering platform 'homebridge-cmd4.Cmd4'
[12/01/2021, 15:30:47] [Homebridge UI] Homebridge Config UI X v4.36.0 is listening on :: port 8581
[12/01/2021, 15:30:47] ---
[12/01/2021, 15:30:47] Loaded plugin: homebridge-config-ui-x@4.36.0
[12/01/2021, 15:30:47] Registering platform 'homebridge-config-ui-x.config'
[12/01/2021, 15:30:47] ---
[12/01/2021, 15:30:47] Loaded plugin: homebridge-platform-orbit@1.4.4
[12/01/2021, 15:30:47] Registering platform 'homebridge-platform-orbit.orbit'
[12/01/2021, 15:30:47] ---
[12/01/2021, 15:30:47] Loaded plugin: homebridge-raspberrypi-temperature@0.0.8
[12/01/2021, 15:30:47] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[12/01/2021, 15:30:47] ---
[12/01/2021, 15:30:47] Loaded plugin: homebridge-sma-inverter@3.0.1
[12/01/2021, 15:30:49] Registering accessory 'homebridge-sma-inverter.SMAInverter'
[12/01/2021, 15:30:49] ---
[12/01/2021, 15:30:49] Loaded plugin: homebridge-xiaomi-roborock-vacuum@0.16.1
[12/01/2021, 15:30:49] Registering accessory 'homebridge-xiaomi-roborock-vacuum.XiaomiRoborockVacuum'
[12/01/2021, 15:30:49] ---
[12/01/2021, 15:30:49] Loading 5 platforms...
[12/01/2021, 15:30:49] [Config] Initializing config platform...
[12/01/2021, 15:30:49] [Config] Running in Service Mode
[12/01/2021, 15:30:49] [Cmd4] Initializing Cmd4 platform...
[12/01/2021, 15:30:49] [Cmd4] Fetching config.json devices.
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Hisense for:My_Switch
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:On value:FALSE for:My_Switch
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: 250d3d2c-aef0-4e88-8b21-6be1c9e1ba02
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 250d3d2c-aef0-4e88-8b21-6be1c9e1ba02
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Processing Linked accessory TV of TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:ConfiguredName value:TV for:TV
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentVisibilityState value:0 for:TV
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Identifier value:0 for:TV
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:InputSourceType value:2 for:TV
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:IsConfigured value:1 for:TV
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:TV for:TV
[12/01/2021, 15:30:49] [Cmd4] Pushing service for accessory:TV to:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Processing Linked accessory HDMI1 of TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:ConfiguredName value:HDMI1 for:HDMI1
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentVisibilityState value:0 for:HDMI1
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Identifier value:2 for:HDMI1
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:InputSourceType value:3 for:HDMI1
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:IsConfigured value:1 for:HDMI1
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:HDMI1 for:HDMI1
[12/01/2021, 15:30:49] [Cmd4] Pushing service for accessory:HDMI1 to:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Adding Linked service of TV to TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Adding Linked service of HDMI1 to TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Active value:ACTIVE for:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:ActiveIdentifier value:1 for:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:ConfiguredName value:TV_Combo for:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Test for:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:SleepDiscoveryMode value:1 for:TV_Combo
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: 640ab2ba-e07b-4edc-8c16-3f679a746f7a
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 640ab2ba-e07b-4edc-8c16-3f679a746f7a
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Living_Room for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: bd8fe4bc-3434-422c-a06f-8c299209532a
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: bd8fe4bc-3434-422c-a06f-8c299209532a
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Theatre_Room for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: f64d5b34-1cc6-48d3-ab56-b39a26d4db6e
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: f64d5b34-1cc6-48d3-ab56-b39a26d4db6e
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Master_Room for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: 67c9eb32-7206-402c-b091-51f52076fe28
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 67c9eb32-7206-402c-b091-51f52076fe28
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Craft_Room for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: f0a21fdc-b0dc-4c27-a88c-765da4836e71
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: f0a21fdc-b0dc-4c27-a88c-765da4836e71
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Spare_Room for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: 9e328d7d-b686-4c92-a1d4-5d352a234132
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 9e328d7d-b686-4c92-a1d4-5d352a234132
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Guest_Room for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: 8fba6d7b-c0c6-4bb3-ab78-fa77c07fec5c
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 8fba6d7b-c0c6-4bb3-ab78-fa77c07fec5c
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Theatre for:My_Switch
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: 74e56e87-176e-4cb2-9990-e089e27427df
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 74e56e87-176e-4cb2-9990-e089e27427df
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:49] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:49] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:49] [Cmd4] Setting up services
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:Name value:Bedroom for:My_Switch
[12/01/2021, 15:30:49] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:30:49] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:49] [Cmd4] Checking accessory.UUID: f69fecd6-3088-4c80-a7fb-29bb73dad8e0
[12/01/2021, 15:30:49] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: f69fecd6-3088-4c80-a7fb-29bb73dad8e0
[12/01/2021, 15:30:49] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:30:49] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:49] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:50] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:50] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:50] [Cmd4] Setting up services
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:Name value:Craft for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:50] [Cmd4] Checking accessory.UUID: 99adcab2-8725-4489-92d5-78dae47c285c
[12/01/2021, 15:30:50] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 99adcab2-8725-4489-92d5-78dae47c285c
[12/01/2021, 15:30:50] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:30:50] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:50] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:50] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:50] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:50] [Cmd4] Setting up services
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:Name value:Spare for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:50] [Cmd4] Checking accessory.UUID: ffff20c2-8d38-4a1c-b79d-1be9bcd6a0f7
[12/01/2021, 15:30:50] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: ffff20c2-8d38-4a1c-b79d-1be9bcd6a0f7
[12/01/2021, 15:30:50] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:30:50] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:50] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:50] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:50] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:50] [Cmd4] Setting up services
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:Name value:Guest for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:50] [Cmd4] Checking accessory.UUID: face83ee-3014-4bdc-8f98-203cc94e2e89
[12/01/2021, 15:30:50] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: face83ee-3014-4bdc-8f98-203cc94e2e89
[12/01/2021, 15:30:50] [Cmd4] Processing accessory: Fan
[12/01/2021, 15:30:50] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:50] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:50] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:50] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:30:50] [Cmd4] Setting up services
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:Name value:Fan for:Fan
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:On value:false for:Fan
[12/01/2021, 15:30:50] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:50] [Cmd4] Checking accessory.UUID: ec384064-ecf4-4aee-b99b-a57d3ad6620f
[12/01/2021, 15:30:50] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: ec384064-ecf4-4aee-b99b-a57d3ad6620f
[12/01/2021, 15:30:50] [Cmd4] Processing accessory: My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Creating information service for this parent
[12/01/2021, 15:30:50] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:30:50] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:30:50] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:30:50] [Cmd4] Setting up services
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:CurrentHeatingCoolingState value:OFF for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:Name value:My_Thermostat for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:TargetHeatingCoolingState value:0 for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:TargetTemperature value:37 for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Found characteristic:TemperatureDisplayUnits value:CELCIUS for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:30:50] [Cmd4] Checking accessory.UUID: 5b6e98b2-6ccb-4049-8882-a6ad821a362f
[12/01/2021, 15:30:50] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 5b6e98b2-6ccb-4049-8882-a6ad821a362f
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_Switch
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_Switch for polling of:On timeout:5000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:TV_Combo
[12/01/2021, 15:30:50] [Cmd4] Setting up:2 polling characteristics of accessory:TV_Combo
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:TV_Combo for polling of:Active timeout:5000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:TV_Combo for polling of:ActiveIdentifier timeout:5000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:30:50] [Cmd4] Characteristic polling for:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Setting up:2 polling characteristics of accessory:My_Thermostat
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_Thermostat for polling of:CurrentHeatingCoolingState timeout:4000 interval:60000
[12/01/2021, 15:30:50] [Cmd4] Setting up accessory:My_Thermostat for polling of:CurrentTemperature timeout:4000 interval:60000
[12/01/2021, 15:30:50] Initializing platform accessory 'Hisense'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Test'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Living_Room'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Theatre_Room'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Master_Room'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Craft_Room'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Spare_Room'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Guest_Room'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Theatre'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Bedroom'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Craft'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Spare'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Guest'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fan'...
[12/01/2021, 15:30:50] Initializing platform accessory 'My_Thermostat'...
[12/01/2021, 15:30:50] [Broadlink RM] Initializing BroadlinkRM platform...
[12/01/2021, 15:30:50] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[12/01/2021, 15:30:50] [Broadlink RM] [INFO] Running Homebridge Broadlink RM Plugin version 4.4.0
[12/01/2021, 15:30:50] [Broadlink RM] X-mas Tree Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind 1 Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind 2 Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind 3 Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind 4 Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind 5 Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Blind 6 Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Light Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Light Up Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Party Light Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Light Down Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Fairy Lights Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Lamp Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Bubbles Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Fan Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Fan Up Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Fan Down Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Fan Low Accessory Ready
[12/01/2021, 15:30:50] [Broadlink RM] Fan High Accessory Ready
[12/01/2021, 15:30:50] [Camera-ffmpeg] Initializing Camera-ffmpeg platform...
[12/01/2021, 15:30:50] [BHyve] Initializing orbit platform...
[12/01/2021, 15:30:50] [BHyve] Starting OrbitPlatform using homebridge API 2.6
[12/01/2021, 15:30:50] Loading 4 accessories...
[12/01/2021, 15:30:50] [Roborock] Initializing XiaomiRoborockVacuum accessory...
HAP Warning: Characteristic 000000AC-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 00000040-0000-1000-8000-0026BB765291. Adding anyway.
HAP Warning: Characteristic 000000AB-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 00000040-0000-1000-8000-0026BB765291. Adding anyway.
[12/01/2021, 15:30:50] [XXXX] Initializing BOMgovau accessory...
[12/01/2021, 15:30:50] [XXXX] [BOM gov au] Station Name is XXXX
[12/01/2021, 15:30:50] [XXXX] [BOM gov au] Station URL is http://www.bom.gov.au/XXXX.json
[12/01/2021, 15:30:50] [XXXX] Current Time is 1610436650236, BOM data expires at 0
[12/01/2021, 15:30:50] [XXXX] Updating observations from BOM.
[12/01/2021, 15:30:50] [Homebridge CPU Temperature] Initializing RaspberryPiTemperature accessory...
[12/01/2021, 15:30:50] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:30:50] [Sunny Boy] Initializing SMAInverter accessory...
[12/01/2021, 15:30:50] [BHyve] Remembered accessory, configuring handlers B-Hyve
[12/01/2021, 15:30:50] [Camera-ffmpeg] [Cat Cam] Configuring cached bridged accessory...
[12/01/2021, 15:30:50] Failed to find plugin to handle accessory a8bb509ce732
[12/01/2021, 15:30:50] Removing orphaned accessory a8bb509ce732
[12/01/2021, 15:30:50] Failed to find plugin to handle accessory a8bb509d0336
[12/01/2021, 15:30:50] Removing orphaned accessory a8bb509d0336
[12/01/2021, 15:30:50] [BHyve] Fetch the devices
[12/01/2021, 15:30:50] Initializing platform accessory 'Learn'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Scan Frequency'...
[12/01/2021, 15:30:50] Initializing platform accessory 'X-mas Tree'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind 1'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind 2'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind 3'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind 4'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind 5'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Blind 6'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Light'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Light Up'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Party Light'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Light Down'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fairy Lights'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Lamp'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Bubbles'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fan'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fan Up'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fan Down'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fan Low'...
[12/01/2021, 15:30:50] Initializing platform accessory 'Fan High'...
Setup Payload:
X-HM://0023ISYWY11PN
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────�     
    │ 031-45-154 │     
    └────────────┘     
                       
[12/01/2021, 15:30:50] Homebridge v1.2.5 is running on port 51860.
[12/01/2021, 15:30:50] [Broadlink RM] X-mas Tree getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Blind getCurrentPosition: 0
[12/01/2021, 15:30:50] [Broadlink RM] Blind getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind getTargetPosition: 0
[12/01/2021, 15:30:50] [Broadlink RM] Blind 1 getCurrentPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 1 getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind 1 getTargetPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 2 getCurrentPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 2 getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind 2 getTargetPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 3 getCurrentPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 3 getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind 3 getTargetPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 4 getCurrentPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 4 getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind 4 getTargetPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 5 getCurrentPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 5 getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind 5 getTargetPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 6 getCurrentPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Blind 6 getPositionState: 2
[12/01/2021, 15:30:50] [Broadlink RM] Blind 6 getTargetPosition: 100
[12/01/2021, 15:30:50] [Broadlink RM] Light getSwitchState: true
[12/01/2021, 15:30:50] [Broadlink RM] Light Up getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Party Light getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Light Down getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Fairy Lights getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Lamp getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Bubbles getSwitchState: true
[12/01/2021, 15:30:50] [Broadlink RM] Fan getSwitchState: true
[12/01/2021, 15:30:50] [Broadlink RM] Fan Up getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Fan Down getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Fan Low getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] Fan High getSwitchState: false
[12/01/2021, 15:30:50] [Broadlink RM] [INFO] Discovered Broadlink RM2 Pro Plus v2 (2787) at 192.168.0.155 (XX:XX:XX:XX:XX:XX)
[12/01/2021, 15:30:50] [XXXX] Observations retrieved.
[12/01/2021, 15:30:50] [XXXX] BOM data will expire at 1610436600000 which is in -0.8min
[12/01/2021, 15:30:51] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[UPDATE AVAILABLE] Version 3.0.3 of homebridge-cmd4 is available. Any release notes can be found here: https://github.com/ztalbot2000/homebridge-cmd4#readme
[12/01/2021, 15:30:52] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:30:52] [BHyve] Configuring cached device
[12/01/2021, 15:30:52] [BHyve] Configure Irrigation service B-Hyve
[12/01/2021, 15:30:52] [BHyve] Configure Valve service Front Lawn
[12/01/2021, 15:30:52] [BHyve] Configure Valve service Front Garden
[12/01/2021, 15:30:52] [BHyve] Configure Valve service Back Lawn
[12/01/2021, 15:30:52] [BHyve] Configure Valve service Back Garden
[12/01/2021, 15:30:52] [BHyve] openConnection
[12/01/2021, 15:30:52] [BHyve] onMessage
[12/01/2021, 15:30:53] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.686
[12/01/2021, 15:30:54] [BHyve] TX {XXXX}
[12/01/2021, 15:30:54] [BHyve] TX {XXXX}
[12/01/2021, 15:30:54] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:30:54] [BHyve] sync
[12/01/2021, 15:30:54] [BHyve] TX {XXXX}
[12/01/2021, 15:30:55] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:30:55] [BHyve] RX {XXXX}
[12/01/2021, 15:30:55] [BHyve] program_change - do nothing
[12/01/2021, 15:30:56] [BHyve] RX {XXXX}
[12/01/2021, 15:30:56] [BHyve] Watering_complete or device_idle
[12/01/2021, 15:30:56] [BHyve] RX {XXXX}
[12/01/2021, 15:30:56] [BHyve] change_mode auto
[12/01/2021, 15:30:56] [BHyve] RX {XXXX}
[12/01/2021, 15:30:56] [BHyve] rain_delay - do nothing
[12/01/2021, 15:30:56] [BHyve] RX {XXXX}
[12/01/2021, 15:30:56] [BHyve] program_change - do nothing
[12/01/2021, 15:30:56] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:30:57] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:30:58] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:30:59] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:31:00] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:31:01] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:31:02] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:03] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:04] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:31:05] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:06] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:07] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:08] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:31:09] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:10] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:11] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:12] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:13] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:14] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:15] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:16] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:31:17] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:17] [BHyve] TX {"event":"ping"}
[12/01/2021, 15:31:18] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:19] [BHyve] RX {XXXX}
[12/01/2021, 15:31:19] [BHyve] change_mode auto
[12/01/2021, 15:31:19] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:20] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:21] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:22] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:23] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:31:24] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:25] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:26] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:27] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:28] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:31:29] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:30] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:31] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:32] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:33] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:31:34] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:35] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:36] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:31:37] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:31:38] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:39] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:81 characteristic:On for:My_Switch timeout=5000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/HisenseSwitch.sh Get 'My_Switch' 'On'
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:1 characteristic:Active for:TV_Combo timeout=5000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(1)-'Active' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'Active'
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:2 characteristic:ActiveIdentifier for:TV_Combo timeout=5000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(2)-'ActiveIdentifier' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'ActiveIdentifier'
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_TemperatureSensor timeout=4000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z01
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_TemperatureSensor timeout=4000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z02
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_TemperatureSensor timeout=4000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z03
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_TemperatureSensor timeout=4000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z04
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_TemperatureSensor timeout=4000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z05
[12/01/2021, 15:31:40] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_TemperatureSensor timeout=4000 interval=50000
[12/01/2021, 15:31:40] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z06
[12/01/2021, 15:31:40] [Cmd4] getValue Active function for:TV_Combo returned:1
[12/01/2021, 15:31:40] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:31:40] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:31:40] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.4
[12/01/2021, 15:31:40] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:25.1
[12/01/2021, 15:31:40] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:24.1
[12/01/2021, 15:31:40] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.9
[12/01/2021, 15:31:40] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.8
[12/01/2021, 15:31:40] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.7
[12/01/2021, 15:31:41] [Cmd4] getValue ActiveIdentifier function for:TV_Combo returned:1
[12/01/2021, 15:31:41] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:42] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:42] [BHyve] TX {"event":"ping"}
[12/01/2021, 15:31:43] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:44] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:45] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:46] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:31:47] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:48] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:49] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:50] [Cmd4] Doing Poll of index:31 characteristic:CurrentHeatingCoolingState for:My_Thermostat timeout=4000 interval=60000
[12/01/2021, 15:31:50] [Cmd4] getValue accTypeEnumIndex:(31)-'CurrentHeatingCoolingState' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'CurrentHeatingCoolingState'
[12/01/2021, 15:31:50] [Cmd4] Doing Poll of index:38 characteristic:CurrentTemperature for:My_Thermostat timeout=4000 interval=60000
[12/01/2021, 15:31:50] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'CurrentTemperature'
[12/01/2021, 15:31:50] [Cmd4] getValue CurrentTemperature function for:My_Thermostat returned:25.1
[12/01/2021, 15:31:50] [Cmd4] getValue CurrentHeatingCoolingState function for:My_Thermostat returned:2
[12/01/2021, 15:31:50] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:31:51] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:52] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:53] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:54] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:55] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:31:56] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:57] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:58] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:31:59] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 44.79
[12/01/2021, 15:32:00] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:32:01] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:02] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:32:03] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:32:04] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 44.303
[12/01/2021, 15:32:05] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:06] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:07] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:07] [BHyve] TX {"event":"ping"}
[12/01/2021, 15:32:08] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:09] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:10] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:11] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:32:12] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:13] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:14] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:15] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:16] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 44.303
[12/01/2021, 15:32:17] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:18] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:19] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:32:20] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:21] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:22] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:32:23] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:24] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:32:25] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:32:26] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:27] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.277
[12/01/2021, 15:32:28] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251

Here are the logs for v1.3.0-beta.44 with homebridge-wiz-lan removed:

Click to expand
[12/01/2021, 15:35:53] [Homebridge UI] Running Command: sudo -E -n npm install -g homebridge@1.3.0-beta.44
[12/01/2021, 15:35:53] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:35:54] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:35:55] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:35:56] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:35:57] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:35:58] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:35:59] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:00] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:01] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:36:02] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:03] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:04] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:05] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:06] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:36:07] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:08] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 49.173
[12/01/2021, 15:36:09] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.686
[12/01/2021, 15:36:10] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 49.173
[12/01/2021, 15:36:11] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 50.147
[12/01/2021, 15:36:12] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 49.173
[12/01/2021, 15:36:12] [Homebridge UI] Homebridge restart request received
[12/01/2021, 15:36:12] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process
[12/01/2021, 15:36:12] [HB Supervisor] Sending SIGTERM to Homebridge
[12/01/2021, 15:36:12] Got SIGTERM, shutting down Homebridge...
[12/01/2021, 15:36:13] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:36:14] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:15] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:16] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:17] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:17] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[12/01/2021, 15:36:22] [HB Supervisor] Restarting Homebridge...
[12/01/2021, 15:36:22] [HB Supervisor] Starting Homebridge with extra flags: -I -D
[12/01/2021, 15:36:22] [HB Supervisor] Started Homebridge v1.3.0-beta.44 with PID: 7129
Initializing HAP-NodeJS v0.9.0-beta.113...
[12/01/2021, 15:36:23] Loaded config.json with 4 accessories and 5 platforms.
[12/01/2021, 15:36:23] ---
[12/01/2021, 15:36:24] Loaded plugin: homebridge-bomgovau@0.1.3
BOMgovau says: homebridge API version: 2.7
[12/01/2021, 15:36:24] Plugin 'homebridge-bomgovau' tried to register with an incorrect plugin identifier: 'homebridge-BOMgovau'. Please report this to the developer!
[12/01/2021, 15:36:24] Registering accessory 'homebridge-bomgovau.BOMgovau'
[12/01/2021, 15:36:24] ---
[12/01/2021, 15:36:25] Loaded plugin: homebridge-broadlink-rm-pro@4.4.0
[12/01/2021, 15:36:25] Plugin 'homebridge-broadlink-rm-pro' tried to register with an incorrect plugin identifier: 'homebridge-broadlink-rm'. Please report this to the developer!
[12/01/2021, 15:36:25] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[12/01/2021, 15:36:25] ---
[12/01/2021, 15:36:25] Loaded plugin: homebridge-camera-ffmpeg@3.0.3
[12/01/2021, 15:36:25] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[12/01/2021, 15:36:25] ---
[12/01/2021, 15:36:25] Loaded plugin: homebridge-cmd4@2.4.2
[12/01/2021, 15:36:25] Registering accessory 'homebridge-cmd4.Cmd4'
[12/01/2021, 15:36:25] Registering platform 'homebridge-cmd4.Cmd4'
[12/01/2021, 15:36:27] ---
[12/01/2021, 15:36:27] Loaded plugin: homebridge-config-ui-x@4.36.0
[12/01/2021, 15:36:27] Registering platform 'homebridge-config-ui-x.config'
[12/01/2021, 15:36:27] ---
[12/01/2021, 15:36:27] Loaded plugin: homebridge-platform-orbit@1.4.4
[12/01/2021, 15:36:27] Registering platform 'homebridge-platform-orbit.orbit'
[12/01/2021, 15:36:27] ---
[12/01/2021, 15:36:27] Loaded plugin: homebridge-raspberrypi-temperature@0.0.8
[12/01/2021, 15:36:27] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[12/01/2021, 15:36:27] ---
[12/01/2021, 15:36:27] Loaded plugin: homebridge-sma-inverter@3.0.1
[12/01/2021, 15:36:29] Registering accessory 'homebridge-sma-inverter.SMAInverter'
[12/01/2021, 15:36:29] ---
[12/01/2021, 15:36:29] Loaded plugin: homebridge-xiaomi-roborock-vacuum@0.16.1
[12/01/2021, 15:36:29] Registering accessory 'homebridge-xiaomi-roborock-vacuum.XiaomiRoborockVacuum'
[12/01/2021, 15:36:29] ---
[12/01/2021, 15:36:29] Loading 5 platforms...
[12/01/2021, 15:36:29] [Config] Initializing config platform...
[12/01/2021, 15:36:29] [Config] Running in Service Mode
[12/01/2021, 15:36:29] [Cmd4] Initializing Cmd4 platform...
[12/01/2021, 15:36:29] [Cmd4] Fetching config.json devices.
[12/01/2021, 15:36:29] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:36:29] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:29] [Cmd4] Setting up services
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Name value:Hisense for:My_Switch
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:On value:FALSE for:My_Switch
[12/01/2021, 15:36:29] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:29] [Cmd4] Checking accessory.UUID: 250d3d2c-aef0-4e88-8b21-6be1c9e1ba02
[12/01/2021, 15:36:29] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 250d3d2c-aef0-4e88-8b21-6be1c9e1ba02
[12/01/2021, 15:36:29] [Cmd4] Processing accessory: TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:29] [Cmd4] Processing Linked accessory TV of TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:29] [Cmd4] Setting up services
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:ConfiguredName value:TV for:TV
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:CurrentVisibilityState value:0 for:TV
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Identifier value:0 for:TV
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:InputSourceType value:2 for:TV
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:IsConfigured value:1 for:TV
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Name value:TV for:TV
[12/01/2021, 15:36:29] [Cmd4] Pushing service for accessory:TV to:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Processing Linked accessory HDMI1 of TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:29] [Cmd4] Setting up services
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:ConfiguredName value:HDMI1 for:HDMI1
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:CurrentVisibilityState value:0 for:HDMI1
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Identifier value:2 for:HDMI1
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:InputSourceType value:3 for:HDMI1
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:IsConfigured value:1 for:HDMI1
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Name value:HDMI1 for:HDMI1
[12/01/2021, 15:36:29] [Cmd4] Pushing service for accessory:HDMI1 to:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Adding Linked service of TV to TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Adding Linked service of HDMI1 to TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:29] [Cmd4] Setting up services
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Active value:ACTIVE for:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:ActiveIdentifier value:1 for:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:ConfiguredName value:TV_Combo for:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Name value:Test for:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:SleepDiscoveryMode value:1 for:TV_Combo
[12/01/2021, 15:36:29] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:29] [Cmd4] Checking accessory.UUID: 640ab2ba-e07b-4edc-8c16-3f679a746f7a
[12/01/2021, 15:36:29] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 640ab2ba-e07b-4edc-8c16-3f679a746f7a
[12/01/2021, 15:36:29] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:29] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:29] [Cmd4] Setting up services
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Name value:Living_Room for:My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:29] [Cmd4] Checking accessory.UUID: bd8fe4bc-3434-422c-a06f-8c299209532a
[12/01/2021, 15:36:29] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: bd8fe4bc-3434-422c-a06f-8c299209532a
[12/01/2021, 15:36:29] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:29] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:29] [Cmd4] Setting up services
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:Name value:Theatre_Room for:My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:29] [Cmd4] Checking accessory.UUID: f64d5b34-1cc6-48d3-ab56-b39a26d4db6e
[12/01/2021, 15:36:29] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: f64d5b34-1cc6-48d3-ab56-b39a26d4db6e
[12/01/2021, 15:36:29] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:36:29] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:29] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:29] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Master_Room for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: 67c9eb32-7206-402c-b091-51f52076fe28
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 67c9eb32-7206-402c-b091-51f52076fe28
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Craft_Room for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: f0a21fdc-b0dc-4c27-a88c-765da4836e71
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: f0a21fdc-b0dc-4c27-a88c-765da4836e71
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Spare_Room for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: 9e328d7d-b686-4c92-a1d4-5d352a234132
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 9e328d7d-b686-4c92-a1d4-5d352a234132
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Guest_Room for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:StatusFault value:0 for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: 8fba6d7b-c0c6-4bb3-ab78-fa77c07fec5c
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 8fba6d7b-c0c6-4bb3-ab78-fa77c07fec5c
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Theatre for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: 74e56e87-176e-4cb2-9990-e089e27427df
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 74e56e87-176e-4cb2-9990-e089e27427df
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Bedroom for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: f69fecd6-3088-4c80-a7fb-29bb73dad8e0
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: f69fecd6-3088-4c80-a7fb-29bb73dad8e0
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Craft for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: 99adcab2-8725-4489-92d5-78dae47c285c
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 99adcab2-8725-4489-92d5-78dae47c285c
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Spare for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: ffff20c2-8d38-4a1c-b79d-1be9bcd6a0f7
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: ffff20c2-8d38-4a1c-b79d-1be9bcd6a0f7
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_Switch
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Guest for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:On value:false for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: face83ee-3014-4bdc-8f98-203cc94e2e89
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: face83ee-3014-4bdc-8f98-203cc94e2e89
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: Fan
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Polling config is old style. Nothing to check for unset polling characteristics
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:Fan for:Fan
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:On value:false for:Fan
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: ec384064-ecf4-4aee-b99b-a57d3ad6620f
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: ec384064-ecf4-4aee-b99b-a57d3ad6620f
[12/01/2021, 15:36:30] [Cmd4] Processing accessory: My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Creating information service for this parent
[12/01/2021, 15:36:30] [Cmd4] Setting model to:e-zone
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics.
[12/01/2021, 15:36:30] [Cmd4] Checking for polling of unset characteristics complete. - OK.
[12/01/2021, 15:36:30] [Cmd4] Setting up services
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:CurrentHeatingCoolingState value:OFF for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:CurrentTemperature value:50 for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:Name value:My_Thermostat for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:TargetHeatingCoolingState value:0 for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:TargetTemperature value:37 for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Found characteristic:TemperatureDisplayUnits value:CELCIUS for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Checking for Duplicate UUID
[12/01/2021, 15:36:30] [Cmd4] Checking accessory.UUID: 5b6e98b2-6ccb-4049-8882-a6ad821a362f
[12/01/2021, 15:36:30] [Cmd4] No Duplicate UUID's for this Accessory - OK. Using: 5b6e98b2-6ccb-4049-8882-a6ad821a362f
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_Switch
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_Switch for polling of:On timeout:5000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:TV_Combo
[12/01/2021, 15:36:30] [Cmd4] Setting up:2 polling characteristics of accessory:TV_Combo
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:TV_Combo for polling of:Active timeout:5000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:TV_Combo for polling of:ActiveIdentifier timeout:5000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up:1 polling characteristics of accessory:My_TemperatureSensor
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_TemperatureSensor for polling of:CurrentTemperature timeout:4000 interval:50000
[12/01/2021, 15:36:30] [Cmd4] Characteristic polling for:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Setting up:2 polling characteristics of accessory:My_Thermostat
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_Thermostat for polling of:CurrentHeatingCoolingState timeout:4000 interval:60000
[12/01/2021, 15:36:30] [Cmd4] Setting up accessory:My_Thermostat for polling of:CurrentTemperature timeout:4000 interval:60000
[12/01/2021, 15:36:30] Initializing platform accessory 'Hisense'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Test'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Living_Room'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Theatre_Room'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Master_Room'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Craft_Room'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Spare_Room'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Guest_Room'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Theatre'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Bedroom'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Craft'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Spare'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Guest'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fan'...
[12/01/2021, 15:36:30] Initializing platform accessory 'My_Thermostat'...
[12/01/2021, 15:36:30] [Broadlink RM] Initializing BroadlinkRM platform...
[12/01/2021, 15:36:30] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[12/01/2021, 15:36:30] [Broadlink RM] [INFO] Running Homebridge Broadlink RM Plugin version 4.4.0
[12/01/2021, 15:36:30] [Broadlink RM] X-mas Tree Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind 1 Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind 2 Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind 3 Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind 4 Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind 5 Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Blind 6 Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Light Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Light Up Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Party Light Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Light Down Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Fairy Lights Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Lamp Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Bubbles Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Fan Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Fan Up Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Fan Down Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Fan Low Accessory Ready
[12/01/2021, 15:36:30] [Broadlink RM] Fan High Accessory Ready
[12/01/2021, 15:36:30] [Camera-ffmpeg] Initializing Camera-ffmpeg platform...
[12/01/2021, 15:36:30] [BHyve] Initializing orbit platform...
[12/01/2021, 15:36:30] [BHyve] Starting OrbitPlatform using homebridge API 2.7
[12/01/2021, 15:36:30] Loading 4 accessories...
[12/01/2021, 15:36:30] [Roborock] Initializing XiaomiRoborockVacuum accessory...
[12/01/2021, 15:36:30] [XXXX] Initializing BOMgovau accessory...
[12/01/2021, 15:36:30] [XXXX] [BOM gov au] Station Name is XXXX
[12/01/2021, 15:36:30] [XXXX] [BOM gov au] Station URL is http://www.bom.gov.au/XXXX.json
[12/01/2021, 15:36:30] [XXXX] Current Time is 1610436990364, BOM data expires at 0
[12/01/2021, 15:36:30] [XXXX] Updating observations from BOM.
[12/01/2021, 15:36:30] [Homebridge CPU Temperature] Initializing RaspberryPiTemperature accessory...
[12/01/2021, 15:36:30] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 50.147
[12/01/2021, 15:36:30] [Sunny Boy] Initializing SMAInverter accessory...
[12/01/2021, 15:36:30] [BHyve] Remembered accessory, configuring handlers B-Hyve
[12/01/2021, 15:36:30] [Camera-ffmpeg] [Cat Cam] Configuring cached bridged accessory...
[12/01/2021, 15:36:30] [BHyve] Fetch the devices
[12/01/2021, 15:36:30] Initializing platform accessory 'Learn'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Scan Frequency'...
[12/01/2021, 15:36:30] Initializing platform accessory 'X-mas Tree'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind 1'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind 2'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind 3'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind 4'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind 5'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Blind 6'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Light'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Light Up'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Party Light'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Light Down'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fairy Lights'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Lamp'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Bubbles'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fan'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fan Up'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fan Down'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fan Low'...
[12/01/2021, 15:36:30] Initializing platform accessory 'Fan High'...
Preparing Advertiser for 'Homebridge B03F' using bonjour-hap backend!
Setup Payload:
X-HM://0023ISYWY11PN
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────�     
    │ 031-45-154 │     
    └────────────┘     
                       
Starting to advertise 'Homebridge B03F' using bonjour-hap backend!
[12/01/2021, 15:36:30] Homebridge v1.3.0-beta.44 is running on port 51860.
[12/01/2021, 15:36:30] [Broadlink RM] X-mas Tree getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Blind getCurrentPosition: 0
[12/01/2021, 15:36:30] [Broadlink RM] Blind getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind getTargetPosition: 0
[12/01/2021, 15:36:30] [Broadlink RM] Blind 1 getCurrentPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 1 getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind 1 getTargetPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 2 getCurrentPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 2 getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind 2 getTargetPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 3 getCurrentPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 3 getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind 3 getTargetPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 4 getCurrentPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 4 getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind 4 getTargetPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 5 getCurrentPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 5 getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind 5 getTargetPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 6 getCurrentPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Blind 6 getPositionState: 2
[12/01/2021, 15:36:30] [Broadlink RM] Blind 6 getTargetPosition: 100
[12/01/2021, 15:36:30] [Broadlink RM] Light getSwitchState: true
[12/01/2021, 15:36:30] [Broadlink RM] Light Up getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Party Light getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Light Down getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Fairy Lights getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Lamp getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Bubbles getSwitchState: true
[12/01/2021, 15:36:30] [Broadlink RM] Fan getSwitchState: true
[12/01/2021, 15:36:30] [Broadlink RM] Fan Up getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Fan Down getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Fan Low getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] Fan High getSwitchState: false
[12/01/2021, 15:36:30] [Broadlink RM] [INFO] Discovered Broadlink RM2 Pro Plus v2 (2787) at 192.168.0.155 (XX:XX:XX:XX:XX:XX)
[12/01/2021, 15:36:30] [XXXX] Observations retrieved.
[12/01/2021, 15:36:30] [XXXX] BOM data will expire at 1610438400000 which is in 23.5min
[12/01/2021, 15:36:30] Received warning for the plugin 'homebridge-bomgovau' from the characteristic 'Barometric Pressure': characteristic was supplied illegal value: number 1009.8 exceeded maximum of 255.
[Harrisdale@Harrisdale@Barometric Pressure] characteristic was supplied illegal value: number 1009.8 exceeded maximum of 255.
[12/01/2021, 15:36:31] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 49.173
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Switch cmd:bash /home/pi/HisenseSwitch.sh Get 'My_Switch' 'Name'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/HisenseSwitch.sh Get 'My_Switch' 'On'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'Name'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(1)-'Active' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'Active'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(2)-'ActiveIdentifier' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'ActiveIdentifier'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(21)-'ConfiguredName' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'ConfiguredName'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(119)-'SleepDiscoveryMode' function for:TV_Combo cmd:bash /home/pi/HisenseTV.sh Get 'TV_Combo' 'SleepDiscoveryMode'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:TV cmd:bash /home/pi/HisenseTV.sh Get 'TV' 'Name'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(21)-'ConfiguredName' function for:TV cmd:bash /home/pi/HisenseTV.sh Get 'TV' 'ConfiguredName'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(60)-'InputSourceType' function for:TV cmd:bash /home/pi/HisenseTV.sh Get 'TV' 'InputSourceType'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(62)-'IsConfigured' function for:TV cmd:bash /home/pi/HisenseTV.sh Get 'TV' 'IsConfigured'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(42)-'CurrentVisibilityState' function for:TV cmd:bash /home/pi/HisenseTV.sh Get 'TV' 'CurrentVisibilityState'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(56)-'Identifier' function for:TV cmd:bash /home/pi/HisenseTV.sh Get 'TV' 'Identifier'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:HDMI1 cmd:bash /home/pi/HisenseTV.sh Get 'HDMI1' 'Name'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(21)-'ConfiguredName' function for:HDMI1 cmd:bash /home/pi/HisenseTV.sh Get 'HDMI1' 'ConfiguredName'
[12/01/2021, 15:36:31] [Cmd4] getValue accTypeEnumIndex:(60)-'InputSourceType' function for:HDMI1 cmd:bash /home/pi/HisenseTV.sh Get 'HDMI1' 'InputSourceType'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(62)-'IsConfigured' function for:HDMI1 cmd:bash /home/pi/HisenseTV.sh Get 'HDMI1' 'IsConfigured'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(42)-'CurrentVisibilityState' function for:HDMI1 cmd:bash /home/pi/HisenseTV.sh Get 'HDMI1' 'CurrentVisibilityState'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(56)-'Identifier' function for:HDMI1 cmd:bash /home/pi/HisenseTV.sh Get 'HDMI1' 'Identifier'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'Name' z01
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z01
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(122)-'StatusFault' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'StatusFault' z01
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'Name' z02
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z02
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(122)-'StatusFault' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'StatusFault' z02
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'Name' z03
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z03
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(122)-'StatusFault' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'StatusFault' z03
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'Name' z04
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z04
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(122)-'StatusFault' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'StatusFault' z04
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'Name' z05
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z05
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(122)-'StatusFault' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'StatusFault' z05
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'Name' z06
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'CurrentTemperature' z06
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(122)-'StatusFault' function for:My_TemperatureSensor cmd:bash /home/pi/zones.sh Get 'My_TemperatureSensor' 'StatusFault' z06
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'Name' z02
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'On' z02
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'Name' z03
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'On' z03
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'Name' z04
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'On' z04
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'Name' z05
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'On' z05
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'Name' z06
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:My_Switch cmd:bash /home/pi/zones.sh Get 'My_Switch' 'On' z06
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:Fan cmd:bash /home/pi/ezone.sh Get 'Fan' 'Name'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(81)-'On' function for:Fan cmd:bash /home/pi/ezone.sh Get 'Fan' 'On'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(76)-'Name' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'Name'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(31)-'CurrentHeatingCoolingState' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'CurrentHeatingCoolingState'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(137)-'TargetHeatingCoolingState' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'TargetHeatingCoolingState'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(38)-'CurrentTemperature' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'CurrentTemperature'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(144)-'TargetTemperature' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'TargetTemperature'
[12/01/2021, 15:36:32] [Cmd4] getValue accTypeEnumIndex:(148)-'TemperatureDisplayUnits' function for:My_Thermostat cmd:bash /home/pi/ezone.sh Get 'My_Thermostat' 'TemperatureDisplayUnits'
[12/01/2021, 15:36:32] [XXXX] BOM data will expire at 1610438400000 which is in 23.5min
[12/01/2021, 15:36:32] [XXXX] BOM data will expire at 1610438400000 which is in 23.5min
[12/01/2021, 15:36:32] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 50.147
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Currently@Current Ambient Light Level] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Amperes': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Currently@Amperes] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Total Consumption': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Volts': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Consumption': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Currently@Total Consumption] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Currently@Volts] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Currently@Consumption] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Sunny Boy@Sunny Boy Total@Current Ambient Light Level] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:33] [Broadlink RM] Learn getSwitchState: undefined
[12/01/2021, 15:36:33] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Learn@Learn@On] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:33] [Broadlink RM] Scan Frequency getSwitchState: undefined
[12/01/2021, 15:36:33] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Scan Frequency@Scan Frequency@On] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:33] [Broadlink RM] X-mas Tree getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Blind getCurrentPosition: 0
[12/01/2021, 15:36:33] [Broadlink RM] Blind getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind getTargetPosition: 0
[12/01/2021, 15:36:33] [Broadlink RM] Blind 1 getCurrentPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 1 getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind 1 getTargetPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 2 getCurrentPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 2 getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind 2 getTargetPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 3 getCurrentPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 3 getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind 3 getTargetPosition: 100
[12/01/2021, 15:36:33] �[36m[Broadlink RM] Blind 4 getCurrentPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 4 getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind 4 getTargetPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 5 getCurrentPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 5 getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind 5 getTargetPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 6 getCurrentPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Blind 6 getPositionState: 2
[12/01/2021, 15:36:33] [Broadlink RM] Blind 6 getTargetPosition: 100
[12/01/2021, 15:36:33] [Broadlink RM] Light getSwitchState: true
[12/01/2021, 15:36:33] [Broadlink RM] Light Up getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Party Light getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Light Down getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Fairy Lights getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Lamp getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Bubbles getSwitchState: true
[12/01/2021, 15:36:33] [Broadlink RM] Bubbles getOutletInUse: undefined
[12/01/2021, 15:36:33] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'Outlet In Use': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[Bubbles@Bubbles@Outlet In Use] characteristic was supplied illegal value: undefined! This might throw errors in the future!
[12/01/2021, 15:36:33] [Broadlink RM] Fan getSwitchState: true
[12/01/2021, 15:36:33] [Broadlink RM] Fan Up getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Fan Down getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Fan Low getSwitchState: false
[12/01/2021, 15:36:33] [Broadlink RM] Fan High getSwitchState: false
[12/01/2021, 15:36:33] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 50.147
[12/01/2021, 15:36:33] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:33] [Cmd4] getValue TemperatureDisplayUnits function for:My_Thermostat returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue TargetTemperature function for:My_Thermostat returned:24
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_Thermostat returned:25
[12/01/2021, 15:36:33] [Cmd4] getValue TargetHeatingCoolingState function for:My_Thermostat returned:2
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentHeatingCoolingState function for:My_Thermostat returned:2
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Thermostat
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:Fan returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name Fan
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.9
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.7
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.7
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:24.1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.4
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:25
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Identifier HDMI1
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentVisibilityState function for:HDMI1 returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue IsConfigured function for:HDMI1 returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for InputSourceType HDMI1
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for ConfiguredName HDMI1
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name HDMI1
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Identifier TV
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentVisibilityState function for:TV returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue IsConfigured function for:TV returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for InputSourceType TV
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for ConfiguredName TV
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name TV
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for SleepDiscoveryMode TV_Combo
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for ConfiguredName TV_Combo
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue ActiveIdentifier function for:TV_Combo returned:1
[12/01/2021, 15:36:33] [Cmd4] getValue Active function for:TV_Combo returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name TV_Combo
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4] 
[12/01/2021, 15:36:33] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[UPDATE AVAILABLE] Version 3.0.3 of homebridge-cmd4 is available. Any release notes can be found here: https://github.com/ztalbot2000/homebridge-cmd4#readme
[12/01/2021, 15:36:34] [BHyve] Configuring cached device
[12/01/2021, 15:36:34] [BHyve] Configure Irrigation service B-Hyve
[12/01/2021, 15:36:34] [BHyve] Configure Valve service Front Lawn
[12/01/2021, 15:36:34] [BHyve] Configure Valve service Front Garden
[12/01/2021, 15:36:34] [BHyve] Configure Valve service Back Lawn
[12/01/2021, 15:36:34] [BHyve] Configure Valve service Back Garden
[12/01/2021, 15:36:34] [BHyve] openConnection
[12/01/2021, 15:36:34] [BHyve] onMessage
[12/01/2021, 15:36:34] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:36:34] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:35] [BHyve] TX {XXXX}
[12/01/2021, 15:36:35] [BHyve] TX {XXXX}
[12/01/2021, 15:36:35] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.199
[12/01/2021, 15:36:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:36] [BHyve] sync
[12/01/2021, 15:36:36] [BHyve] TX {XXXX}
[12/01/2021, 15:36:36] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.686
[12/01/2021, 15:36:36] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:36] [BHyve] RX {XXXX}
[12/01/2021, 15:36:36] [BHyve] program_change - do nothing
[12/01/2021, 15:36:37] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 48.686
[12/01/2021, 15:36:37] [BHyve] RX {XXXX}
[12/01/2021, 15:36:37] [BHyve] change_mode auto
[12/01/2021, 15:36:37] [BHyve] RX {XXXX}
[12/01/2021, 15:36:37] [BHyve] Watering_complete or device_idle
[12/01/2021, 15:36:37] [BHyve] RX {XXXX}
[12/01/2021, 15:36:37] [BHyve] rain_delay - do nothing
[12/01/2021, 15:36:37] [BHyve] RX {XXXX}
[12/01/2021, 15:36:37] [BHyve] program_change - do nothing
[12/01/2021, 15:36:37] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:38] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:38] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:39] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:39] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:40] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:41] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:41] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:42] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:42] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:43] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:43] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:44] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:44] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:45] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:45] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:46] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:46] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:47] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:47] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:48] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:48] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:49] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:49] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:50] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:50] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:51] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:51] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:52] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:52] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:53] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 45.764
[12/01/2021, 15:36:53] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:54] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:36:54] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:55] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:36:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:56] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:36:56] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:57] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:36:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:58] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:36:58] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:36:59] [BHyve] TX {"event":"ping"}
[12/01/2021, 15:36:59] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:36:59] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:00] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:37:00] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:01] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:37:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:02] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:37:02] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:03] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.712
[12/01/2021, 15:37:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:04] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:37:04] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:05] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:37:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:06] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:37:06] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:07] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:37:07] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:08] [Homebridge UI] Starting terminal session
[12/01/2021, 15:37:08] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:37:08] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:09] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:37:09] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:10] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:37:10] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:10] [Homebridge UI] Terminal session ended.
[12/01/2021, 15:37:11] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 47.225
[12/01/2021, 15:37:11] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:12] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.738
[12/01/2021, 15:37:12] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:13] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:37:13] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[12/01/2021, 15:37:14] [Homebridge CPU Temperature] update currentTemperatureCharacteristic value: 46.251
[12/01/2021, 15:37:14] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[Sunny Boy@Sunny Boy Today@Current Ambient Light Level] characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.

I have removed all sensitive data again and replaced with XXXX. I have only just thought now, but I have collected these debug logs by turning on the button in the Homebridge settings for debugging. Should I have instead used the debugging method where you set DEBUG*?

@mitch7391
Copy link
Author

Also I did not see [...] is taking a long time to load and preventing Homebridge from starting.; which makes me think I am using the wrong debug method for these logs.

@Supereg
Copy link
Member

Supereg commented Jan 14, 2021

I try to have a look at the logs in the the next few days.

Also I did not see [...] is taking a long time to load and preventing Homebridge from starting.; which makes me think I am using the wrong debug method for these logs.

Not seeing that error message isn't a "problem". The existence or non existence of such a log message already helps to isolate the issue, or rather cross out possibilities of issues.

@mitch7391
Copy link
Author

No rush Andi, I can imagine you are a busy person! Just let me know if you need anything further to help.

@Supereg
Copy link
Member

Supereg commented Jan 17, 2021

I'm still investigating. But looking at the log differences, I still got the assumption that it might be related to cmd4 (in some or another way). As the plugin is quite complex it isn't really easy to catch the issue directly.
But I just noted that the below listed log output only happens on 1.3. and not when running 1.2.
As a side note, is there any reason why you are running cmd4 2.4.2 and not the latest 3.0.7. The seemingly got a bigger refactoring moving to a more ideal way of interfacing with the Homebridge API (see their changelog). But not sure if this is related.

Also I noted that in both cases the log message Homebridge vx.x.x is running on port xxxx. is printed. Meaning the underlying HAP service is indeed fully running.

As a next step, would you maybe be able to again install 1.3.0, but this time enabling debug message of the underlying HomeKit library as depicted in the picture below. If you got the time, again doing the same to 1.2.5 in order to compare them.
I think this could give us some insights if there are any connection attempts made by your iDevices.

Referenced log output (Click to expand)

[12/01/2021, 15:36:33] [Cmd4] getValue TemperatureDisplayUnits function for:My_Thermostat returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue TargetTemperature function for:My_Thermostat returned:24
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_Thermostat returned:25
[12/01/2021, 15:36:33] [Cmd4] getValue TargetHeatingCoolingState function for:My_Thermostat returned:2
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentHeatingCoolingState function for:My_Thermostat returned:2
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Thermostat
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:Fan returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name Fan
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:0
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.9
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.7
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.7
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:24.1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:26.4
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue StatusFault function for:My_TemperatureSensor returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentTemperature function for:My_TemperatureSensor returned:25
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_TemperatureSensor
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Identifier HDMI1
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentVisibilityState function for:HDMI1 returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue IsConfigured function for:HDMI1 returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for InputSourceType HDMI1
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for ConfiguredName HDMI1
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name HDMI1
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Identifier TV
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue CurrentVisibilityState function for:TV returned:0
[12/01/2021, 15:36:33] [Cmd4] getValue IsConfigured function for:TV returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for InputSourceType TV
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for ConfiguredName TV
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name TV
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for SleepDiscoveryMode TV_Combo
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for ConfiguredName TV_Combo
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue ActiveIdentifier function for:TV_Combo returned:1
[12/01/2021, 15:36:33] [Cmd4] getValue Active function for:TV_Combo returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name TV_Combo
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] getValue On function for:My_Switch returned:1
[12/01/2021, 15:36:33] [Cmd4] Nothing retured from stdout for Name My_Switch
[12/01/2021, 15:36:33] [Cmd4]
[12/01/2021, 15:36:33] [Cmd4] null
[12/01/2021, 15:36:33] [Cmd4]

hap-debug-mode

@mitch7391
Copy link
Author

As a side note, is there any reason why you are running cmd4 2.4.2 and not the latest 3.0.7. The seemingly got a bigger refactoring moving to a more ideal way of interfacing with the Homebridge API (see their changelog). But not sure if this is related.

The reason behind not running the latest cmd4 v3.0.x at the time was a bug introduced in the breaking change where the characteristic On seemed to be inverted; I have been working with the developer the last few days to help him pin-point the issue. That has been fixed with v3.0.7 now and seems to be running with no issue.

v1.2.5 Logs (click to expand)
[18/01/2021, 09:56:09] [Homebridge UI] Homebridge restart request received
[18/01/2021, 09:56:09] [Homebridge UI] No restart command defined, killing process...
[18/01/2021, 09:56:09] [HB Supervisor] Stopping services...
[18/01/2021, 09:56:09] Got SIGTERM, shutting down Homebridge...
[18/01/2021, 09:56:14] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[18/01/2021, 09:56:22] [HB Supervisor] OS: Linux 5.4.79-v7l+ arm
[18/01/2021, 09:56:22] [HB Supervisor] Node.js v14.15.4 /usr/local/bin/node
[18/01/2021, 09:56:22] [HB Supervisor] Homebridge Path: /usr/local/lib/node_modules/homebridge/bin/homebridge
[18/01/2021, 09:56:22] [HB Supervisor] UI Path: /usr/local/lib/node_modules/homebridge-config-ui-x/dist/bin/standalone.js
[18/01/2021, 09:56:22] [HB Supervisor] Starting Homebridge with extra flags: -I
[18/01/2021, 09:56:22] [HB Supervisor] Starting Homebridge with custom env: {"DEBUG":"HAP-NodeJS:*"}
[18/01/2021, 09:56:22] [HB Supervisor] Started Homebridge v1.2.5 with PID: 5275
[18/01/2021, 09:56:23] Loaded config.json with 4 accessories and 6 platforms.
[18/01/2021, 09:56:24] ---
[18/01/2021, 09:56:25] Loaded plugin: homebridge-bomgovau@0.1.3
BOMgovau says: homebridge API version: 2.6
[18/01/2021, 09:56:25] Plugin 'homebridge-bomgovau' tried to register with an incorrect plugin identifier: 'homebridge-BOMgovau'. Please report this to the developer!
[18/01/2021, 09:56:25] Registering accessory 'homebridge-bomgovau.BOMgovau'
[18/01/2021, 09:56:25] ---
[18/01/2021, 09:56:26] Loaded plugin: homebridge-broadlink-rm-pro@4.4.0
[18/01/2021, 09:56:26] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[18/01/2021, 09:56:26] ---
[18/01/2021, 09:56:26] Loaded plugin: homebridge-camera-ffmpeg@3.0.3
[18/01/2021, 09:56:26] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[18/01/2021, 09:56:26] ---
[18/01/2021, 09:56:26] Loaded plugin: homebridge-cmd4@3.0.7
[18/01/2021, 09:56:26] Registering accessory 'homebridge-cmd4.Cmd4'
[18/01/2021, 09:56:26] Registering platform 'homebridge-cmd4.Cmd4'
[18/01/2021, 09:56:26] ---
[18/01/2021, 09:56:26] Loaded plugin: homebridge-config-ui-x@4.36.0
[18/01/2021, 09:56:26] Registering platform 'homebridge-config-ui-x.config'
[18/01/2021, 09:56:26] ---
[18/01/2021, 09:56:26] Loaded plugin: homebridge-platform-orbit@1.4.4
[18/01/2021, 09:56:26] Registering platform 'homebridge-platform-orbit.orbit'
[18/01/2021, 09:56:26] ---
[18/01/2021, 09:56:26] Loaded plugin: homebridge-raspberrypi-temperature@0.0.8
[18/01/2021, 09:56:26] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[18/01/2021, 09:56:26] ---
[18/01/2021, 09:56:28] [Homebridge UI] Homebridge Config UI X v4.36.0 is listening on :: port 8581
[18/01/2021, 09:56:27] Loaded plugin: homebridge-sma-inverter@3.0.1
[18/01/2021, 09:56:29] Registering accessory 'homebridge-sma-inverter.SMAInverter'
[18/01/2021, 09:56:29] ---
[18/01/2021, 09:56:29] Loaded plugin: homebridge-wiz-lan@2.1.0
[18/01/2021, 09:56:29] Registering platform 'homebridge-wiz-lan.WizSmarthome'
[18/01/2021, 09:56:29] ---
[18/01/2021, 09:56:30] Loaded plugin: homebridge-xiaomi-roborock-vacuum@0.16.1
[18/01/2021, 09:56:30] Registering accessory 'homebridge-xiaomi-roborock-vacuum.XiaomiRoborockVacuum'
[18/01/2021, 09:56:30] ---
[18/01/2021, 09:56:30] Loading 6 platforms...
[18/01/2021, 09:56:30] [Config] Initializing config platform...
[18/01/2021, 09:56:30] [Config] Running in Service Mode
[18/01/2021, 09:56:30] [Cmd4] Initializing Cmd4 platform...
[18/01/2021, 09:56:30] [Broadlink RM] Initializing BroadlinkRM platform...
[18/01/2021, 09:56:30] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[18/01/2021, 09:56:30] [Broadlink RM] [INFO] Running Homebridge Broadlink RM Plugin version 4.4.0
[18/01/2021, 09:56:30] [Broadlink RM] X-mas Tree Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind 1 Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind 2 Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind 3 Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind 4 Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind 5 Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Blind 6 Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Light Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Light Up Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Party Light Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Light Down Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Fairy Lights Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Lamp Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Bubbles Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Fan Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Fan Up Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Fan Down Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Fan Low Accessory Ready
[18/01/2021, 09:56:30] [Broadlink RM] Fan High Accessory Ready
[18/01/2021, 09:56:30] [Camera-ffmpeg] Initializing Camera-ffmpeg platform...
[18/01/2021, 09:56:30] [BHyve] Initializing orbit platform...
[18/01/2021, 09:56:30] [BHyve] Starting OrbitPlatform using homebridge API 2.6
[18/01/2021, 09:56:30] [WizSmarthome] Initializing WizSmarthome platform...
[18/01/2021, 09:56:30] [WizSmarthome] homebridge-wiz-lan v2.1.0, node v14.15.4, homebridge v1.2.5
[18/01/2021, 09:56:30] Loading 4 accessories...
[18/01/2021, 09:56:30] [Roborock] Initializing XiaomiRoborockVacuum accessory...
HAP Warning: Characteristic 000000AC-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 00000040-0000-1000-8000-0026BB765291. Adding anyway.
HAP Warning: Characteristic 000000AB-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 00000040-0000-1000-8000-0026BB765291. Adding anyway.
[18/01/2021, 09:56:30] [XXXX] Initializing BOMgovau accessory...
[18/01/2021, 09:56:30] [XXXX] [BOM gov au] Station Name is XXXX
[18/01/2021, 09:56:30] [XXXX] [BOM gov au] Station URL is http://www.bom.gov.au/fwo/XXXX.json
[18/01/2021, 09:56:30] [XXXX] Current Time is 1610934990974, BOM data expires at 0
[18/01/2021, 09:56:30] [XXXX] Updating observations from BOM.
[18/01/2021, 09:56:30] [Homebridge CPU Temperature] Initializing RaspberryPiTemperature accessory...
[18/01/2021, 09:56:31] [Sunny Boy] Initializing SMAInverter accessory...
[18/01/2021, 09:56:31] [BHyve] Remembered accessory, configuring handlers B-Hyve
[18/01/2021, 09:56:31] [Camera-ffmpeg] [Cat Cam] Configuring cached bridged accessory...
[18/01/2021, 09:56:31] [WizSmarthome] Configuring cached accessory: [a8bb509ce732] XXXX
[18/01/2021, 09:56:31] [WizSmarthome] Configuring cached accessory: [a8bb509d0336] XXXX
[18/01/2021, 09:56:31] [Cmd4] Cmd4Platform didFinishLaunching
[18/01/2021, 09:56:31] [Cmd4] Removing *ALL* cached accessories as: restartRecover is set to false
[18/01/2021, 09:56:31] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:56:31] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: TV_Combo
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: TV_Combo
[18/01/2021, 09:56:33] [Cmd4] Creating linked accessories for: TV_Combo
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: Fan
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: Fan
[18/01/2021, 09:56:33] [Cmd4] Adding new platformAccessory: My_Thermostat
[18/01/2021, 09:56:33] [Cmd4] Configuring platformAccessory: My_Thermostat
2021-01-18T01:56:34.041Z HAP-NodeJS:EventedHTTPServer Server listening on port 45885
[18/01/2021, 09:56:34] TV_Combo 748A is running on port 45885.
[18/01/2021, 09:56:34] Please add [TV_Combo 748A] manually in Home app. Setup Code: 031-45-154
[18/01/2021, 09:56:34] Initializing platform accessory 'Learn'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Scan Frequency'...
[18/01/2021, 09:56:34] Initializing platform accessory 'X-mas Tree'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind 1'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind 2'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind 3'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind 4'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind 5'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Blind 6'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Light'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Light Up'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Party Light'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Light Down'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Fairy Lights'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Lamp'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Bubbles'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Fan'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Fan Up'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Fan Down'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Fan Low'...
[18/01/2021, 09:56:34] Initializing platform accessory 'Fan High'...
Setup Payload:
X-HM://0023ISYWY11PN
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 031-45-154 │     
    └────────────┘     
                       
2021-01-18T01:56:34.183Z HAP-NodeJS:EventedHTTPServer Server listening on port 51860
[18/01/2021, 09:56:34] Homebridge v1.2.5 is running on port 51860.
[18/01/2021, 09:56:34] [Broadlink RM] X-mas Tree getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Blind getCurrentPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind getTargetPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 1 getCurrentPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 1 getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind 1 getTargetPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 2 getCurrentPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 2 getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind 2 getTargetPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 3 getCurrentPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 3 getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind 3 getTargetPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 4 getCurrentPosition: 0
[18/01/2021, 09:56:34] [Broadlink RM] Blind 4 getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind 4 getTargetPosition: 0
[18/01/2021, 09:56:34] [Broadlink RM] Blind 5 getCurrentPosition: 0
[18/01/2021, 09:56:34] [Broadlink RM] Blind 5 getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind 5 getTargetPosition: 0
[18/01/2021, 09:56:34] [Broadlink RM] Blind 6 getCurrentPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Blind 6 getPositionState: 2
[18/01/2021, 09:56:34] [Broadlink RM] Blind 6 getTargetPosition: 100
[18/01/2021, 09:56:34] [Broadlink RM] Light getSwitchState: true
[18/01/2021, 09:56:34] [Broadlink RM] Light Up getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Party Light getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Light Down getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Fairy Lights getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Lamp getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Bubbles getSwitchState: true
[18/01/2021, 09:56:34] [Broadlink RM] Fan getSwitchState: true
[18/01/2021, 09:56:34] [Broadlink RM] Fan Up getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Fan Down getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Fan Low getSwitchState: false
[18/01/2021, 09:56:34] [Broadlink RM] Fan High getSwitchState: false
[18/01/2021, 09:56:34] [Sunny Boy] Refresh failed Attempting reconnect... TypeError: Cannot read property 'buffer' of undefined
    at SMAInverter.<anonymous> (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:168:13)
    at ModbusRTU.writeFC4 (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/index.js:544:19)
    at ModbusRTU.writeFC3 (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/index.js:530:10)
    at ModbusRTU.converted [as readHoldingRegisters] (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/apis/promise.js:36:27)
    at SMAInverter._refresh (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:166:11)
    at SMAInverter.<anonymous> (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:99:8)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
[18/01/2021, 09:56:34] [Roborock] ERR connect | miio.device, next try in 2 minutes | Error: Could not connect to device, handshake timeout
[18/01/2021, 09:56:34] [Broadlink RM] [INFO] Discovered Broadlink RM2 Pro Plus v2 (2787) at 192.168.0.155 (XX:XX:XX:XX:XX:XX)
[18/01/2021, 09:56:34] [XXXX] Observations retrieved.
[18/01/2021, 09:56:34] [XXXX] BOM data will expire at 1610935200000 which is in 3.5min
2021-01-18T01:56:35.465Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:35.466Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 42939
2021-01-18T01:56:35.469Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] New connection from client at interface eth0
2021-01-18T01:56:35.470Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP server listening on port 39633
2021-01-18T01:56:35.479Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /accessories
2021-01-18T01:56:35.480Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:56:35.490Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:35.501Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:56:35.501Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:56:35.504Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T01:56:35.644Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:35.653Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:35.653Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 37015
2021-01-18T01:56:35.668Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:56:35.668Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:35.669Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:35.671Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /characteristics
2021-01-18T01:56:35.671Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:56:35.673Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: [{"aid":-1,"iid":-1}]
2021-01-18T01:56:35.674Z HAP-NodeJS:Accessory [TV_Combo 748A] Could not find a Characteristic with iid of -1 and aid of -1
2021-01-18T01:56:35.675Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:35.677Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:56:35.677Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:56:35.678Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T01:56:35.730Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:56:35.732Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:35.733Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:35.733Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:35.736Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:56:35.736Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /accessories
2021-01-18T01:56:35.736Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:56:35.739Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:35.761Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:35.761Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:56:35.762Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: [{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":11,"ev":true}]
2021-01-18T01:56:35.763Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:35.763Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:35.763Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:35.764Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:36.416Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:36.417Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 40845
2021-01-18T01:56:36.420Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] New connection from client at interface eth0
2021-01-18T01:56:36.420Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP server listening on port 37067
2021-01-18T01:56:36.427Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /accessories
2021-01-18T01:56:36.427Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:56:36.482Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:36.483Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:56:36.483Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:56:36.484Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T01:56:36.563Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:36.579Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:36.580Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 36503
2021-01-18T01:56:36.580Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:36.581Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:36.582Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:56:36.583Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /characteristics
2021-01-18T01:56:36.584Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:36.584Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":-1,"iid":-1}]
2021-01-18T01:56:36.585Z HAP-NodeJS:Accessory [Homebridge B03F] Could not find a Characteristic with iid of -1 and aid of -1
2021-01-18T01:56:36.585Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:36.586Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:56:36.586Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:56:36.587Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T01:56:36.623Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:56:36.624Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:36.627Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:36.628Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:36.629Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:56:36.629Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /accessories
2021-01-18T01:56:36.630Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:56:36.648Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:36.683Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] New connection from client at interface eth0
2021-01-18T01:56:36.683Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP server listening on port 37267
2021-01-18T01:56:36.685Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:56:36.685Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:56:36.686Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T01:56:36.718Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:36.732Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:56:36.732Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:56:36.733Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T01:56:36.770Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client 5B6DEC7D-776D-41CA-A6AF-C72147AA2123 verification complete
2021-01-18T01:56:36.772Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:36.777Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /accessories
2021-01-18T01:56:36.777Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:56:36.779Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:36.800Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics
2021-01-18T01:56:36.800Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:56:36.801Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: [{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true}]
2021-01-18T01:56:36.801Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:36.802Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:36.802Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:36.802Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:36.982Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] New connection from client at interface eth0
2021-01-18T01:56:36.983Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP server listening on port 44697
2021-01-18T01:56:36.984Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] New connection from client at interface eth0
2021-01-18T01:56:36.985Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP server listening on port 44433
2021-01-18T01:56:36.987Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:56:36.988Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:56:36.988Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T01:56:37.026Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.026Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:56:37.027Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:56:37.027Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T01:56:37.058Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.080Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.081Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.081Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":32,"iid":10,"ev":true}]
2021-01-18T01:56:37.082Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Current Temperature" for events
2021-01-18T01:56:37.083Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.085Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:56:37.085Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:56:37.088Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T01:56:37.165Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:56:37.167Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.170Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=1.7
2021-01-18T01:56:37.170Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=1.7
2021-01-18T01:56:37.185Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.185Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.2.5
2021-01-18T01:56:37.186Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.187Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:56:37.187Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:56:37.187Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T01:56:37.221Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:56:37.222Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.223Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /accessories
2021-01-18T01:56:37.224Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:56:37.226Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.229Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.229Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.229Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":4,"iid":10,"ev":true}]
2021-01-18T01:56:37.230Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "On" for events
2021-01-18T01:56:37.230Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.231Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /accessories
2021-01-18T01:56:37.231Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:56:37.250Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.258Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics
2021-01-18T01:56:37.259Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:56:37.259Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: [{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true}]
2021-01-18T01:56:37.259Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:37.260Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:37.260Z HAP-NodeJS:Accessory [TV_Combo 748A] Registering Characteristic "Configured Name" for events
2021-01-18T01:56:37.260Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.262Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.262Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.263Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":5,"iid":10,"ev":true}]
2021-01-18T01:56:37.263Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "On" for events
2021-01-18T01:56:37.263Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.266Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=64.7
2021-01-18T01:56:37.266Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=64.7
2021-01-18T01:56:37.266Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.267Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.267Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.269Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=106.7
2021-01-18T01:56:37.269Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=106.7
2021-01-18T01:56:37.270Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.270Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.271Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.273Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=107.7
2021-01-18T01:56:37.273Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=107.7
2021-01-18T01:56:37.273Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.274Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.274Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.276Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=91.7
2021-01-18T01:56:37.276Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=91.7
2021-01-18T01:56:37.277Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.277Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.1
2021-01-18T01:56:37.277Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.279Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.280Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.280Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":13,"iid":10,"ev":true}]
2021-01-18T01:56:37.280Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "On" for events
2021-01-18T01:56:37.281Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.283Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=22.7
2021-01-18T01:56:37.283Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=22.7
2021-01-18T01:56:37.283Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.284Z HAP-NodeJS:Accessory [Homebridge B03F] Error getting value for Characteristic "Firmware Revision": Not connected yet
2021-01-18T01:56:37.285Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.287Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.287Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.288Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":33,"iid":10,"ev":true}]
2021-01-18T01:56:37.288Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "On" for events
2021-01-18T01:56:37.289Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.291Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.291Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.291Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":52,"iid":42,"ev":true},{"aid":52,"iid":32,"ev":true},{"aid":52,"iid":52,"ev":true},{"aid":52,"iid":22,"ev":true}]
2021-01-18T01:56:37.292Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.292Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.292Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.292Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.293Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.295Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=60.7
2021-01-18T01:56:37.295Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=60.7
2021-01-18T01:56:37.295Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.296Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.296Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.298Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=94.7
2021-01-18T01:56:37.298Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=94.7
2021-01-18T01:56:37.299Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.299Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.300Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.302Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=12.11
2021-01-18T01:56:37.302Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=12.11
2021-01-18T01:56:37.302Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.303Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.303Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.305Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=24.7
2021-01-18T01:56:37.305Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=24.7
2021-01-18T01:56:37.306Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.306Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: v0.1.3
2021-01-18T01:56:37.307Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.308Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=15.11
2021-01-18T01:56:37.309Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=15.11
2021-01-18T01:56:37.309Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.309Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.310Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.313Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=96.7
2021-01-18T01:56:37.313Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=96.7
2021-01-18T01:56:37.313Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.313Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.314Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.316Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=92.7
2021-01-18T01:56:37.317Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=92.7
2021-01-18T01:56:37.317Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.317Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 2.1.0
2021-01-18T01:56:37.318Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.320Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=104.7
2021-01-18T01:56:37.320Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=104.7
2021-01-18T01:56:37.321Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.321Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.321Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.323Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=19.11
2021-01-18T01:56:37.323Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=19.11
2021-01-18T01:56:37.324Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.324Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.324Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.326Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=102.7
2021-01-18T01:56:37.327Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=102.7
2021-01-18T01:56:37.327Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.327Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.328Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.330Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=65.7
2021-01-18T01:56:37.330Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=65.7
2021-01-18T01:56:37.331Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.331Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.331Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.333Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=4.11
2021-01-18T01:56:37.333Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=4.11
2021-01-18T01:56:37.334Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.334Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.334Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.336Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=17.11
2021-01-18T01:56:37.336Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=17.11
2021-01-18T01:56:37.337Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.337Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.338Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.339Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=5.11
2021-01-18T01:56:37.340Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=5.11
2021-01-18T01:56:37.340Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.340Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.341Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.343Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=18.11
2021-01-18T01:56:37.343Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=18.11
2021-01-18T01:56:37.344Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.344Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.345Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.347Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=93.7
2021-01-18T01:56:37.347Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=93.7
2021-01-18T01:56:37.347Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.347Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 2.1.0
2021-01-18T01:56:37.348Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.350Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=11.11
2021-01-18T01:56:37.350Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=11.11
2021-01-18T01:56:37.350Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.351Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.351Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.353Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=105.7
2021-01-18T01:56:37.353Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=105.7
2021-01-18T01:56:37.353Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.354Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.354Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.357Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=99.7
2021-01-18T01:56:37.357Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=99.7
2021-01-18T01:56:37.357Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.358Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.358Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.360Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=9.11
2021-01-18T01:56:37.360Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=9.11
2021-01-18T01:56:37.361Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.361Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.361Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.363Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=97.7
2021-01-18T01:56:37.363Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=97.7
2021-01-18T01:56:37.364Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.364Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.365Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.366Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=95.7
2021-01-18T01:56:37.366Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=95.7
2021-01-18T01:56:37.367Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.367Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.368Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.370Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=62.7
2021-01-18T01:56:37.370Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=62.7
2021-01-18T01:56:37.371Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.371Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.371Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.374Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=101.7
2021-01-18T01:56:37.374Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=101.7
2021-01-18T01:56:37.374Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.375Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.375Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.377Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=56.7
2021-01-18T01:56:37.377Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=56.7
2021-01-18T01:56:37.378Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.378Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.0.0
2021-01-18T01:56:37.379Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.382Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=61.7
2021-01-18T01:56:37.382Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=61.7
2021-01-18T01:56:37.383Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.383Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.383Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.385Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=63.7
2021-01-18T01:56:37.385Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=63.7
2021-01-18T01:56:37.386Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.386Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.386Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.389Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=98.7
2021-01-18T01:56:37.389Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=98.7
2021-01-18T01:56:37.390Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.390Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.390Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.392Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=14.12
2021-01-18T01:56:37.392Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=14.12
2021-01-18T01:56:37.393Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.393Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.394Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.396Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=13.11
2021-01-18T01:56:37.396Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=13.11
2021-01-18T01:56:37.396Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.397Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.397Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.399Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=10.11
2021-01-18T01:56:37.399Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=10.11
2021-01-18T01:56:37.400Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.400Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.400Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.404Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=33.11
2021-01-18T01:56:37.404Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=33.11
2021-01-18T01:56:37.404Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.404Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.405Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.407Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=52.7
2021-01-18T01:56:37.407Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=52.7
2021-01-18T01:56:37.407Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.408Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.4.4
2021-01-18T01:56:37.408Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.415Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=16.11
2021-01-18T01:56:37.415Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=16.11
2021-01-18T01:56:37.416Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.416Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.417Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.420Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=55.7
2021-01-18T01:56:37.421Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=55.7
2021-01-18T01:56:37.421Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.421Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.422Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.424Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=32.7
2021-01-18T01:56:37.425Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=32.7
2021-01-18T01:56:37.425Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.425Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 0.0.8
2021-01-18T01:56:37.426Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.432Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=103.7
2021-01-18T01:56:37.432Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=103.7
2021-01-18T01:56:37.432Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.432Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.433Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.435Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=100.7
2021-01-18T01:56:37.435Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=100.7
2021-01-18T01:56:37.435Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.436Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.436Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.438Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics?id=8.11
2021-01-18T01:56:37.438Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=8.11
2021-01-18T01:56:37.439Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.439Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.439Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.443Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:56:37.443Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.444Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":56,"iid":18,"value":1},{"aid":56,"iid":26,"value":1}]
2021-01-18T01:56:37.444Z HAP-NodeJS:Accessory [Homebridge B03F] Setting Characteristic "Active" to value 1
2021-01-18T01:56:37.445Z HAP-NodeJS:Accessory [Homebridge B03F] Setting Characteristic "Active" to value 1
2021-01-18T01:56:37.445Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:56:37.520Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=64.7
2021-01-18T01:56:37.520Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=64.7
2021-01-18T01:56:37.520Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.521Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.521Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.530Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=5.11
2021-01-18T01:56:37.531Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=5.11
2021-01-18T01:56:37.531Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.531Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.532Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.550Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=16.11
2021-01-18T01:56:37.550Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=16.11
2021-01-18T01:56:37.550Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.550Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.551Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.557Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=33.11
2021-01-18T01:56:37.557Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=33.11
2021-01-18T01:56:37.558Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.558Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.559Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.564Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=101.7
2021-01-18T01:56:37.564Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=101.7
2021-01-18T01:56:37.564Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.565Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.565Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.570Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics
2021-01-18T01:56:37.570Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:37.571Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":52,"iid":32,"ev":true},{"aid":52,"iid":52,"ev":true},{"aid":52,"iid":22,"ev":true},{"aid":52,"iid":42,"ev":true}]
2021-01-18T01:56:37.571Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.571Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.571Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.571Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:37.572Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.576Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=60.7
2021-01-18T01:56:37.576Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=60.7
2021-01-18T01:56:37.577Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.577Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.578Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.582Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=24.7
2021-01-18T01:56:37.583Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=24.7
2021-01-18T01:56:37.583Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.583Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: v0.1.3
2021-01-18T01:56:37.584Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.596Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=4.11
2021-01-18T01:56:37.596Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=4.11
2021-01-18T01:56:37.597Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.597Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.598Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.602Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=9.11
2021-01-18T01:56:37.603Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=9.11
2021-01-18T01:56:37.603Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.603Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.604Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.610Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=18.11
2021-01-18T01:56:37.610Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=18.11
2021-01-18T01:56:37.610Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.610Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.611Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.616Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=105.7
2021-01-18T01:56:37.616Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=105.7
2021-01-18T01:56:37.617Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.617Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.617Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.622Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=12.11
2021-01-18T01:56:37.622Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=12.11
2021-01-18T01:56:37.623Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.623Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.624Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.628Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=62.7
2021-01-18T01:56:37.629Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=62.7
2021-01-18T01:56:37.629Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.629Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.630Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.635Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=91.7
2021-01-18T01:56:37.635Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=91.7
2021-01-18T01:56:37.635Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.636Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.1
2021-01-18T01:56:37.636Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.641Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=99.7
2021-01-18T01:56:37.641Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=99.7
2021-01-18T01:56:37.642Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.642Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.642Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.649Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=92.7
2021-01-18T01:56:37.650Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=92.7
2021-01-18T01:56:37.650Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.650Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 2.1.0
2021-01-18T01:56:37.651Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.656Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=65.7
2021-01-18T01:56:37.656Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=65.7
2021-01-18T01:56:37.656Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.656Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.657Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.662Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=1.7
2021-01-18T01:56:37.662Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=1.7
2021-01-18T01:56:37.663Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.663Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.2.5
2021-01-18T01:56:37.663Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.668Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=13.11
2021-01-18T01:56:37.669Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=13.11
2021-01-18T01:56:37.669Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.669Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.670Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.674Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=11.11
2021-01-18T01:56:37.674Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=11.11
2021-01-18T01:56:37.675Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.675Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.676Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.681Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=94.7
2021-01-18T01:56:37.681Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=94.7
2021-01-18T01:56:37.681Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.681Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.682Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.686Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=22.7
2021-01-18T01:56:37.687Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=22.7
2021-01-18T01:56:37.687Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.687Z HAP-NodeJS:Accessory [Homebridge B03F] Error getting value for Characteristic "Firmware Revision": Not connected yet
2021-01-18T01:56:37.688Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.699Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=107.7
2021-01-18T01:56:37.699Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=107.7
2021-01-18T01:56:37.699Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.700Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.700Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.705Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=96.7
2021-01-18T01:56:37.705Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=96.7
2021-01-18T01:56:37.706Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.706Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.707Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.711Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=8.11
2021-01-18T01:56:37.712Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=8.11
2021-01-18T01:56:37.718Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.718Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.719Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.724Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=32.7
2021-01-18T01:56:37.724Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=32.7
2021-01-18T01:56:37.725Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.725Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 0.0.8
2021-01-18T01:56:37.726Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.731Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=97.7
2021-01-18T01:56:37.732Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=97.7
2021-01-18T01:56:37.732Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.732Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.733Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.739Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=95.7
2021-01-18T01:56:37.739Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=95.7
2021-01-18T01:56:37.740Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.740Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.741Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.748Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=93.7
2021-01-18T01:56:37.749Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=93.7
2021-01-18T01:56:37.749Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.749Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 2.1.0
2021-01-18T01:56:37.750Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.756Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=61.7
2021-01-18T01:56:37.756Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=61.7
2021-01-18T01:56:37.757Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.757Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.758Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.763Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=106.7
2021-01-18T01:56:37.763Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=106.7
2021-01-18T01:56:37.763Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.763Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.764Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.769Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=15.11
2021-01-18T01:56:37.769Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=15.11
2021-01-18T01:56:37.770Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.770Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.770Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.775Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=17.11
2021-01-18T01:56:37.775Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=17.11
2021-01-18T01:56:37.776Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.776Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.777Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.782Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=103.7
2021-01-18T01:56:37.782Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=103.7
2021-01-18T01:56:37.782Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.782Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.783Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.787Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=63.7
2021-01-18T01:56:37.788Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=63.7
2021-01-18T01:56:37.788Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.788Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.789Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.803Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=10.11
2021-01-18T01:56:37.803Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=10.11
2021-01-18T01:56:37.803Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.804Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.804Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.809Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=98.7
2021-01-18T01:56:37.810Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=98.7
2021-01-18T01:56:37.810Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.810Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.811Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.816Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=14.12
2021-01-18T01:56:37.816Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=14.12
2021-01-18T01:56:37.816Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.817Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.817Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.822Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=100.7
2021-01-18T01:56:37.822Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=100.7
2021-01-18T01:56:37.822Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.823Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.823Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.828Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=55.7
2021-01-18T01:56:37.828Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=55.7
2021-01-18T01:56:37.828Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.829Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.829Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.834Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=102.7
2021-01-18T01:56:37.834Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=102.7
2021-01-18T01:56:37.835Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.835Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.835Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.840Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=56.7
2021-01-18T01:56:37.840Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=56.7
2021-01-18T01:56:37.841Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.841Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.0.0
2021-01-18T01:56:37.841Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.846Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=19.11
2021-01-18T01:56:37.846Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=19.11
2021-01-18T01:56:37.847Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.847Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:37.847Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.855Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=104.7
2021-01-18T01:56:37.855Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=104.7
2021-01-18T01:56:37.857Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.857Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:37.857Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:37.867Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP request: /characteristics?id=52.7
2021-01-18T01:56:37.867Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=52.7
2021-01-18T01:56:37.867Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:37.867Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.4.4
2021-01-18T01:56:37.868Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:56:39.551Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] New connection from client at interface eth0
2021-01-18T01:56:39.552Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP server listening on port 41777
2021-01-18T01:56:39.556Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:56:39.556Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:56:39.557Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T01:56:39.614Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:39.678Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:56:39.678Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:56:39.679Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T01:56:39.715Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client 5B6DEC7D-776D-41CA-A6AF-C72147AA2123 verification complete
2021-01-18T01:56:39.716Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:39.725Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /accessories
2021-01-18T01:56:39.725Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:56:39.746Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.015Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=1.7
2021-01-18T01:56:40.015Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=1.7
2021-01-18T01:56:40.016Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.016Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.2.5
2021-01-18T01:56:40.016Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.037Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=11.11
2021-01-18T01:56:40.037Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=11.11
2021-01-18T01:56:40.037Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.038Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.038Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.049Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=18.11
2021-01-18T01:56:40.049Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=18.11
2021-01-18T01:56:40.050Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.050Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.050Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.055Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=4.11
2021-01-18T01:56:40.055Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=4.11
2021-01-18T01:56:40.055Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.055Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.056Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.060Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics
2021-01-18T01:56:40.061Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: PUT /characteristics
2021-01-18T01:56:40.061Z HAP-NodeJS:Accessory [Homebridge B03F] Processing characteristic set: [{"aid":52,"iid":22,"ev":true},{"aid":52,"iid":32,"ev":true},{"aid":52,"iid":42,"ev":true},{"aid":52,"iid":52,"ev":true}]
2021-01-18T01:56:40.061Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:40.062Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:40.062Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:40.062Z HAP-NodeJS:Accessory [Homebridge B03F] Registering Characteristic "Is Configured" for events
2021-01-18T01:56:40.063Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.067Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=104.7
2021-01-18T01:56:40.067Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=104.7
2021-01-18T01:56:40.068Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.068Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.068Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.088Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=19.11
2021-01-18T01:56:40.088Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=19.11
2021-01-18T01:56:40.088Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.089Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.089Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.094Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=13.11
2021-01-18T01:56:40.094Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=13.11
2021-01-18T01:56:40.094Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.094Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.095Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.099Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=96.7
2021-01-18T01:56:40.099Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=96.7
2021-01-18T01:56:40.100Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.100Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.100Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.105Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=103.7
2021-01-18T01:56:40.105Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=103.7
2021-01-18T01:56:40.105Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.106Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.106Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.110Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=65.7
2021-01-18T01:56:40.111Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=65.7
2021-01-18T01:56:40.111Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.111Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.112Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.117Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=91.7
2021-01-18T01:56:40.117Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=91.7
2021-01-18T01:56:40.117Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.117Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.1
2021-01-18T01:56:40.118Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.145Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=64.7
2021-01-18T01:56:40.145Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=64.7
2021-01-18T01:56:40.146Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.146Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.147Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.152Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=15.11
2021-01-18T01:56:40.152Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=15.11
2021-01-18T01:56:40.152Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.152Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.153Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.157Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=12.11
2021-01-18T01:56:40.157Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=12.11
2021-01-18T01:56:40.158Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.158Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.158Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.163Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=8.11
2021-01-18T01:56:40.163Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=8.11
2021-01-18T01:56:40.163Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.164Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.164Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.168Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=14.12
2021-01-18T01:56:40.168Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=14.12
2021-01-18T01:56:40.169Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.169Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.169Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.174Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=60.7
2021-01-18T01:56:40.174Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=60.7
2021-01-18T01:56:40.174Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.174Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.175Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.179Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=16.11
2021-01-18T01:56:40.179Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=16.11
2021-01-18T01:56:40.180Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.180Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.180Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.185Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=95.7
2021-01-18T01:56:40.185Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=95.7
2021-01-18T01:56:40.185Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.185Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.186Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.190Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=5.11
2021-01-18T01:56:40.190Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=5.11
2021-01-18T01:56:40.193Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.193Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.194Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.198Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=100.7
2021-01-18T01:56:40.198Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=100.7
2021-01-18T01:56:40.199Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.199Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.200Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.204Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=22.7
2021-01-18T01:56:40.205Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=22.7
2021-01-18T01:56:40.205Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.205Z HAP-NodeJS:Accessory [Homebridge B03F] Error getting value for Characteristic "Firmware Revision": Not connected yet
2021-01-18T01:56:40.206Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.211Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=24.7
2021-01-18T01:56:40.211Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=24.7
2021-01-18T01:56:40.211Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.211Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: v0.1.3
2021-01-18T01:56:40.212Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.216Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=98.7
2021-01-18T01:56:40.216Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=98.7
2021-01-18T01:56:40.217Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.217Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.217Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.222Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=62.7
2021-01-18T01:56:40.222Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=62.7
2021-01-18T01:56:40.222Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.222Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.223Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.227Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=102.7
2021-01-18T01:56:40.227Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=102.7
2021-01-18T01:56:40.228Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.228Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.228Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.233Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=93.7
2021-01-18T01:56:40.233Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=93.7
2021-01-18T01:56:40.233Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.233Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 2.1.0
2021-01-18T01:56:40.234Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.238Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=101.7
2021-01-18T01:56:40.238Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=101.7
2021-01-18T01:56:40.239Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.239Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.239Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.244Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=17.11
2021-01-18T01:56:40.244Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=17.11
2021-01-18T01:56:40.244Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.244Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.245Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.249Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=99.7
2021-01-18T01:56:40.249Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=99.7
2021-01-18T01:56:40.250Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.250Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.250Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.254Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=9.11
2021-01-18T01:56:40.255Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=9.11
2021-01-18T01:56:40.255Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.255Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.256Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.260Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=33.11
2021-01-18T01:56:40.260Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=33.11
2021-01-18T01:56:40.261Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.261Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.261Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.266Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=105.7
2021-01-18T01:56:40.266Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=105.7
2021-01-18T01:56:40.266Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.266Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.267Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.272Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=63.7
2021-01-18T01:56:40.272Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=63.7
2021-01-18T01:56:40.272Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.273Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.273Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.278Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=56.7
2021-01-18T01:56:40.278Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=56.7
2021-01-18T01:56:40.278Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.278Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.0.0
2021-01-18T01:56:40.279Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.283Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=107.7
2021-01-18T01:56:40.283Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=107.7
2021-01-18T01:56:40.284Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.284Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.284Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.289Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=97.7
2021-01-18T01:56:40.289Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=97.7
2021-01-18T01:56:40.289Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.289Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.290Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.294Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=106.7
2021-01-18T01:56:40.294Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=106.7
2021-01-18T01:56:40.295Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.295Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.295Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.300Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=32.7
2021-01-18T01:56:40.300Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=32.7
2021-01-18T01:56:40.300Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.301Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 0.0.8
2021-01-18T01:56:40.301Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.305Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=52.7
2021-01-18T01:56:40.305Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=52.7
2021-01-18T01:56:40.306Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.306Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 1.4.4
2021-01-18T01:56:40.306Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.311Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=94.7
2021-01-18T01:56:40.311Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=94.7
2021-01-18T01:56:40.311Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.311Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 3.0.7
2021-01-18T01:56:40.312Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.316Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=92.7
2021-01-18T01:56:40.317Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=92.7
2021-01-18T01:56:40.317Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.317Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 2.1.0
2021-01-18T01:56:40.318Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.324Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=10.11
2021-01-18T01:56:40.324Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=10.11
2021-01-18T01:56:40.324Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.325Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.325Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.329Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=55.7
2021-01-18T01:56:40.330Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=55.7
2021-01-18T01:56:40.330Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.330Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.331Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.335Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP request: /characteristics?id=61.7
2021-01-18T01:56:40.335Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /characteristics?id=61.7
2021-01-18T01:56:40.335Z HAP-NodeJS:Accessory [Homebridge B03F] Getting value for Characteristic "Firmware Revision"
2021-01-18T01:56:40.335Z HAP-NodeJS:Accessory [Homebridge B03F] Got Characteristic "Firmware Revision" value: 4.4.0
2021-01-18T01:56:40.336Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:56:40.430Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.1}]}
2021-01-18T01:56:41.430Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:56:42.431Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.1}]}
2021-01-18T01:56:43.432Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.7}]}
2021-01-18T01:56:43.480Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:43.480Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 46371
2021-01-18T01:56:43.485Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T01:56:43.485Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T01:56:43.486Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T01:56:43.487Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:43.490Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:43.491Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:43.491Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:56:43.551Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:43.552Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 36293
2021-01-18T01:56:43.557Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T01:56:43.558Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T01:56:43.559Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T01:56:43.560Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:43.562Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:43.563Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:43.563Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
[18/01/2021, 09:56:44] [WizSmarthome] New Device Online: [a8bb509ce732] bulb [a8bb509ce732] 192.168.0.186 38899
[18/01/2021, 09:56:44] [WizSmarthome] Adding: [a8bb509ce732] bulb [a8bb509ce732]
[18/01/2021, 09:56:44] [WizSmarthome] New Device Online: [a8bb509d0336] bulb [a8bb509d0336] 192.168.0.123 38899
[18/01/2021, 09:56:44] [WizSmarthome] Adding: [a8bb509d0336] bulb [a8bb509d0336]
2021-01-18T01:56:44.432Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.6}]}
2021-01-18T01:56:45.434Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.1}]}
2021-01-18T01:56:46.434Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.1}]}
2021-01-18T01:56:47.435Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.6}]}
2021-01-18T01:56:48.436Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:56:49.437Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.1}]}
2021-01-18T01:56:50.438Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:56:51.438Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":46.7}]}
2021-01-18T01:56:53.439Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.7}]}
2021-01-18T01:56:53.571Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:56:53.572Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 42875
2021-01-18T01:56:53.575Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T01:56:53.576Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T01:56:53.576Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T01:56:53.578Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:56:53.580Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:56:53.580Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:56:53.581Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:56:55.441Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.1}]}
2021-01-18T01:56:56.441Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:56:58.441Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.6}]}
2021-01-18T01:56:59.443Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:57:00.444Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":46.7}]}
2021-01-18T01:57:01.444Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.7}]}
2021-01-18T01:57:04.446Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:57:05.446Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.1}]}
2021-01-18T01:57:06.446Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:57:08.445Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.6}]}
2021-01-18T01:57:09.446Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":46.7}]}
2021-01-18T01:57:10.448Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.7}]}
2021-01-18T01:57:11.448Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
2021-01-18T01:57:12.449Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.7}]}
2021-01-18T01:57:14.452Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":46.7}]}
2021-01-18T01:57:16.453Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.7}]}
2021-01-18T01:57:17.454Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":47.2}]}
v1.3.0-beta.46 Logs (click to expand)

[18/01/2021, 09:58:15] [Homebridge UI] Running Command: sudo -E -n npm install -g homebridge@1.3.0-beta.46
2021-01-18T01:58:16.160Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:58:16.160Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 46801
2021-01-18T01:58:16.162Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T01:58:16.162Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T01:58:16.162Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T01:58:16.163Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:58:16.164Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:58:16.164Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:58:16.164Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:58:18.017Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.1}]}
2021-01-18T01:58:19.018Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.6}]}
2021-01-18T01:58:22.019Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":48.6}]}
2021-01-18T01:58:23.020Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":50.1}]}
2021-01-18T01:58:24.021Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.6}]}
2021-01-18T01:58:25.022Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":50.1}]}
2021-01-18T01:58:26.021Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.6}]}
2021-01-18T01:58:26.161Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:58:26.162Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 45727
2021-01-18T01:58:26.165Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T01:58:26.166Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T01:58:26.166Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T01:58:26.167Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T01:58:26.169Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:58:26.169Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:58:26.170Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:58:27.021Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":50.1}]}
2021-01-18T01:58:28.022Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.6}]}
2021-01-18T01:58:29.023Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":50.1}]}
2021-01-18T01:58:30.024Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":50.6}]}
2021-01-18T01:58:31.023Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":51.6}]}
2021-01-18T01:58:32.025Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":51.1}]}
2021-01-18T01:58:33.026Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":49.6}]}
2021-01-18T01:58:34.095Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":51.1}]}
[18/01/2021, 09:58:34] [Homebridge UI] Homebridge restart request received
2021-01-18T01:58:34.358Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T01:58:34.359Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 44883
[18/01/2021, 09:58:34] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process
[18/01/2021, 09:58:34] [HB Supervisor] Sending SIGTERM to Homebridge
2021-01-18T01:58:34.361Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T01:58:34.362Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T01:58:34.362Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T01:58:34.363Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
[18/01/2021, 09:58:34] Got SIGTERM, shutting down Homebridge...
2021-01-18T01:58:34.392Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T01:58:34.393Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Client connection closed
2021-01-18T01:58:34.393Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Client connection closed
2021-01-18T01:58:34.393Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T01:58:34.394Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T01:58:34.394Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP connection was closed
2021-01-18T01:58:34.394Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP connection was closed
2021-01-18T01:58:34.395Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP server was closed
2021-01-18T01:58:34.395Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP server was closed
2021-01-18T01:58:35.143Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] Client connection closed
2021-01-18T01:58:35.144Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] Client connection closed
2021-01-18T01:58:35.144Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP connection was closed
2021-01-18T01:58:35.145Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP server was closed
2021-01-18T01:58:35.146Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP connection was closed
2021-01-18T01:58:35.146Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP server was closed
2021-01-18T01:58:35.180Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] Client connection closed
2021-01-18T01:58:35.182Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] Client connection closed
2021-01-18T01:58:35.182Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP connection was closed
2021-01-18T01:58:35.183Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP server was closed
2021-01-18T01:58:35.183Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP connection was closed
2021-01-18T01:58:35.184Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP server was closed
[18/01/2021, 09:58:39] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[18/01/2021, 09:58:44] [HB Supervisor] Restarting Homebridge...
[18/01/2021, 09:58:44] [HB Supervisor] Starting Homebridge with extra flags: -I
[18/01/2021, 09:58:44] [HB Supervisor] Starting Homebridge with custom env: {"DEBUG":"HAP-NodeJS:*"}
[18/01/2021, 09:58:44] [HB Supervisor] Started Homebridge v1.3.0-beta.46 with PID: 5911
Initializing HAP-NodeJS v0.9.0-beta.114...
[18/01/2021, 09:58:45] Loaded config.json with 4 accessories and 6 platforms.
[18/01/2021, 09:58:45] ---
[18/01/2021, 09:58:46] Loaded plugin: homebridge-bomgovau@0.1.3
BOMgovau says: homebridge API version: 2.7
[18/01/2021, 09:58:46] Plugin 'homebridge-bomgovau' tried to register with an incorrect plugin identifier: 'homebridge-BOMgovau'. Please report this to the developer!
[18/01/2021, 09:58:46] Registering accessory 'homebridge-bomgovau.BOMgovau'
[18/01/2021, 09:58:46] ---
[18/01/2021, 09:58:46] Loaded plugin: homebridge-broadlink-rm-pro@4.4.0
[18/01/2021, 09:58:46] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[18/01/2021, 09:58:46] ---
[18/01/2021, 09:58:47] Loaded plugin: homebridge-camera-ffmpeg@3.0.3
[18/01/2021, 09:58:47] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[18/01/2021, 09:58:47] ---
[18/01/2021, 09:58:47] Loaded plugin: homebridge-cmd4@3.0.7
[18/01/2021, 09:58:47] Registering accessory 'homebridge-cmd4.Cmd4'
[18/01/2021, 09:58:47] Registering platform 'homebridge-cmd4.Cmd4'
[18/01/2021, 09:58:47] ---
[18/01/2021, 09:58:47] Loaded plugin: homebridge-config-ui-x@4.36.0
[18/01/2021, 09:58:47] Registering platform 'homebridge-config-ui-x.config'
[18/01/2021, 09:58:47] ---
[18/01/2021, 09:58:47] Loaded plugin: homebridge-platform-orbit@1.4.4
[18/01/2021, 09:58:47] Registering platform 'homebridge-platform-orbit.orbit'
[18/01/2021, 09:58:47] ---
[18/01/2021, 09:58:47] Loaded plugin: homebridge-raspberrypi-temperature@0.0.8
[18/01/2021, 09:58:47] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[18/01/2021, 09:58:47] ---
[18/01/2021, 09:58:47] Loaded plugin: homebridge-sma-inverter@3.0.1
[18/01/2021, 09:58:50] Registering accessory 'homebridge-sma-inverter.SMAInverter'
[18/01/2021, 09:58:50] ---
[18/01/2021, 09:58:50] Loaded plugin: homebridge-wiz-lan@2.1.0
[18/01/2021, 09:58:50] Registering platform 'homebridge-wiz-lan.WizSmarthome'
[18/01/2021, 09:58:50] ---
[18/01/2021, 09:58:51] Loaded plugin: homebridge-xiaomi-roborock-vacuum@0.16.1
[18/01/2021, 09:58:51] Registering accessory 'homebridge-xiaomi-roborock-vacuum.XiaomiRoborockVacuum'
[18/01/2021, 09:58:51] ---
[18/01/2021, 09:58:51] Loading 6 platforms...
[18/01/2021, 09:58:51] [Config] Initializing config platform...
[18/01/2021, 09:58:51] [Config] Running in Service Mode
[18/01/2021, 09:58:51] [Cmd4] Initializing Cmd4 platform...
[18/01/2021, 09:58:51] [Broadlink RM] Initializing BroadlinkRM platform...
[18/01/2021, 09:58:51] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[18/01/2021, 09:58:51] [Broadlink RM] [INFO] Running Homebridge Broadlink RM Plugin version 4.4.0
[18/01/2021, 09:58:51] [Broadlink RM] X-mas Tree Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind 1 Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind 2 Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind 3 Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind 4 Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind 5 Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Blind 6 Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Light Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Light Up Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Party Light Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Light Down Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Fairy Lights Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Lamp Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Bubbles Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Fan Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Fan Up Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Fan Down Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Fan Low Accessory Ready
[18/01/2021, 09:58:51] [Broadlink RM] Fan High Accessory Ready
[18/01/2021, 09:58:51] [Camera-ffmpeg] Initializing Camera-ffmpeg platform...
[18/01/2021, 09:58:51] [BHyve] Initializing orbit platform...
[18/01/2021, 09:58:51] [BHyve] Starting OrbitPlatform using homebridge API 2.7
[18/01/2021, 09:58:51] [WizSmarthome] Initializing WizSmarthome platform...
[18/01/2021, 09:58:51] [WizSmarthome] homebridge-wiz-lan v2.1.0, node v14.15.4, homebridge v1.3.0-beta.46
[18/01/2021, 09:58:51] Loading 4 accessories...
[18/01/2021, 09:58:51] [Roborock] Initializing XiaomiRoborockVacuum accessory...
[18/01/2021, 09:58:51] [XXXX] Initializing BOMgovau accessory...
[18/01/2021, 09:58:51] [XXXX] [BOM gov au] Station Name is XXXX
[18/01/2021, 09:58:51] [XXXX] [BOM gov au] Station URL is http://www.bom.gov.au/fwo/XXXX.json
[18/01/2021, 09:58:51] [XXXX] Current Time is 1610935131134, BOM data expires at 0
[18/01/2021, 09:58:51] [XXXX] Updating observations from BOM.
[18/01/2021, 09:58:51] [Homebridge CPU Temperature] Initializing RaspberryPiTemperature accessory...
[18/01/2021, 09:58:51] [Sunny Boy] Initializing SMAInverter accessory...
[18/01/2021, 09:58:51] [BHyve] Remembered accessory, configuring handlers B-Hyve
[18/01/2021, 09:58:51] [Camera-ffmpeg] [Cat Cam] Configuring cached bridged accessory...
[18/01/2021, 09:58:51] [WizSmarthome] Configuring cached accessory: [a8bb509ce732] XXXX
[18/01/2021, 09:58:51] [WizSmarthome] Configuring cached accessory: [a8bb509d0336] XXXX
[18/01/2021, 09:58:51] [Cmd4] Cmd4Platform didFinishLaunching
[18/01/2021, 09:58:51] [Cmd4] Removing *ALL* cached accessories as: restartRecover is set to false
[18/01/2021, 09:58:51] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:58:51] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: TV_Combo
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: TV_Combo
[18/01/2021, 09:58:53] [Cmd4] Creating linked accessories for: TV_Combo
Preparing Advertiser for 'TV_Combo 748A' using bonjour-hap backend!
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: Fan
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: Fan
[18/01/2021, 09:58:53] [Cmd4] Adding new platformAccessory: My_Thermostat
[18/01/2021, 09:58:53] [Cmd4] Configuring platformAccessory: My_Thermostat
[@Temperature Display Units] Error: characteristic value NaN is not contained in valid values array!
    at TemperatureDisplayUnits.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1958:15)
    at TemperatureDisplayUnits.Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1200:20)
    at Thermostat.Service.setCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:464:35)
    at Cmd4Accessory.addAllServiceCharacteristicsForAccessory (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Accessory.js:857:32)
    at Cmd4Platform.createServicesForAccessoriesChildren (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:441:29)
    at /usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:303:18
    at Array.forEach (<anonymous>)
    at Cmd4Platform.discoverDevices (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:170:58)
    at HomebridgeAPI.<anonymous> (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:96:15)
    at HomebridgeAPI.emit (events.js:327:22)
2021-01-18T01:58:54.000Z HAP-NodeJS:EventedHTTPServer Server listening on [::]:35543
Starting to advertise 'TV_Combo 748A' using bonjour-hap backend!
[18/01/2021, 09:58:54] TV_Combo 748A is running on port 35543.
[18/01/2021, 09:58:54] Please add [TV_Combo 748A] manually in Home app. Setup Code: 031-45-154
[18/01/2021, 09:58:54] Initializing platform accessory 'Learn'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Scan Frequency'...
[18/01/2021, 09:58:54] Initializing platform accessory 'X-mas Tree'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind 1'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind 2'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind 3'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind 4'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind 5'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Blind 6'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Light'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Light Up'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Party Light'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Light Down'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Fairy Lights'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Lamp'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Bubbles'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Fan'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Fan Up'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Fan Down'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Fan Low'...
[18/01/2021, 09:58:54] Initializing platform accessory 'Fan High'...
2021-01-18T01:58:54.098Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
Preparing Advertiser for 'Homebridge B03F' using bonjour-hap backend!
Setup Payload:
X-HM://0023ISYWY11PN
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 031-45-154 │     
    └────────────┘     
                       
2021-01-18T01:58:54.116Z HAP-NodeJS:EventedHTTPServer Server listening on [::]:51860
Starting to advertise 'Homebridge B03F' using bonjour-hap backend!
[18/01/2021, 09:58:54] Homebridge v1.3.0-beta.46 is running on port 51860.
2021-01-18T01:58:54.125Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
[18/01/2021, 09:58:54] [Sunny Boy] Refresh failed Attempting reconnect... TypeError: Cannot read property 'buffer' of undefined
    at SMAInverter.<anonymous> (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:168:13)
    at ModbusRTU.writeFC4 (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/index.js:544:19)
    at ModbusRTU.writeFC3 (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/index.js:530:10)
    at ModbusRTU.converted [as readHoldingRegisters] (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/apis/promise.js:36:27)
    at SMAInverter._refresh (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:166:11)
    at SMAInverter.<anonymous> (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:99:8)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
[18/01/2021, 09:58:54] [Broadlink RM] X-mas Tree getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Blind getCurrentPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind getTargetPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 1 getCurrentPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 1 getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind 1 getTargetPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 2 getCurrentPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 2 getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind 2 getTargetPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 3 getCurrentPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 3 getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind 3 getTargetPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 4 getCurrentPosition: 0
[18/01/2021, 09:58:54] [Broadlink RM] Blind 4 getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind 4 getTargetPosition: 0
[18/01/2021, 09:58:54] [Broadlink RM] Blind 5 getCurrentPosition: 0
[18/01/2021, 09:58:54] [Broadlink RM] Blind 5 getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind 5 getTargetPosition: 0
[18/01/2021, 09:58:54] [Broadlink RM] Blind 6 getCurrentPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Blind 6 getPositionState: 2
[18/01/2021, 09:58:54] [Broadlink RM] Blind 6 getTargetPosition: 100
[18/01/2021, 09:58:54] [Broadlink RM] Light getSwitchState: true
[18/01/2021, 09:58:54] [Broadlink RM] Light Up getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Party Light getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Light Down getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Fairy Lights getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Lamp getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Bubbles getSwitchState: true
[18/01/2021, 09:58:54] [Broadlink RM] Fan getSwitchState: true
[18/01/2021, 09:58:54] [Broadlink RM] Fan Up getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Fan Down getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Fan Low getSwitchState: false
[18/01/2021, 09:58:54] [Broadlink RM] Fan High getSwitchState: false
[18/01/2021, 09:58:54] [Roborock] ERR connect | miio.device, next try in 2 minutes | Error: Could not connect to device, handshake timeout
[18/01/2021, 09:58:54] [Broadlink RM] [INFO] Discovered Broadlink RM2 Pro Plus v2 (2787) at 192.168.0.155 (XX:XX:XX:XX:XX:XX)
[18/01/2021, 09:58:54] [XXXX] Observations retrieved.
[18/01/2021, 09:58:54] [XXXX] BOM data will expire at 1610935200000 which is in 1.1min
2021-01-18T01:58:54.514Z HAP-NodeJS:Accessory [Harrisdale] Muting event notification for Status Fault as ids aren't yet assigned!
[18/01/2021, 09:58:54] Received warning for the plugin 'homebridge-bomgovau' from the characteristic 'Barometric Pressure': characteristic was supplied illegal value: number 1014.1 exceeded maximum of 255.
2021-01-18T01:58:54.516Z HAP-NodeJS:Accessory [Harrisdale] Muting event notification for Status Fault as ids aren't yet assigned!
[18/01/2021, 09:58:54] [WizSmarthome] New Device Online: [a8bb509ce732] bulb [a8bb509ce732] 192.168.0.186 49156
[18/01/2021, 09:58:54] [WizSmarthome] Adding: [a8bb509ce732] bulb [a8bb509ce732]
2021-01-18T01:58:55.152Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:55.154Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP server listening on 127.0.0.1:45043
2021-01-18T01:58:55.161Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:55.162Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP server listening on 127.0.0.1:33627
2021-01-18T01:58:55.167Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:55.170Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:55.170Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP server listening on 127.0.0.1:46873
2021-01-18T01:58:55.172Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:55.176Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP request: /accessories
2021-01-18T01:58:55.176Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:58:55.677Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T01:58:55.694Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:55.694Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP server listening on 127.0.0.1:38571
2021-01-18T01:58:55.696Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:55.697Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP server listening on 127.0.0.1:41017
2021-01-18T01:58:55.699Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:55.699Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP server listening on 127.0.0.1:44349
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T01:58:55.718Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:55.719Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP request: /accessories
2021-01-18T01:58:55.719Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:58:55.729Z HAP-NodeJS:Characteristic [Model] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at Model.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:165:26)
    at Model.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at Model.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.732Z HAP-NodeJS:Characteristic [Serial Number] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at SerialNumber.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:168:26)
    at SerialNumber.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at SerialNumber.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.734Z HAP-NodeJS:Characteristic [Firmware Revision] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at FirmwareRevision.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:162:26)
    at FirmwareRevision.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FirmwareRevision.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.734Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T01:58:55.736Z HAP-NodeJS:Characteristic [On] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at On.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:176:26)
    at On.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at On.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.737Z HAP-NodeJS:Characteristic [Rotation Speed] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at RotationSpeed.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:185:26)
    at RotationSpeed.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at RotationSpeed.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.739Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:395:11)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.741Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:407:11)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.742Z HAP-NodeJS:Characteristic [Status Low Battery] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at StatusLowBattery.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:229:26)
    at StatusLowBattery.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at StatusLowBattery.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.744Z HAP-NodeJS:Characteristic [Battery Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at BatteryLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:223:26)
    at BatteryLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at BatteryLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.745Z HAP-NodeJS:Characteristic [Charging State] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at ChargingState.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:226:26)
    at ChargingState.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at ChargingState.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.747Z HAP-NodeJS:Characteristic [Occupancy Detected] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at OccupancyDetected.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:262:28)
    at OccupancyDetected.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at OccupancyDetected.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.749Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:425:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.750Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:432:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.752Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:442:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.753Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:449:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.755Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:459:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.756Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:466:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.758Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:476:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T01:58:55.760Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:483:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
[18/01/2021, 09:58:55] [Harrisdale] BOM data will expire at 1610935200000 which is in 1.1min
[18/01/2021, 09:58:55] [Harrisdale] BOM data will expire at 1610935200000 which is in 1.1min
2021-01-18T01:58:55.764Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '32.10' notification for this connection since it originated here.
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Amperes': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Total Consumption': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Volts': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Consumption': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
2021-01-18T01:58:55.769Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '91.24' notification for this connection since it originated here.
2021-01-18T01:58:55.775Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '56.15' notification for this connection since it originated here.
2021-01-18T01:58:55.776Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '56.23' notification for this connection since it originated here.
[18/01/2021, 09:58:56] [Broadlink RM] Learn getSwitchState: undefined
[18/01/2021, 09:58:56] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:56] [Broadlink RM] Scan Frequency getSwitchState: undefined
[18/01/2021, 09:58:56] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:56] [Broadlink RM] X-mas Tree getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Blind getCurrentPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind getTargetPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 1 getCurrentPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 1 getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind 1 getTargetPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 2 getCurrentPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 2 getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind 2 getTargetPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 3 getCurrentPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 3 getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind 3 getTargetPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 4 getCurrentPosition: 0
[18/01/2021, 09:58:56] [Broadlink RM] Blind 4 getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind 4 getTargetPosition: 0
[18/01/2021, 09:58:56] [Broadlink RM] Blind 5 getCurrentPosition: 0
[18/01/2021, 09:58:56] [Broadlink RM] Blind 5 getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind 5 getTargetPosition: 0
[18/01/2021, 09:58:56] [Broadlink RM] Blind 6 getCurrentPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Blind 6 getPositionState: 2
[18/01/2021, 09:58:56] [Broadlink RM] Blind 6 getTargetPosition: 100
[18/01/2021, 09:58:56] [Broadlink RM] Light getSwitchState: true
[18/01/2021, 09:58:56] [Broadlink RM] Light Up getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Party Light getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Light Down getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Fairy Lights getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Lamp getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Bubbles getSwitchState: true
[18/01/2021, 09:58:56] [Broadlink RM] Bubbles getOutletInUse: undefined
[18/01/2021, 09:58:56] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'Outlet In Use': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 09:58:56] [Broadlink RM] Fan getSwitchState: true
[18/01/2021, 09:58:56] [Broadlink RM] Fan Up getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Fan Down getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Fan Low getSwitchState: false
[18/01/2021, 09:58:56] [Broadlink RM] Fan High getSwitchState: false
2021-01-18T01:58:56.797Z HAP-NodeJS:Characteristic [Model] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.797Z HAP-NodeJS:Characteristic [Serial Number] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.797Z HAP-NodeJS:Characteristic [Firmware Revision] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.797Z HAP-NodeJS:Characteristic [On] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Rotation Speed] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Status Low Battery] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Battery Level] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Charging State] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Occupancy Detected] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.798Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.799Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.801Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.801Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.801Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.801Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.801Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.802Z HAP-NodeJS:Characteristic [Name] Error getting value for characteristic on /accessories request
2021-01-18T01:58:56.833Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.30' notification for this connection since it originated here.
2021-01-18T01:58:56.834Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.27' notification for this connection since it originated here.
2021-01-18T01:58:56.835Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.26' notification for this connection since it originated here.
2021-01-18T01:58:56.835Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.25' notification for this connection since it originated here.
2021-01-18T01:58:56.836Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.22' notification for this connection since it originated here.
2021-01-18T01:58:56.837Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.18' notification for this connection since it originated here.
2021-01-18T01:58:56.837Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.17' notification for this connection since it originated here.
2021-01-18T01:58:56.837Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.16' notification for this connection since it originated here.
2021-01-18T01:58:56.838Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.14' notification for this connection since it originated here.
2021-01-18T01:58:56.838Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.13' notification for this connection since it originated here.
2021-01-18T01:58:56.839Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.11' notification for this connection since it originated here.
2021-01-18T01:58:56.844Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:56.844Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP server listening on 127.0.0.1:35075
2021-01-18T01:58:56.846Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T01:58:56.847Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP server listening on 127.0.0.1:36563
2021-01-18T01:58:56.849Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:56.850Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:56.851Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:56.852Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:58:56.852Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:58:56.854Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T01:58:56.995Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.14' notification for this connection since it originated here.
2021-01-18T01:58:56.996Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.12' notification for this connection since it originated here.
2021-01-18T01:58:56.996Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.11' notification for this connection since it originated here.
2021-01-18T01:58:56.997Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '106.10' notification for this connection since it originated here.
2021-01-18T01:58:56.998Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '105.10' notification for this connection since it originated here.
2021-01-18T01:58:56.998Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '104.10' notification for this connection since it originated here.
2021-01-18T01:58:56.999Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '103.10' notification for this connection since it originated here.
2021-01-18T01:58:56.999Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '102.10' notification for this connection since it originated here.
2021-01-18T01:58:57.000Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '101.10' notification for this connection since it originated here.
2021-01-18T01:58:57.001Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '100.10' notification for this connection since it originated here.
2021-01-18T01:58:57.001Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '100.9' notification for this connection since it originated here.
2021-01-18T01:58:57.002Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '99.10' notification for this connection since it originated here.
2021-01-18T01:58:57.002Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '99.9' notification for this connection since it originated here.
2021-01-18T01:58:57.003Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '98.10' notification for this connection since it originated here.
2021-01-18T01:58:57.003Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '98.9' notification for this connection since it originated here.
2021-01-18T01:58:57.004Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '97.10' notification for this connection since it originated here.
2021-01-18T01:58:57.004Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '97.9' notification for this connection since it originated here.
2021-01-18T01:58:57.005Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '96.10' notification for this connection since it originated here.
2021-01-18T01:58:57.005Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '96.9' notification for this connection since it originated here.
2021-01-18T01:58:57.006Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '95.10' notification for this connection since it originated here.
2021-01-18T01:58:57.006Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '95.9' notification for this connection since it originated here.
2021-01-18T01:58:57.007Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '94.10' notification for this connection since it originated here.
2021-01-18T01:58:57.007Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '94.9' notification for this connection since it originated here.
2021-01-18T01:58:57.018Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.020Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP Response is finished
2021-01-18T01:58:57.020Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection error: This socket has been ended by the other party
2021-01-18T01:58:57.021Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP Response is finished
2021-01-18T01:58:57.021Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection error: This socket has been ended by the other party
2021-01-18T01:58:57.022Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:57.023Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T01:58:57.023Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:58:57.023Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:58:57.024Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T01:58:57.079Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:58:57.080Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:58:57.081Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T01:58:57.137Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:58:57.137Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:58:57.138Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T01:58:57.181Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection closed
2021-01-18T01:58:57.183Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
2021-01-18T01:58:57.183Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection closed
2021-01-18T01:58:57.184Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
[18/01/2021, 09:58:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:58:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T01:58:57.213Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.214Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.214Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.215Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:58:57.215Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:58:57.216Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T01:58:57.248Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:58:57.248Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:58:57.249Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T01:58:57.291Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP connection was closed
2021-01-18T01:58:57.292Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
2021-01-18T01:58:57.292Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP connection was closed
2021-01-18T01:58:57.292Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
2021-01-18T01:58:57.293Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:58:57.293Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:58:57.295Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T01:58:57.331Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:58:57.334Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.335Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.335Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.336Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T01:58:57.336Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:58:57.337Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T01:58:57.373Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:58:57.375Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:58:57.375Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:58:57.375Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T01:58:57.413Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:58:57.415Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:58:57.415Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T01:58:57.416Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T01:58:57.453Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client 5B6DEC7D-776D-41CA-A6AF-C72147AA2123 verification complete
2021-01-18T01:58:57.457Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.457Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.458Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.459Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /accessories
2021-01-18T01:58:57.459Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:58:57.464Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T01:58:57.464Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:58:57.464Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T01:58:57.502Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T01:58:57.503Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T01:58:57.504Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T01:58:57.504Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T01:58:57.542Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client 5B6DEC7D-776D-41CA-A6AF-C72147AA2123 verification complete
2021-01-18T01:58:57.546Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.547Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.547Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.547Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /accessories
2021-01-18T01:58:57.548Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:58:57.555Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T01:58:57.587Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /accessories
2021-01-18T01:58:57.587Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:58:57.591Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /accessories
2021-01-18T01:58:57.591Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T01:58:57.607Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.609Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.610Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.611Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /accessories
2021-01-18T01:58:57.611Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:58:57.617Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T01:58:57.644Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /accessories
2021-01-18T01:58:57.644Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T01:58:57.652Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T01:58:57.709Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.726Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.734Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:58:57.734Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:58:57.736Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":11,"ev":true}]}
2021-01-18T01:58:57.738Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.738Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.739Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.740Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /characteristics
2021-01-18T01:58:57.740Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:58:57.741Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true}]}
2021-01-18T01:58:57.742Z HAP-NodeJS:Accessory [::ffff:192.168.0.151] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.742Z HAP-NodeJS:Accessory [::ffff:192.168.0.151] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.742Z HAP-NodeJS:Accessory [::ffff:192.168.0.151] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.743Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /characteristics
2021-01-18T01:58:57.743Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:58:57.744Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true}]}
2021-01-18T01:58:57.744Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.744Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.744Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T01:58:57.746Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.747Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.747Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.748Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /characteristics?id=1.7
2021-01-18T01:58:57.749Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /characteristics?id=1.7
2021-01-18T01:58:57.753Z HAP-NodeJS:Accessory [TV_Combo 748A] Got Characteristic "Firmware Revision" value: "3.0.7"
2021-01-18T01:58:57.756Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T01:58:57.756Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /characteristics?id=1.7
2021-01-18T01:58:57.756Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /characteristics?id=1.7
2021-01-18T01:58:57.757Z HAP-NodeJS:Accessory [TV_Combo 748A] Got Characteristic "Firmware Revision" value: "3.0.7"
2021-01-18T01:58:57.758Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /characteristics?id=1.7
2021-01-18T01:58:57.758Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /characteristics?id=1.7
2021-01-18T01:58:57.759Z HAP-NodeJS:Accessory [TV_Combo 748A] Got Characteristic "Firmware Revision" value: "3.0.7"
2021-01-18T01:58:57.760Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T01:58:57.761Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T01:58:57.766Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /characteristics
2021-01-18T01:58:57.767Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:58:57.767Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":9,"ev":true},{"aid":1,"iid":10,"ev":true},{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":13,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":18,"ev":true},{"aid":1,"iid":19,"ev":true},{"aid":1,"iid":20,"ev":true},{"aid":1,"iid":22,"ev":true},{"aid":1,"iid":23,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":27,"ev":true},{"aid":1,"iid":28,"ev":true},{"aid":1,"iid":29,"ev":true},{"aid":1,"iid":31,"ev":true}]}
2021-01-18T01:58:57.768Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Active" on "TV_Combo 748A" for events
2021-01-18T01:58:57.768Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Active Identifier" on "TV_Combo 748A" for events
2021-01-18T01:58:57.768Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Sleep Discovery Mode" on "TV_Combo 748A" for events
2021-01-18T01:58:57.768Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T01:58:57.769Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T01:58:57.769Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:58:57.769Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Input Device Type" on "TV_Combo 748A" for events
2021-01-18T01:58:57.769Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:58:57.770Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T01:58:57.770Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T01:58:57.770Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:58:57.770Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:58:57.771Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
[18/01/2021, 09:58:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:58:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:58:58] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:58:59] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:00] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:00] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:04] [WizSmarthome] New Device Online: [a8bb509d0336] bulb [a8bb509d0336] 192.168.0.123 38899
[18/01/2021, 09:59:04] [WizSmarthome] Adding: [a8bb509d0336] bulb [a8bb509d0336]
[18/01/2021, 09:59:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:06] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:06] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:08] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:08] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:09] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:09] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:10] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:10] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T01:59:10.389Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T01:59:10.390Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T01:59:10.391Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":18,"ev":true},{"aid":1,"iid":19,"ev":true},{"aid":1,"iid":20,"ev":true},{"aid":1,"iid":22,"ev":true},{"aid":1,"iid":23,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":27,"ev":true},{"aid":1,"iid":28,"ev":true},{"aid":1,"iid":29,"ev":true},{"aid":1,"iid":31,"ev":true},{"aid":1,"iid":9,"ev":true},{"aid":1,"iid":10,"ev":true},{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":13,"ev":true}]}
2021-01-18T01:59:10.392Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T01:59:10.393Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T01:59:10.393Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:59:10.393Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Input Device Type" on "TV_Combo 748A" for events
2021-01-18T01:59:10.394Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:59:10.394Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T01:59:10.395Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T01:59:10.395Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:59:10.396Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T01:59:10.396Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Active" on "TV_Combo 748A" for events
2021-01-18T01:59:10.397Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Active Identifier" on "TV_Combo 748A" for events
2021-01-18T01:59:10.397Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Sleep Discovery Mode" on "TV_Combo 748A" for events
2021-01-18T01:59:10.400Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
[18/01/2021, 09:59:10] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:10] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:12] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:12] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:13] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:13] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:14] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:14] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:14] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:14] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:15] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:15] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:18] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:18] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:18] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:18] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:19] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:19] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:21] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:21] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:22] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:22] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:22] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:22] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:23] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:23] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:25] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:25] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:26] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:26] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:27] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:27] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:27] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:27] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:28] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:28] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:30] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:30] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:31] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:31] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:31] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:31] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:34] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:34] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:36] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:36] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:38] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:38] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:39] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:39] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:42] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:42] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:43] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 09:59:43] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.

I have not removed homerbidge-wiz-lan this time (I have to put all my automations back together everytime I take it out haha), but please let me know if you need logs with me removing this plug-in again. Hopefully the developer will merge that PR soon.

@mitch7391
Copy link
Author

mitch7391 commented Jan 18, 2021

Andi I also had a look over your PR for homebridge-wiz-lan and saw it was easy enough to apply to my local install; so I did just that and there seems to be no issues on v1.2.5. There is still an endless loop on v1.3.0-beta.46 though with that PR. Here are my logs for v1.3.0-beta.46 after the change in your PR.

Click to expand
[18/01/2021, 12:00:32] [Homebridge UI] Running Command: sudo -E -n npm install -g homebridge@1.3.0-beta.46
2021-01-18T04:00:32.450Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":54}]}
2021-01-18T04:00:33.450Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55}]}
2021-01-18T04:00:34.380Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T04:00:34.380Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 40411
2021-01-18T04:00:34.383Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:00:34.383Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:00:34.384Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:00:34.384Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:00:34.386Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:00:34.386Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:00:34.387Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:00:34.481Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.5}]}
2021-01-18T04:00:36.482Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.9}]}
2021-01-18T04:00:37.483Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55}]}
2021-01-18T04:00:38.484Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.9}]}
2021-01-18T04:00:39.485Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":54.5}]}
2021-01-18T04:00:41.486Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.5}]}
2021-01-18T04:00:44.379Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T04:00:44.380Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 37835
2021-01-18T04:00:44.382Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:00:44.383Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:00:44.384Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:00:44.385Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:00:44.389Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:00:44.389Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:00:44.390Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:00:45.537Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55}]}
2021-01-18T04:00:48.539Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.9}]}
2021-01-18T04:00:49.539Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":56.4}]}
2021-01-18T04:00:52.541Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.9}]}
2021-01-18T04:00:53.542Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":55.5}]}
2021-01-18T04:00:54.378Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T04:00:54.379Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 44565
2021-01-18T04:00:54.381Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:00:54.381Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:00:54.381Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:00:54.382Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:00:54.383Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:00:54.384Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:00:54.384Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:00:54.542Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Sending HTTP event '32.10' with data: {"characteristics":[{"aid":32,"iid":10,"value":56.4}]}
[18/01/2021, 12:00:55] [Homebridge UI] Homebridge restart request received
2021-01-18T04:00:55.166Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client at interface lo
2021-01-18T04:00:55.166Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server listening on port 42945
[18/01/2021, 12:00:55] [Homebridge UI] UI / Bridge settings have not changed; only restarting Homebridge process
[18/01/2021, 12:00:55] [HB Supervisor] Sending SIGTERM to Homebridge
2021-01-18T04:00:55.169Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:00:55.169Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:00:55.169Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:00:55.170Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP Response is finished
[18/01/2021, 12:00:55] Got SIGTERM, shutting down Homebridge...
2021-01-18T04:00:55.196Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:00:55.196Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Client connection closed
2021-01-18T04:00:55.197Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] Client connection closed
2021-01-18T04:00:55.197Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:00:55.198Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:00:55.199Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP connection was closed
2021-01-18T04:00:55.199Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP connection was closed
2021-01-18T04:00:55.199Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP server was closed
2021-01-18T04:00:55.200Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] HTTP server was closed
2021-01-18T04:00:55.202Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] Client connection closed
2021-01-18T04:00:55.202Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] Client connection closed
2021-01-18T04:00:55.203Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP connection was closed
2021-01-18T04:00:55.203Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP connection was closed
2021-01-18T04:00:55.203Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP server was closed
2021-01-18T04:00:55.204Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] HTTP server was closed
2021-01-18T04:00:56.277Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] Client connection closed
2021-01-18T04:00:56.278Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] Client connection closed
2021-01-18T04:00:56.278Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP connection was closed
2021-01-18T04:00:56.279Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP server was closed
2021-01-18T04:00:56.279Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP connection was closed
2021-01-18T04:00:56.280Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] HTTP server was closed
[18/01/2021, 12:01:00] [HB Supervisor] Homebridge Process Ended. Code: 143, Signal: null
[18/01/2021, 12:01:05] [HB Supervisor] Restarting Homebridge...
[18/01/2021, 12:01:05] [HB Supervisor] Starting Homebridge with extra flags: -I
[18/01/2021, 12:01:05] [HB Supervisor] Starting Homebridge with custom env: {"DEBUG":"HAP-NodeJS:*"}
[18/01/2021, 12:01:05] [HB Supervisor] Started Homebridge v1.3.0-beta.46 with PID: 28813
Initializing HAP-NodeJS v0.9.0-beta.114...
[18/01/2021, 12:01:06] Loaded config.json with 4 accessories and 6 platforms.
[18/01/2021, 12:01:06] ---
[18/01/2021, 12:01:07] Loaded plugin: homebridge-bomgovau@0.1.3
BOMgovau says: homebridge API version: 2.7
[18/01/2021, 12:01:07] Plugin 'homebridge-bomgovau' tried to register with an incorrect plugin identifier: 'homebridge-BOMgovau'. Please report this to the developer!
[18/01/2021, 12:01:07] Registering accessory 'homebridge-bomgovau.BOMgovau'
[18/01/2021, 12:01:07] ---
[18/01/2021, 12:01:08] Loaded plugin: homebridge-broadlink-rm-pro@4.4.0
[18/01/2021, 12:01:08] Registering platform 'homebridge-broadlink-rm-pro.BroadlinkRM'
[18/01/2021, 12:01:08] ---
[18/01/2021, 12:01:08] Loaded plugin: homebridge-camera-ffmpeg@3.0.3
[18/01/2021, 12:01:08] Registering platform 'homebridge-camera-ffmpeg.Camera-ffmpeg'
[18/01/2021, 12:01:08] ---
[18/01/2021, 12:01:08] Loaded plugin: homebridge-cmd4@3.0.7
[18/01/2021, 12:01:08] Registering accessory 'homebridge-cmd4.Cmd4'
[18/01/2021, 12:01:08] Registering platform 'homebridge-cmd4.Cmd4'
[18/01/2021, 12:01:08] ---
[18/01/2021, 12:01:08] Loaded plugin: homebridge-config-ui-x@4.36.0
[18/01/2021, 12:01:08] Registering platform 'homebridge-config-ui-x.config'
[18/01/2021, 12:01:08] ---
[18/01/2021, 12:01:09] Loaded plugin: homebridge-platform-orbit@1.4.4
[18/01/2021, 12:01:09] Registering platform 'homebridge-platform-orbit.orbit'
[18/01/2021, 12:01:09] ---
[18/01/2021, 12:01:09] Loaded plugin: homebridge-raspberrypi-temperature@0.0.8
[18/01/2021, 12:01:09] Registering accessory 'homebridge-raspberrypi-temperature.RaspberryPiTemperature'
[18/01/2021, 12:01:09] ---
[18/01/2021, 12:01:09] Loaded plugin: homebridge-sma-inverter@3.0.1
[18/01/2021, 12:01:11] Registering accessory 'homebridge-sma-inverter.SMAInverter'
[18/01/2021, 12:01:11] ---
[18/01/2021, 12:01:11] Loaded plugin: homebridge-wiz-lan@2.1.0
[18/01/2021, 12:01:11] Registering platform 'homebridge-wiz-lan.WizSmarthome'
[18/01/2021, 12:01:11] ---
[18/01/2021, 12:01:12] Loaded plugin: homebridge-xiaomi-roborock-vacuum@0.16.1
[18/01/2021, 12:01:12] Registering accessory 'homebridge-xiaomi-roborock-vacuum.XiaomiRoborockVacuum'
[18/01/2021, 12:01:12] ---
[18/01/2021, 12:01:12] Loading 6 platforms...
[18/01/2021, 12:01:12] [Config] Initializing config platform...
[18/01/2021, 12:01:12] [Config] Running in Service Mode
[18/01/2021, 12:01:12] [Cmd4] Initializing Cmd4 platform...
[18/01/2021, 12:01:12] [Broadlink RM] Initializing BroadlinkRM platform...
[18/01/2021, 12:01:12] [Broadlink RM] [INFO] Automatically discovering Broadlink RM devices.
[18/01/2021, 12:01:12] [Broadlink RM] [INFO] Running Homebridge Broadlink RM Plugin version 4.4.0
[18/01/2021, 12:01:12] [Broadlink RM] X-mas Tree Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind 1 Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind 2 Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind 3 Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind 4 Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind 5 Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Blind 6 Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Light Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Light Up Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Party Light Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Light Down Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Fairy Lights Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Lamp Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Bubbles Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Fan Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Fan Up Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Fan Down Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Fan Low Accessory Ready
[18/01/2021, 12:01:12] [Broadlink RM] Fan High Accessory Ready
[18/01/2021, 12:01:12] [Camera-ffmpeg] Initializing Camera-ffmpeg platform...
[18/01/2021, 12:01:12] [BHyve] Initializing orbit platform...
[18/01/2021, 12:01:12] [BHyve] Starting OrbitPlatform using homebridge API 2.7
[18/01/2021, 12:01:12] [WizSmarthome] Initializing WizSmarthome platform...
[18/01/2021, 12:01:12] [WizSmarthome] homebridge-wiz-lan v2.1.0, node v14.15.4, homebridge v1.3.0-beta.46
[18/01/2021, 12:01:12] Loading 4 accessories...
[18/01/2021, 12:01:12] [Roborock] Initializing XiaomiRoborockVacuum accessory...
[18/01/2021, 12:01:12] [XXXX] Initializing BOMgovau accessory...
[18/01/2021, 12:01:12] [XXXX] [BOM gov au] Station Name is XXXX
[18/01/2021, 12:01:12] [XXXX] [BOM gov au] Station URL is http://www.bom.gov.au/fwo/XXXX.json
[18/01/2021, 12:01:12] [XXXX] Current Time is 1610942472874, BOM data expires at 0
[18/01/2021, 12:01:12] [XXXX] Updating observations from BOM.
[18/01/2021, 12:01:12] [Homebridge CPU Temperature] Initializing RaspberryPiTemperature accessory...
[18/01/2021, 12:01:12] [Sunny Boy] Initializing SMAInverter accessory...
[18/01/2021, 12:01:13] [BHyve] Remembered accessory, configuring handlers B-Hyve
[18/01/2021, 12:01:13] [Camera-ffmpeg] [Cat Cam] Configuring cached bridged accessory...
[18/01/2021, 12:01:13] [WizSmarthome] Configuring cached accessory: [a8bb509ce732] XXXX
[18/01/2021, 12:01:13] [WizSmarthome] Configuring cached accessory: [a8bb509d0336] XXXX
[18/01/2021, 12:01:13] [Cmd4] Cmd4Platform didFinishLaunching
[18/01/2021, 12:01:13] [Cmd4] Removing *ALL* cached accessories as: restartRecover is set to false
[18/01/2021, 12:01:13] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 12:01:13] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: TV_Combo
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: TV_Combo
[18/01/2021, 12:01:15] [Cmd4] Creating linked accessories for: TV_Combo
Preparing Advertiser for 'TV_Combo 748A' using bonjour-hap backend!
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_TemperatureSensor
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_Switch
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: Fan
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: Fan
[18/01/2021, 12:01:15] [Cmd4] Adding new platformAccessory: My_Thermostat
[18/01/2021, 12:01:15] [Cmd4] Configuring platformAccessory: My_Thermostat
[@Temperature Display Units] Error: characteristic value NaN is not contained in valid values array!
    at TemperatureDisplayUnits.Characteristic.validateUserInput (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1958:15)
    at TemperatureDisplayUnits.Characteristic.setValue (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1200:20)
    at Thermostat.Service.setCharacteristic (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Service.ts:464:35)
    at Cmd4Accessory.addAllServiceCharacteristicsForAccessory (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Accessory.js:857:32)
    at Cmd4Platform.createServicesForAccessoriesChildren (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:441:29)
    at /usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:303:18
    at Array.forEach (<anonymous>)
    at Cmd4Platform.discoverDevices (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:170:58)
    at HomebridgeAPI.<anonymous> (/usr/local/lib/node_modules/homebridge-cmd4/Cmd4Platform.js:96:15)
    at HomebridgeAPI.emit (events.js:327:22)
2021-01-18T04:01:15.972Z HAP-NodeJS:EventedHTTPServer Server listening on [::]:41667
Starting to advertise 'TV_Combo 748A' using bonjour-hap backend!
[18/01/2021, 12:01:15] TV_Combo 748A is running on port 41667.
[18/01/2021, 12:01:15] Please add [TV_Combo 748A] manually in Home app. Setup Code: 031-45-154
[18/01/2021, 12:01:16] Initializing platform accessory 'Learn'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Scan Frequency'...
[18/01/2021, 12:01:16] Initializing platform accessory 'X-mas Tree'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind 1'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind 2'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind 3'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind 4'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind 5'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Blind 6'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Light'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Light Up'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Party Light'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Light Down'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Fairy Lights'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Lamp'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Bubbles'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Fan'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Fan Up'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Fan Down'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Fan Low'...
[18/01/2021, 12:01:16] Initializing platform accessory 'Fan High'...
2021-01-18T04:01:16.100Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
Preparing Advertiser for 'Homebridge B03F' using bonjour-hap backend!
Setup Payload:
X-HM://0023ISYWY11PN
Enter this code with your HomeKit app on your iOS device to pair with Homebridge:
                       
    ┌────────────┐     
    │ 031-45-154 │     
    └────────────┘     
                       
2021-01-18T04:01:16.118Z HAP-NodeJS:EventedHTTPServer Server listening on [::]:51860
Starting to advertise 'Homebridge B03F' using bonjour-hap backend!
[18/01/2021, 12:01:16] Homebridge v1.3.0-beta.46 is running on port 51860.
2021-01-18T04:01:16.127Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
[18/01/2021, 12:01:16] [Sunny Boy] Refresh failed Attempting reconnect... TypeError: Cannot read property 'buffer' of undefined
    at SMAInverter.<anonymous> (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:168:13)
    at ModbusRTU.writeFC4 (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/index.js:544:19)
    at ModbusRTU.writeFC3 (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/index.js:530:10)
    at ModbusRTU.converted [as readHoldingRegisters] (/usr/local/lib/node_modules/homebridge-sma-inverter/node_modules/modbus-serial/apis/promise.js:36:27)
    at SMAInverter._refresh (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:166:11)
    at SMAInverter.<anonymous> (/usr/local/lib/node_modules/homebridge-sma-inverter/index.js:99:8)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
[18/01/2021, 12:01:16] [Broadlink RM] X-mas Tree getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Blind getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 1 getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 1 getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind 1 getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 2 getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 2 getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind 2 getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 3 getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 3 getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind 3 getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 4 getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 4 getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind 4 getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 5 getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 5 getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind 5 getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 6 getCurrentPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Blind 6 getPositionState: 2
[18/01/2021, 12:01:16] [Broadlink RM] Blind 6 getTargetPosition: 100
[18/01/2021, 12:01:16] [Broadlink RM] Light getSwitchState: true
[18/01/2021, 12:01:16] [Broadlink RM] Light Up getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Party Light getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Light Down getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Fairy Lights getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Lamp getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Bubbles getSwitchState: true
[18/01/2021, 12:01:16] [Broadlink RM] Fan getSwitchState: true
[18/01/2021, 12:01:16] [Broadlink RM] Fan Up getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Fan Down getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Fan Low getSwitchState: false
[18/01/2021, 12:01:16] [Broadlink RM] Fan High getSwitchState: false
[18/01/2021, 12:01:16] [Roborock] ERR connect | miio.device, next try in 2 minutes | Error: Could not connect to device, handshake timeout
[18/01/2021, 12:01:16] [WizSmarthome] New Device Online: [a8bb509ce732] bulb [a8bb509ce732] 192.168.0.186 49156
[18/01/2021, 12:01:16] [WizSmarthome] Adding: [a8bb509ce732] bulb [a8bb509ce732]
[18/01/2021, 12:01:16] [Broadlink RM] [INFO] Discovered Broadlink RM2 Pro Plus v2 (2787) at 192.168.0.155 (XX:XX:XX:XX:XX:XX)
[18/01/2021, 12:01:16] [XXXX] Observations retrieved.
[18/01/2021, 12:01:16] [XXXX] BOM data will expire at 1610942400000 which is in -1.2min
2021-01-18T04:01:16.455Z HAP-NodeJS:Accessory [Harrisdale] Muting event notification for Status Fault as ids aren't yet assigned!
[18/01/2021, 12:01:16] Received warning for the plugin 'homebridge-bomgovau' from the characteristic 'Barometric Pressure': characteristic was supplied illegal value: number 1013.9 exceeded maximum of 255.
2021-01-18T04:01:16.457Z HAP-NodeJS:Accessory [Harrisdale] Muting event notification for Status Fault as ids aren't yet assigned!
2021-01-18T04:01:17.122Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:17.123Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP server listening on 127.0.0.1:44519
2021-01-18T04:01:17.126Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:17.126Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP server listening on 127.0.0.1:42841
2021-01-18T04:01:17.130Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:17.130Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP server listening on 127.0.0.1:41063
2021-01-18T04:01:17.132Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.135] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:17.133Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP server listening on 127.0.0.1:39227
2021-01-18T04:01:17.136Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:17.137Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:17.138Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:17.140Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:17.142Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP request: /accessories
2021-01-18T04:01:17.142Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T04:01:17.685Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T04:01:17.686Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T04:01:17.689Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T04:01:17.859Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T04:01:17.881Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:17.881Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP server listening on 127.0.0.1:40415
2021-01-18T04:01:17.883Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.136] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:17.884Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP server listening on 127.0.0.1:32957
2021-01-18T04:01:17.897Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:17.899Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP request: /accessories
2021-01-18T04:01:17.899Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T04:01:17.910Z HAP-NodeJS:Characteristic [Model] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at Model.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:165:26)
    at Model.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at Model.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.912Z HAP-NodeJS:Characteristic [Serial Number] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at SerialNumber.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:168:26)
    at SerialNumber.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at SerialNumber.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.914Z HAP-NodeJS:Characteristic [Firmware Revision] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at FirmwareRevision.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:162:26)
    at FirmwareRevision.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FirmwareRevision.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.915Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T04:01:17.916Z HAP-NodeJS:Characteristic [On] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at On.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:176:26)
    at On.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at On.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.918Z HAP-NodeJS:Characteristic [Rotation Speed] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at RotationSpeed.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:185:26)
    at RotationSpeed.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at RotationSpeed.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.920Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:395:11)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.922Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:407:11)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.924Z HAP-NodeJS:Characteristic [Status Low Battery] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at StatusLowBattery.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:229:26)
    at StatusLowBattery.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at StatusLowBattery.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.925Z HAP-NodeJS:Characteristic [Battery Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at BatteryLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:223:26)
    at BatteryLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at BatteryLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.927Z HAP-NodeJS:Characteristic [Charging State] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at ChargingState.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:226:26)
    at ChargingState.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at ChargingState.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.929Z HAP-NodeJS:Characteristic [Occupancy Detected] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:154:49)
    at OccupancyDetected.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:262:28)
    at OccupancyDetected.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at OccupancyDetected.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.931Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:425:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.932Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:432:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.934Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:442:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.936Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:449:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.937Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:459:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.939Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:466:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.941Z HAP-NodeJS:Characteristic [Filter Change Indication] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:476:9)
    at FilterChangeIndication.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterChangeIndication.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
2021-01-18T04:01:17.942Z HAP-NodeJS:Characteristic [Filter Life Level] Received error from get handler Error: Not connected yet
    at callbackify (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:292:49)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge-xiaomi-roborock-vacuum/index.js:483:9)
    at FilterLifeLevel.emit (events.js:315:20)
    at /usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1404:14
    at new Promise (<anonymous>)
    at FilterLifeLevel.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Characteristic.ts:1402:12)
    at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:143:27)
    at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:124:57)
    at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:117:75
    at new Promise (<anonymous>)
[18/01/2021, 12:01:17] [XXXX] Current Time is 1610942477944, BOM data expires at 1610942400000
[18/01/2021, 12:01:17] [XXXX] Updating observations from BOM.
[18/01/2021, 12:01:17] [XXXX] Current Time is 1610942477948, BOM data expires at 1610942400000
[18/01/2021, 12:01:17] [XXXX] Updating observations from BOM.
2021-01-18T04:01:17.952Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '32.10' notification for this connection since it originated here.
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Amperes': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Total Consumption': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Volts': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Consumption': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:17] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: undefined! This might throw errors in the future!
2021-01-18T04:01:17.961Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '91.24' notification for this connection since it originated here.
[18/01/2021, 12:01:19] [Broadlink RM] Learn getSwitchState: undefined
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:19] [Broadlink RM] Scan Frequency getSwitchState: undefined
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'On': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:19] [Broadlink RM] X-mas Tree getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Blind getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 1 getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 1 getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind 1 getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 2 getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 2 getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind 2 getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 3 getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 3 getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind 3 getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 4 getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 4 getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind 4 getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 5 getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 5 getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind 5 getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 6 getCurrentPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Blind 6 getPositionState: 2
[18/01/2021, 12:01:19] [Broadlink RM] Blind 6 getTargetPosition: 100
[18/01/2021, 12:01:19] [Broadlink RM] Light getSwitchState: true
[18/01/2021, 12:01:19] [Broadlink RM] Light Up getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Party Light getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Light Down getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Fairy Lights getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Lamp getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Bubbles getSwitchState: true
[18/01/2021, 12:01:19] [Broadlink RM] Bubbles getOutletInUse: undefined
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-broadlink-rm-pro' from the characteristic 'Outlet In Use': characteristic was supplied illegal value: undefined! This might throw errors in the future!
[18/01/2021, 12:01:19] [Broadlink RM] Fan getSwitchState: true
[18/01/2021, 12:01:19] [Broadlink RM] Fan Up getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Fan Down getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Fan Low getSwitchState: false
[18/01/2021, 12:01:19] [Broadlink RM] Fan High getSwitchState: false
2021-01-18T04:01:19.123Z HAP-NodeJS:Characteristic [Model] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.123Z HAP-NodeJS:Characteristic [Serial Number] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Firmware Revision] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [On] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Rotation Speed] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Status Low Battery] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Battery Level] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.124Z HAP-NodeJS:Characteristic [Charging State] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.125Z HAP-NodeJS:Characteristic [Occupancy Detected] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.125Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.125Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.127Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.128Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.128Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.128Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.128Z HAP-NodeJS:Characteristic [Filter Change Indication] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.128Z HAP-NodeJS:Characteristic [Filter Life Level] Error getting value for characteristic on /accessories request
2021-01-18T04:01:19.134Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T04:01:19.134Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T04:01:19.135Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T04:01:19.214Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.30' notification for this connection since it originated here.
2021-01-18T04:01:19.215Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.27' notification for this connection since it originated here.
2021-01-18T04:01:19.216Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.26' notification for this connection since it originated here.
2021-01-18T04:01:19.216Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.25' notification for this connection since it originated here.
2021-01-18T04:01:19.217Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.22' notification for this connection since it originated here.
2021-01-18T04:01:19.218Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.18' notification for this connection since it originated here.
2021-01-18T04:01:19.219Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.17' notification for this connection since it originated here.
2021-01-18T04:01:19.219Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.16' notification for this connection since it originated here.
2021-01-18T04:01:19.220Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.14' notification for this connection since it originated here.
2021-01-18T04:01:19.220Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.13' notification for this connection since it originated here.
2021-01-18T04:01:19.221Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '1.11' notification for this connection since it originated here.
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:19.253Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.254Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:19.256Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:19.272Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.14' notification for this connection since it originated here.
2021-01-18T04:01:19.273Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.12' notification for this connection since it originated here.
2021-01-18T04:01:19.273Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.11' notification for this connection since it originated here.
2021-01-18T04:01:19.274Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.10' notification for this connection since it originated here.
2021-01-18T04:01:19.274Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '107.9' notification for this connection since it originated here.
2021-01-18T04:01:19.275Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '106.10' notification for this connection since it originated here.
2021-01-18T04:01:19.276Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '105.10' notification for this connection since it originated here.
2021-01-18T04:01:19.276Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '104.10' notification for this connection since it originated here.
2021-01-18T04:01:19.277Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '103.10' notification for this connection since it originated here.
2021-01-18T04:01:19.278Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '102.10' notification for this connection since it originated here.
2021-01-18T04:01:19.278Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '102.9' notification for this connection since it originated here.
2021-01-18T04:01:19.279Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '101.10' notification for this connection since it originated here.
2021-01-18T04:01:19.279Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '100.10' notification for this connection since it originated here.
2021-01-18T04:01:19.280Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '100.9' notification for this connection since it originated here.
2021-01-18T04:01:19.281Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '99.10' notification for this connection since it originated here.
2021-01-18T04:01:19.281Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '99.9' notification for this connection since it originated here.
2021-01-18T04:01:19.282Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '98.10' notification for this connection since it originated here.
2021-01-18T04:01:19.282Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '98.9' notification for this connection since it originated here.
2021-01-18T04:01:19.283Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '97.10' notification for this connection since it originated here.
2021-01-18T04:01:19.283Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '97.9' notification for this connection since it originated here.
2021-01-18T04:01:19.284Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '96.10' notification for this connection since it originated here.
2021-01-18T04:01:19.284Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '96.9' notification for this connection since it originated here.
2021-01-18T04:01:19.285Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '95.10' notification for this connection since it originated here.
2021-01-18T04:01:19.286Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '95.9' notification for this connection since it originated here.
2021-01-18T04:01:19.286Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '94.10' notification for this connection since it originated here.
2021-01-18T04:01:19.287Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.175] Muting event '94.9' notification for this connection since it originated here.
2021-01-18T04:01:19.295Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T04:01:19.295Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T04:01:19.297Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T04:01:19.339Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T04:01:19.342Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP Response is finished
2021-01-18T04:01:19.342Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection error: This socket has been ended by the other party
2021-01-18T04:01:19.343Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP Response is finished
2021-01-18T04:01:19.343Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection error: This socket has been ended by the other party
2021-01-18T04:01:19.344Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T04:01:19.344Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T04:01:19.345Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T04:01:19.383Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T04:01:19.383Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T04:01:19.384Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T04:01:19.440Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection closed
2021-01-18T04:01:19.442Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
2021-01-18T04:01:19.442Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] Client connection closed
2021-01-18T04:01:19.443Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
2021-01-18T04:01:19.449Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.450Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /pair-verify
2021-01-18T04:01:19.450Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T04:01:19.451Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T04:01:19.489Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
[18/01/2021, 12:01:19] [WizSmarthome] New Device Online: [a8bb509d0336] bulb [a8bb509d0336] 192.168.0.123 49156
[18/01/2021, 12:01:19] [WizSmarthome] Adding: [a8bb509d0336] bulb [a8bb509d0336]
2021-01-18T04:01:19.494Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:19.494Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:19.495Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP connection was closed
2021-01-18T04:01:19.495Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
2021-01-18T04:01:19.496Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP connection was closed
2021-01-18T04:01:19.496Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.175] HTTP server was closed
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:19.502Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.503Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /accessories
2021-01-18T04:01:19.504Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T04:01:19.510Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.511Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /accessories
2021-01-18T04:01:19.511Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T04:01:19.519Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T04:01:19.564Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.565Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T04:01:19.565Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T04:01:19.566Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T04:01:19.605Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T04:01:19.606Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /pair-verify
2021-01-18T04:01:19.607Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T04:01:19.607Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T04:01:19.646Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client C8269B18-7685-41AE-AD40-5472019FCCB2 verification complete
2021-01-18T04:01:19.648Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T04:01:19.648Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T04:01:19.650Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":11,"ev":true}]}
2021-01-18T04:01:19.652Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:19.653Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:19.653Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:19.663Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:19.664Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:19.665Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.707Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /characteristics?id=1.7
2021-01-18T04:01:19.707Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /characteristics?id=1.7
2021-01-18T04:01:19.711Z HAP-NodeJS:Accessory [TV_Combo 748A] Got Characteristic "Firmware Revision" value: "3.0.7"
2021-01-18T04:01:19.713Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /accessories
2021-01-18T04:01:19.714Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T04:01:19.725Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T04:01:19.771Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /accessories
2021-01-18T04:01:19.771Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T04:01:19.778Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
2021-01-18T04:01:19.789Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:19.791Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
[18/01/2021, 12:01:19] [XXXX] Observations retrieved.
[18/01/2021, 12:01:19] [XXXX] BOM data will expire at 1610942400000 which is in -1.3min
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-bomgovau' from the characteristic 'Barometric Pressure': characteristic was supplied illegal value: number 1013.9 exceeded maximum of 255.
[18/01/2021, 12:01:19] [XXXX] Observations retrieved.
[18/01/2021, 12:01:19] [XXXX] BOM data will expire at 1610942400000 which is in -1.3min
[18/01/2021, 12:01:19] Received warning for the plugin 'homebridge-bomgovau' from the characteristic 'Barometric Pressure': characteristic was supplied illegal value: number 1013.9 exceeded maximum of 255.
2021-01-18T04:01:19.853Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /characteristics
2021-01-18T04:01:19.854Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T04:01:19.854Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true}]}
2021-01-18T04:01:19.855Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:19.855Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:19.856Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:19.857Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:19.861Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /characteristics?id=1.7
2021-01-18T04:01:19.862Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /characteristics?id=1.7
2021-01-18T04:01:19.863Z HAP-NodeJS:Accessory [TV_Combo 748A] Got Characteristic "Firmware Revision" value: "3.0.7"
2021-01-18T04:01:19.864Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
[18/01/2021, 12:01:20] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:20] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:21] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:21] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:22] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:22] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:23] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:23] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:24] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:24] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:25.178Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client on interface lo (::ffff:127.0.0.1)
2021-01-18T04:01:25.179Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP server listening on 127.0.0.1:37513
2021-01-18T04:01:25.180Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:25.181Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:01:25.182Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:01:25.182Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:01:25.184Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:01:25.186Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:01:25.186Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:25.187Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:01:25.187Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:25.212Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client on interface lo (::ffff:127.0.0.1)
2021-01-18T04:01:25.212Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP server listening on 127.0.0.1:32839
2021-01-18T04:01:25.214Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:25.214Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:01:25.215Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:01:25.215Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:01:25.216Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:01:25.217Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:01:25.218Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:25.218Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:01:25.219Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
[18/01/2021, 12:01:25] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:25] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:26] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:26] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:27] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:27] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:28] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:28] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:29] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:29] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:30] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:30] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:31] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:31] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:31.688Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client on interface lo (::ffff:127.0.0.1)
2021-01-18T04:01:31.689Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP server listening on 127.0.0.1:34491
2021-01-18T04:01:31.690Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:31.691Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:01:31.691Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:01:31.692Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:01:31.693Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:01:31.694Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:01:31.695Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:31.695Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:01:31.696Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:32.251Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:32.251Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP server listening on 127.0.0.1:39013
2021-01-18T04:01:32.253Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:32.254Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T04:01:32.254Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T04:01:32.254Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 1/2
2021-01-18T04:01:32.285Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:32.297Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T04:01:32.298Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: POST /pair-verify
2021-01-18T04:01:32.299Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Pair verify step 2/2
2021-01-18T04:01:32.337Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] Client 5B6DEC7D-776D-41CA-A6AF-C72147AA2123 verification complete
[18/01/2021, 12:01:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:32] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:32.341Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:32.345Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /accessories
2021-01-18T04:01:32.346Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /accessories
2021-01-18T04:01:32.352Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:32.390Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /characteristics
2021-01-18T04:01:32.390Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T04:01:32.391Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":26,"ev":true}]}
2021-01-18T04:01:32.392Z HAP-NodeJS:Accessory [::ffff:192.168.0.151] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:32.393Z HAP-NodeJS:Accessory [::ffff:192.168.0.151] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:32.393Z HAP-NodeJS:Accessory [::ffff:192.168.0.151] Registered Characteristic "Configured Name" on "TV_Combo 748A" for events
2021-01-18T04:01:32.395Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:32.399Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /characteristics?id=1.7
2021-01-18T04:01:32.400Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: GET /characteristics?id=1.7
2021-01-18T04:01:32.401Z HAP-NodeJS:Accessory [TV_Combo 748A] Got Characteristic "Firmware Revision" value: "3.0.7"
2021-01-18T04:01:32.403Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:32.978Z HAP-NodeJS:EventedHTTPServer [::ffff:192.168.0.151] New connection from client on interface eth0 (::ffff:192.168.0.175)
2021-01-18T04:01:32.979Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP server listening on 127.0.0.1:42971
2021-01-18T04:01:32.981Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:32.982Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T04:01:32.982Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T04:01:32.983Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 1/2
2021-01-18T04:01:33.013Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:33.027Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /pair-verify
2021-01-18T04:01:33.028Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: POST /pair-verify
2021-01-18T04:01:33.029Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Pair verify step 2/2
2021-01-18T04:01:33.066Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] Client 5B6DEC7D-776D-41CA-A6AF-C72147AA2123 verification complete
2021-01-18T04:01:33.068Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
2021-01-18T04:01:33.072Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP request: /accessories
2021-01-18T04:01:33.073Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /accessories
2021-01-18T04:01:33.083Z HAP-NodeJS:Service iid of linked service '' 0000003E-0000-1000-8000-0026BB765291 is undefined on service 'Roborock'
2021-01-18T04:01:33.130Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.151] HTTP Response is finished
[18/01/2021, 12:01:33] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:33] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:34] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:34] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:35] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:36] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:36] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:37] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:37] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:38] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:38] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:39] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:39] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:40] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:41] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:41] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:41.699Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client on interface lo (::ffff:127.0.0.1)
2021-01-18T04:01:41.700Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP server listening on 127.0.0.1:33223
2021-01-18T04:01:41.702Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:41.703Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:01:41.704Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:01:41.704Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:01:41.706Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:01:41.708Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:01:41.708Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:41.709Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:01:41.709Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
[18/01/2021, 12:01:42] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:42] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:43] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:43] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:44] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:44] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:45] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:45] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:46] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:46] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:47] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:47] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:48] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:48] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:49] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:49] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:50] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:50] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:51] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:51] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:01:51.468Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP request: /characteristics
2021-01-18T04:01:51.468Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T04:01:51.470Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":9,"ev":true},{"aid":1,"iid":10,"ev":true},{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":13,"ev":true},{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":18,"ev":true},{"aid":1,"iid":19,"ev":true},{"aid":1,"iid":20,"ev":true},{"aid":1,"iid":22,"ev":true},{"aid":1,"iid":23,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":27,"ev":true},{"aid":1,"iid":28,"ev":true},{"aid":1,"iid":29,"ev":true},{"aid":1,"iid":31,"ev":true}]}
2021-01-18T04:01:51.487Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Active" on "TV_Combo 748A" for events
2021-01-18T04:01:51.488Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Active Identifier" on "TV_Combo 748A" for events
2021-01-18T04:01:51.488Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Sleep Discovery Mode" on "TV_Combo 748A" for events
2021-01-18T04:01:51.489Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T04:01:51.490Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T04:01:51.491Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:01:51.492Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Input Device Type" on "TV_Combo 748A" for events
2021-01-18T04:01:51.493Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:01:51.493Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T04:01:51.494Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T04:01:51.494Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:01:51.495Z HAP-NodeJS:Accessory [::ffff:192.168.0.136] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:01:51.498Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.136] HTTP Response is finished
2021-01-18T04:01:51.700Z HAP-NodeJS:EventedHTTPServer [::ffff:127.0.0.1] New connection from client on interface lo (::ffff:127.0.0.1)
2021-01-18T04:01:51.701Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP server listening on 127.0.0.1:42949
2021-01-18T04:01:51.703Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Internal HTTP socket connected. HAPConnection now fully set up!
2021-01-18T04:01:51.704Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP request: /
2021-01-18T04:01:51.704Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] HAP Request: GET /
2021-01-18T04:01:51.705Z HAP-NodeJS:HAPServer [CC:22:3D:E3:CE:34] WARNING: Handler for / not implemented
2021-01-18T04:01:51.708Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP Response is finished
2021-01-18T04:01:51.710Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] Client connection closed
2021-01-18T04:01:51.710Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
2021-01-18T04:01:51.711Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP connection was closed
2021-01-18T04:01:51.712Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:127.0.0.1] HTTP server was closed
[18/01/2021, 12:01:52] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:52] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:53] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:53] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:54] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:54] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:55] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:56] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:56] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:57] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:58] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:58] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:59] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:01:59] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:00] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:00] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:01] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:02] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:02] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
2021-01-18T04:02:03.265Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP request: /characteristics
2021-01-18T04:02:03.265Z HAP-NodeJS:HAPServer [B0:FC:55:47:28:9C] HAP Request: PUT /characteristics
2021-01-18T04:02:03.266Z HAP-NodeJS:Accessory [TV_Combo 748A] Processing characteristic set: {"characteristics":[{"aid":1,"iid":17,"ev":true},{"aid":1,"iid":18,"ev":true},{"aid":1,"iid":19,"ev":true},{"aid":1,"iid":20,"ev":true},{"aid":1,"iid":22,"ev":true},{"aid":1,"iid":23,"ev":true},{"aid":1,"iid":26,"ev":true},{"aid":1,"iid":27,"ev":true},{"aid":1,"iid":28,"ev":true},{"aid":1,"iid":29,"ev":true},{"aid":1,"iid":31,"ev":true},{"aid":1,"iid":9,"ev":true},{"aid":1,"iid":10,"ev":true},{"aid":1,"iid":11,"ev":true},{"aid":1,"iid":13,"ev":true}]}
2021-01-18T04:02:03.267Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T04:02:03.268Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T04:02:03.268Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:02:03.268Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Input Device Type" on "TV_Combo 748A" for events
2021-01-18T04:02:03.269Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:02:03.269Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Input Source Type" on "TV_Combo 748A" for events
2021-01-18T04:02:03.270Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Is Configured" on "TV_Combo 748A" for events
2021-01-18T04:02:03.270Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Current Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:02:03.271Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Target Visibility State" on "TV_Combo 748A" for events
2021-01-18T04:02:03.271Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Active" on "TV_Combo 748A" for events
2021-01-18T04:02:03.271Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Active Identifier" on "TV_Combo 748A" for events
2021-01-18T04:02:03.272Z HAP-NodeJS:Accessory [::ffff:192.168.0.135] Registered Characteristic "Sleep Discovery Mode" on "TV_Combo 748A" for events
2021-01-18T04:02:03.273Z HAP-NodeJS:EventedHTTPServer:Connection [::ffff:192.168.0.135] HTTP Response is finished
[18/01/2021, 12:02:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:03] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:04] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:04] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:05] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:06] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:06] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:07] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.
[18/01/2021, 12:02:07] Received warning for the plugin 'homebridge-sma-inverter' from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 4294967.295 exceeded maximum of 100000.

@oznu oznu added the beta label Jan 19, 2021
@mitch7391
Copy link
Author

Hey @Supereg is there anything else I can try and chase up for you to help out?

@Supereg
Copy link
Member

Supereg commented Feb 12, 2021

Sorry for the long response time.
Could you quickly check, if the latest beta release changes anything for your situation.
Just a quick install and boot up, I think won't be necessary to capture logs again.

@mitch7391
Copy link
Author

All good Andi :) sadly the latest beta is still the same for me...

@Supereg
Copy link
Member

Supereg commented Feb 14, 2021

sadly the latest beta is still the same for me...

Noted. Don't really have time over the next week to dig deeper into the issue.
We discussed this already in the team. Our current aim would be to continue with 1.3.0 release anyways, meaning you will probably just need to stay in 1.2.5 for now. We think as it is easier than ever to rollback to previous homebridge versions this should be fine.
And we haven't seen the issue to be widespread, so we are nonetheless confident with the release.

Just wanted to keep you updated.

@mitch7391
Copy link
Author

That is a bit of a bugger, but completely understand! Thanks for all your efforts so far and please let me know if there is anything you need me to do when you do get time to look at this again in the future. I will stay on v1.2.5 in the mean time :)

@mitch7391
Copy link
Author

@Supereg I have finally had some time to try some step by step installation to isolate which plug-in/plug-ins break homebridge v1.3.0.

In the end I have narrowed it down to two plug-ins; homebridge-sma-inverter and homebridge-xiaomi-roborock-vacuum. If either of these plug-ins are installed then homebridge goes back to my issue. I do not need SMA-Inverter at this stage as it was a nice to have; and the developer seems to be absent so I am not sure I will get a fix there. Xiaomi-Roborock-Vacuum will only be a mild inconvenience not to have running for a time being; but I will survive.

Is there anything in my logs that lends to an issue I can report to the developers of these plug-ins?

@Supereg
Copy link
Member

Supereg commented Feb 21, 2021

This is some great news that you have nailed it down to specific plugins 👍 This will definitely allow be to investigate this quicker. I'll check the plugin sources and see if that gives any hints I can work with, what is here at fault 👍

@mitch7391
Copy link
Author

Hey Andi one of the developers was able to find a problem in homebridge-xiaomi-roborock-vacuum and roll that fix out quickly; with that and the removal of homebridge-sma-inverter I was able to get the accessories to populate in the accessories tab but everything in HomeKit was still in a state of 'No Response'. I then tried Homebridge v1.3.1-beta.5 as Oznu had mentioned some fixes to the main/child bridge process and everything is working on this beta. I am now successfully on Homebridge v1.3.x! :)

There still seems to be an issue with homebridge-sma-inverter that seems to break Homebridge. If it is not too much trouble to ask, if you are able to figure out what it does not like about the plug-in then I can post that as an issue on their repo.

@oznu
Copy link
Member

oznu commented Feb 23, 2021

@mitch7391 did you figure out which plugin was causing the restart loop? I'm having trouble following the above conversation.

@mitch7391
Copy link
Author

Sorry if I was not clear @oznu, homebridge-sma-inverter still causes issues and I have left that uninstalled. homebridge-xiaomi-roborock-vacuum was a problem also but the developer found the issue and has fixed it now; so this one is all good.

@oznu
Copy link
Member

oznu commented Feb 23, 2021

Both issues are fixed in the 1.3.1 beta?

@mitch7391
Copy link
Author

Sadly it is not fixed for homebridge-sma-inverter in Homebridge v1.3.1-beta.5; so I have left that plug-in uninstalled.

When I tested it by installing the plug-in again on v1.3.1-beta.5, it made all my accessories disappear from the accessories tab on the web UI and no response in HomeKit; and it did not fix everything by uninstalling the plug-in and the standard Homebridge restart. I had to do the type of restart requested by the Web UI when you change Homebridge settings (like set debug, etc.); then Homebridge was working again with homebridge-sma-inverter uninstalled.

@oznu
Copy link
Member

oznu commented Feb 23, 2021

Without an inverter I can't really see anything wrong with homebridge-sma-inverter that might cause the entire bridge to not respond.

You should probably create an issue on that plugin's project page directly.

@mitch7391
Copy link
Author

That is fair, I was hoping maybe something was obvious in the the logs I posted; that way I can point the developer for that plug-in in the right direction. I know you have bigger things to worry about so don’t stress :) this should be good to close out now I would say.

@oznu
Copy link
Member

oznu commented Feb 23, 2021

Yeah I can't see anything in those logs that should not have been fixed by the 1.3.1 beta.

@mitch7391
Copy link
Author

No worries :) thanks Oznu

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

3 participants