{ "home_assistant": { "installation_type": "Home Assistant Container", "version": "2023.1.5", "dev": false, "hassio": false, "virtualenv": false, "python_version": "3.10.7", "docker": true, "arch": "x86_64", "timezone": "Europe/Helsinki", "os_name": "Linux", "os_version": "5.10.16.3-microsoft-standard-WSL2", "run_as_root": true }, "custom_components": { "sonoff": { "version": "3.3.1", "requirements": [ "pycryptodome>=3.6.6" ] } }, "integration_manifest": { "domain": "sonoff", "name": "Sonoff", "config_flow": true, "documentation": "https://github.com/AlexxIT/SonoffLAN", "issue_tracker": "/api/sonoff/453b14f2-a3f5-43dc-8d9c-78385768349e", "codeowners": [ "@AlexxIT" ], "dependencies": [ "http", "zeroconf" ], "requirements": [ "pycryptodome>=3.6.6" ], "version": "3.3.1", "iot_class": "local_push", "is_built_in": false }, "data": { "version": "b20e33c", "cloud_auth": true, "config": { "username": "***", "password": "***" }, "options": { "mode": "auto", "debug": true }, "errors": [ { "name": "custom_components.sonoff.core.ewelink.cloud", "message": [ "Cloud WS exception" ], "level": "ERROR", "source": [ "custom_components/sonoff/core/ewelink/cloud.py", 297 ], "timestamp": 1675063075.5532198, "exception": "Traceback (most recent call last):\n File \"/config/custom_components/sonoff/core/ewelink/cloud.py\", line 297, in connect\n self.ws = await self.session.ws_connect(\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/client.py\", line 776, in _ws_connect\n resp = await self.request(\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/client.py\", line 559, in _request\n await resp.start(conn)\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/client_reqrep.py\", line 898, in start\n message, payload = await protocol.read() # type: ignore[union-attr]\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/streams.py\", line 616, in read\n await self._waiter\naiohttp.client_exceptions.ServerDisconnectedError: Server disconnected\n", "count": 1, "first_occurred": 1675063075.5532198 }, { "name": "custom_components.sonoff.core.ewelink.cloud", "message": [ "Cloud ERROR: {'error': 504, 'reason': 'Request Timeout', 'deviceid': '10013aab22', 'apikey': 'f416a760-0886-426f-971c-b8730c99616d', 'sequence': '1674404703000'}", "UNKNOWN cloud msg: {'action': 'subDevice', 'deviceid': '100112a8e5', 'apikey': 'f416a760-0886-426f-971c-b8730c99616d', 'userAgent': 'device', 'd_seq': 63695, 'params': {'cmds': [{'type': 0, 'subDevId': '6bb46efeff10fb301771', 'uiid': '1771', 'deviceid': 'a48004c773', 'productName': 'SNZB-02D'}]}}" ], "level": "WARNING", "source": [ "custom_components/sonoff/core/ewelink/cloud.py", 286 ], "timestamp": 1675177971.6673944, "exception": "", "count": 2, "first_occurred": 1674404708.9243069 }, { "name": "custom_components.sonoff.core.ewelink.cloud", "message": [ "Cloud WS exception" ], "level": "ERROR", "source": [ "custom_components/sonoff/core/ewelink/cloud.py", 316 ], "timestamp": 1675243438.7403042, "exception": "Traceback (most recent call last):\n File \"/config/custom_components/sonoff/core/ewelink/cloud.py\", line 316, in connect\n resp = await self.ws.receive_json()\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/client_ws.py\", line 290, in receive_json\n data = await self.receive_str(timeout=timeout)\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/client_ws.py\", line 275, in receive_str\n raise TypeError(f\"Received message {msg.type}:{msg.data!r} is not str\")\nTypeError: Received message 257:None is not str\n", "count": 2, "first_occurred": 1674412595.1768284 }, { "name": "custom_components.sonoff", "message": [ "Can't load devices" ], "level": "WARNING", "source": [ "custom_components/sonoff/core/ewelink/cloud.py", 185 ], "timestamp": 1675258965.6605635, "exception": "Traceback (most recent call last):\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/connector.py\", line 1154, in _create_direct_connection\n hosts = await asyncio.shield(host_resolved)\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/connector.py\", line 880, in _resolve_host\n addrs = await self._resolver.resolve(host, port, family=self._family)\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/resolver.py\", line 33, in resolve\n infos = await self._loop.getaddrinfo(\n File \"/usr/local/lib/python3.10/asyncio/base_events.py\", line 860, in getaddrinfo\n return await self.run_in_executor(\n File \"/usr/local/lib/python3.10/concurrent/futures/thread.py\", line 58, in run\n result = self.fn(*self.args, **self.kwargs)\n File \"/usr/local/lib/python3.10/socket.py\", line 955, in getaddrinfo\n for res in _socket.getaddrinfo(host, port, family, type, proto, flags):\nsocket.gaierror: [Errno -3] Try again\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File \"/config/custom_components/sonoff/__init__.py\", line 199, in internal_normal_setup\n devices = await registry.cloud.get_devices(homes)\n File \"/config/custom_components/sonoff/core/ewelink/cloud.py\", line 185, in get_devices\n r = await self.session.get(\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/client.py\", line 535, in _request\n conn = await self._connector.connect(\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/connector.py\", line 542, in connect\n proto = await self._create_connection(req, traces, timeout)\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/connector.py\", line 907, in _create_connection\n _, proto = await self._create_direct_connection(req, traces, timeout)\n File \"/usr/local/lib/python3.10/site-packages/aiohttp/connector.py\", line 1166, in _create_direct_connection\n raise ClientConnectorError(req.connection_key, exc) from exc\naiohttp.client_exceptions.ClientConnectorError: Cannot connect to host eu-apia.coolkit.cc:443 ssl:default [Try again]\n", "count": 1, "first_occurred": 1675258965.6605635 }, { "name": "custom_components.sonoff.core.ewelink.cloud", "message": [ "Cloud WS Connection error: Cannot connect to host eu-pconnect15.coolkit.cc:8080 ssl:default [Try again]", "Cloud WS Connection error: Cannot connect to host eu-pconnect2.coolkit.cc:8080 ssl:default [Try again]", "Cloud WS Connection error: Cannot connect to host eu-pconnect16.coolkit.cc:8080 ssl:default [Try again]", "Cloud WS Connection error: Cannot connect to host eu-pconnect12.coolkit.cc:8080 ssl:default [Try again]", "Cloud WS Connection error: Cannot connect to host eu-dispa.coolkit.cc:443 ssl:default [Try again]" ], "level": "WARNING", "source": [ "custom_components/sonoff/core/ewelink/cloud.py", 268 ], "timestamp": 1675417383.8473473, "exception": "", "count": 447, "first_occurred": 1674412557.160627 } ], "devices": { "a48004c773": { "uiid": 1771, "params": { "subDevId": "6bb46efeff10fb301771", "parentid": "100112a8e5", "fwVersion": "1.0.9", "tempComfortUpper": "2700", "tempComfortLower": "1900", "humiComfortLower": "4000", "humiComfortUpper": "6000", "tempUnit": 0, "ASYNC": 2, "temperature": "2080", "tempComfortStatus": 0, "humidity": "4160", "humiComfortStatus": 0, "timeZone": 2, "battery": 100, "supportPowConfig": 1, "trigTime": "1675257415349" }, "model": "SNZB-02D", "online": true, "localtype": null }, "a480043b32": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "411fae23004b12001770", "parentid": "1001249361", "battery": 65, "supportPowConfig": 1, "trigTime": "1675255279149", "ASYNC": 2, "temperature": "711", "timeZone": 2, "humidity": "5955", "switch": "off" }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "1001249361": { "uiid": 66, "params": { "bindInfos": "***", "version": 8, "subDevNum": 1, "subDevMaxNum": 32, "sledOnline": "on", "zled": "off", "fwVersion": "1.7.0", "timeZone": 2, "subDevices": [ { "subDevId": "411fae23004b12001770", "deviceid": "a480043b32", "uiid": "1770", "index": 0 } ], "rssi": -48, "addSubDevState": "off", "addDevTime": 180, "only_device": { "ota": "success" }, "staMac": "***" }, "model": "ZBBridge", "online": true, "localtype": null }, "100182d1ce": { "uiid": 1, "params": { "bindInfos": "***", "version": 8, "sledOnline": "on", "switch": "off", "fwVersion": "3.6.0", "rssi": -63, "staMac": "***", "startup": "off", "init": 1, "pulse": "off", "pulseWidth": 500, "swMode": 2, "swCtrlReverse": "off" }, "model": "MINI", "online": true, "localtype": null }, "100187fd95": { "uiid": 127, "params": { "bindInfos": "***", "version": 8, "fwVersion": "1.2.1", "staMac": "***", "switch": "on", "temperature": 20.5, "timeZone": 2, "targetTemp": 21, "volatility": 1, "workMode": 1, "workState": 2, "fault": 0, "tempScale": "c", "childLock": "off", "mon": "016800c801e0009602b20096032a009603fc00dc05280096", "tues": "016800c801e0009602b20096032a009603fc00dc05280096", "wed": "016800c801e0009602b20096032a009603fc00dc05280096", "thur": "016800c801e0009602b20096032a009603fc00dc05280096", "fri": "016800c801e0009602b20096032a009603fc00dc05280096", "sat": "016800c801e000c802b200c8032a00c803fc00c805280096", "sun": "016800c801e000c802b200c8032a00c803fc00c805280096", "rssi": -69 }, "model": "GTTA127", "online": true, "localtype": null }, "100187fd5f": { "uiid": 127, "params": { "bindInfos": "***", "version": 8, "fwVersion": "1.2.1", "staMac": "***", "switch": "on", "temperature": 19.5, "targetTemp": 20, "volatility": 1, "workMode": 1, "workState": 2, "fault": 0, "tempScale": "c", "childLock": "off", "mon": "016800c801e0009602b20096032a009603fc00dc05280096", "tues": "016800c801e0009602b20096032a009603fc00dc05280096", "wed": "016800c801e0009602b20096032a009603fc00dc05280096", "thur": "016800c801e0009602b20096032a009603fc00dc05280096", "fri": "016800c801e0009602b20096032a009603fc00dc05280096", "sat": "016800c801e000c802b200c8032a00c803fc00c805280096", "sun": "016800c801e000c802b200c8032a00c803fc00c805280096", "timeZone": 2, "rssi": -68 }, "model": "GTTA127", "online": true, "localtype": null }, "10012f08e7": { "uiid": 7, "params": { "bindInfos": "***", "version": 8, "sledOnline": "on", "fwVersion": "3.5.1", "staMac": "***", "rssi": -57, "init": 1, "lock": 0, "configure": [ { "startup": "off", "outlet": 0 }, { "startup": "off", "outlet": 1 }, { "startup": "off", "outlet": 2 }, { "startup": "off", "outlet": 3 } ], "pulses": [ { "pulse": "off", "width": 1000, "outlet": 0 }, { "pulse": "off", "width": 1000, "outlet": 1 }, { "pulse": "off", "width": 1000, "outlet": 2 }, { "pulse": "off", "width": 1000, "outlet": 3 } ], "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "only_device": { "ota": "success" }, "ssid": "***", "bssid": "***" }, "model": "TX2C", "online": true, "localtype": null }, "a480043b39": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "c76ead23004b12001770", "parentid": "100112a8e5", "battery": 77, "supportPowConfig": 1, "trigTime": "1675255770214", "ASYNC": 2, "temperature": "2017", "humidity": "4414", "switch": "off", "timeZone": 2 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a480043a71": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "7ab2ac23004b12001770", "parentid": "100112a8e5", "battery": 100, "supportPowConfig": 1, "trigTime": "1675258954061", "ASYNC": 2, "temperature": "2234", "humidity": "4187", "timeZone": 2, "switch": "off" }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "100112a8e5": { "uiid": 66, "params": { "bindInfos": "***", "version": 8, "subDevNum": 20, "subDevMaxNum": 32, "sledOnline": "on", "zled": "off", "fwVersion": "1.7.0", "subDevices": [ { "subDevId": "05d51e23004b12001770", "deviceid": "a48001601f", "uiid": "1770", "index": 0 }, { "subDevId": "b3cdb323004b12001770", "deviceid": "a4800170dc", "uiid": "1770", "index": 0 }, { "subDevId": "98f4a423004b12001770", "deviceid": "a48001d15c", "uiid": "1770", "index": 0 }, { "subDevId": "d00b9723004b12001000", "deviceid": "a48001db56", "uiid": "1000", "index": 0 }, { "subDevId": "90f69d23004b12003026", "deviceid": "a48001db57", "uiid": "3026", "index": 0 }, { "subDevId": "f1e8c024004b12001256", "deviceid": "a48001e0ae", "uiid": "1256", "index": 0 }, { "subDevId": "d829c224004b12001256", "deviceid": "a480021404", "uiid": "1256", "index": 0 }, { "subDevId": "fc00ae23004b12001770", "deviceid": "a480020155", "uiid": "1770", "index": 0 }, { "subDevId": "13dd0225004b12002026", "deviceid": "a48002739a", "uiid": "2026", "index": 0 }, { "subDevId": "6971ad23004b12001770", "deviceid": "a4800279c4", "uiid": "1770", "index": 0 }, { "subDevId": "a18bc2feff72025c4026", "deviceid": "a480027a6d", "uiid": "4026", "index": 0 }, { "subDevId": "2588f0feffec86cc4256", "deviceid": "a480027885", "uiid": "4256", "index": 0 }, { "subDevId": "2f5aad23004b12001770", "deviceid": "a48003aad8", "uiid": "1770", "index": 0 }, { "subDevId": "6fdd9d23004b12001770", "deviceid": "a4800428e0", "uiid": "1770", "index": 0 }, { "subDevId": "7ab2ac23004b12001770", "deviceid": "a480043a71", "uiid": "1770", "index": 0 }, { "subDevId": "c76ead23004b12001770", "deviceid": "a480043b39", "uiid": "1770", "index": 0 }, { "subDevId": "6bb46efeff10fb301771", "deviceid": "a48004c773", "uiid": "1771", "index": 0 } ], "rssi": -59, "addSubDevState": "off", "only_device": { "ota": "success" }, "addDevTime": 180, "staMac": "***", "timeZone": 1 }, "model": "ZBBridge", "online": true, "localtype": null }, "1001818c25": { "uiid": 195, "params": { "rooted": false, "cityId": "WA@60.18,24.93", "dst": 0, "dstChange": "2023-03-26T01:00:00.000Z", "tempRange": "1.1,3.1", "temperature": 1, "timeZone": 2, "weather": 12, "version": 7, "buzzerAlarm": { "test": false, "mode": "stop" }, "appVersion": "1.5.0", "sysVersion": "1.5.0", "fwVersion": "1.5.0", "zigbeeVersion": "1.0.0", "securityType": 0, "subDevices": [ { "subDevId": "00124b002502d9a0", "deviceid": "a480040996", "uiid": "2026", "index": 0 }, { "subDevId": "00124b0023ae1610", "deviceid": "a480040e18", "uiid": "1770", "index": 0 } ], "showablePannels": [ "sceneList" ], "geo": "61.46300,24.06600", "addSubDevState": "off", "addDevTime": 180, "screenList1": [ "a480040e18", "a63001dc91", "a480040996", "a48003aad8", "10007b6c91", "a480027885", "10013cc2c0", "a480027a6d", "a4800279c4", "10009436b5", "1000f6960e", "a48002739a", "a480020155", "a480021404", "10013ab310", "10012bf0e3", "10013aab22", "a48001e0ae", "a48001db57", "a48001db56", "a48001d15c", "100133b422", "100123c91b", "a4800170dc", "a48001601f" ], "screenList2": [], "screenList3": [], "securitySetting1": null, "securitySetting2": null, "securitySetting3": null }, "model": "NSPanel86PB", "online": true, "localtype": null }, "a4800428e0": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "6fdd9d23004b12001770", "parentid": "100112a8e5", "battery": 100, "supportPowConfig": 1, "trigTime": "1675258582509", "ASYNC": 2, "temperature": "1648", "humidity": "4449", "timeZone": 2, "switch": "off" }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a480040e18": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "00124b0023ae1610", "parentid": "1001818c25", "temperature": "1857", "humidity": "3900", "battery": 67, "online": true, "timeZone": 2 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a63001dc91": { "uiid": 87, "params": { "partnerDevice": { "ezVedioSerial": "EWLK-162288-XEZET", "partnerInfo": [ { "thirdPartyDeviceId": "EWLK-162288-XEZET", "chipid": "EWLK-162288-XEZET5A:55:88:11:1C:E0", "model": "S-CAM", "vendor": "S-CAM", "addType": 1 } ], "p2pPasswd": "4eOPndAf" }, "romVersion": "41120220811", "version": 7, "rssi": -44, "fwVersion": "41120220811", "infraredSetting": 2, "timeZone": 2 }, "model": "S-CAM", "online": false, "localtype": null }, "a480040996": { "uiid": 2026, "params": { "bindInfos": "***", "subDevId": "00124b002502d9a0", "parentid": "1001818c25", "motion": 1, "trigTime": "1675253946253", "battery": 100, "online": true }, "model": "ZIGBEE_MOBILE_SENSOR", "online": true, "localtype": null }, "a48003aad8": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "2f5aad23004b12001770", "parentid": "100112a8e5", "battery": 62, "supportPowConfig": 1, "trigTime": "1669132179400", "ASYNC": 2, "temperature": "2200", "humidity": "8000", "timeZone": 2, "switch": "off" }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": false, "localtype": null }, "10007b6c91": { "uiid": 4, "params": { "bindInfos": "***", "version": 8, "sledOnline": "on", "fwVersion": "3.5.1", "staMac": "***", "rssi": -85, "init": 1, "lock": 0, "configure": [ { "startup": "off", "outlet": 0 }, { "startup": "off", "outlet": 1 }, { "startup": "off", "outlet": 2 }, { "startup": "off", "outlet": 3 } ], "pulses": [ { "pulse": "off", "width": 1000, "outlet": 0 }, { "pulse": "off", "width": 1000, "outlet": 1 }, { "pulse": "off", "width": 1000, "outlet": 2 }, { "pulse": "off", "width": 1000, "outlet": 3 } ], "switches": [ { "switch": "on", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "only_device": { "ota": "success" }, "ssid": "***", "bssid": "***", "timers": "***" }, "model": "4CH Pro", "online": true, "localtype": null }, "1000f6960e": { "uiid": 114, "params": { "bindInfos": "***", "version": 8, "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "configure": [ { "startup": "off", "outlet": 0 }, { "startup": "off", "outlet": 1 }, { "startup": "off", "outlet": 2 }, { "startup": "off", "outlet": 3 } ], "pulses": [ { "pulse": "off", "width": 1000, "outlet": 0 }, { "pulse": "off", "width": 1000, "outlet": 1 }, { "pulse": "off", "width": 1000, "outlet": 2 }, { "pulse": "off", "width": 1000, "outlet": 3 } ], "senMode": { "enabled": 1, "dTime": 30, "tUnit": "s", "outlets": [ 2 ], "effectives": [ { "outlet": 0, "enabled": 0, "days": [ 0, 1, 2, 3, 4, 5, 6 ], "effIndex": [ { "index": 0, "enabled": 1, "from": "00:00", "to": "23:59" }, { "index": 1, "enabled": 0, "from": "00:00", "to": "23:59" } ] }, { "outlet": 1, "enabled": 0, "days": [ 0, 1, 2, 3, 4, 5, 6 ], "effIndex": [ { "index": 0, "enabled": 1, "from": "00:00", "to": "23:59" }, { "index": 1, "enabled": 0, "from": "00:00", "to": "23:59" } ] }, { "outlet": 2, "enabled": 0, "days": [ 0, 1, 2, 3, 4, 5, 6 ], "effIndex": [ { "index": 0, "enabled": 1, "from": "00:00", "to": "23:59" }, { "index": 1, "enabled": 0, "from": "00:00", "to": "23:59" } ] }, { "outlet": 3, "enabled": 0, "days": [ 0, 1, 2, 3, 4, 5, 6 ], "effIndex": [ { "index": 0, "enabled": 1, "from": "00:00", "to": "23:59" }, { "index": 1, "enabled": 0, "from": "00:00", "to": "23:59" } ] } ] }, "savMode": { "enabled": 0, "dTime": 1, "tUnit": "m", "outlets": [ 0, 1, 2, 3 ] }, "alertMode": { "enabled": 0 }, "lock": 0, "sledOnline": "on", "staMac": "***", "rssi": -72, "fwVersion": "3.7.1" }, "model": "CKA-DM4-GL(SW3C-MW)", "online": false, "localtype": null }, "a480027885": { "uiid": 4256, "params": { "bindInfos": "***", "subDevId": "2588f0feffec86cc4256", "parentid": "100112a8e5", "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "triggerType": 3002 }, "model": "ZIGBEE_SWITCH_4", "online": true, "localtype": null }, "10013cc2c0": { "uiid": 1, "params": { "bindInfos": "***", "version": 8, "only_device": { "ota": "success" }, "sledOnline": "on", "ssid": "***", "bssid": "***", "switch": "off", "fwVersion": "3.5.1", "rssi": -62, "staMac": "***", "startup": "off", "init": 1, "pulse": "off", "pulseWidth": 500 }, "model": "S55R1", "online": true, "localtype": null }, "a480027a6d": { "uiid": 4026, "params": { "bindInfos": "***", "subDevId": "a18bc2feff72025c4026", "parentid": "100112a8e5", "water": 0, "trigTime": "1675218248444", "battery": 25, "supportPowConfig": 1 }, "model": "ZIGBEE_WATER_SENSOR", "online": true, "localtype": null }, "10009436b5": { "uiid": 4, "params": { "bindInfos": "***", "version": 8, "sledOnline": "on", "fwVersion": "3.5.1", "staMac": "***", "rssi": -71, "init": 1, "lock": 0, "configure": [ { "startup": "stay", "outlet": 0 }, { "startup": "stay", "outlet": 1 }, { "startup": "stay", "outlet": 2 }, { "startup": "stay", "outlet": 3 } ], "pulses": [ { "pulse": "off", "width": 1000, "outlet": 0 }, { "pulse": "off", "width": 1000, "outlet": 1 }, { "pulse": "off", "width": 1000, "outlet": 2 }, { "pulse": "off", "width": 1000, "outlet": 3 } ], "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 }, { "switch": "off", "outlet": 2 }, { "switch": "off", "outlet": 3 } ], "only_device": { "ota": "success" }, "ssid": "***", "bssid": "***" }, "model": "4CHPROR2", "online": true, "localtype": null }, "100133b422": { "uiid": 126, "params": { "bindInfos": "***", "version": 7, "workMode": 1, "motorSwMode": 2, "motorSwReverse": 0, "outputReverse": 0, "motorTurn": 0, "calibState": 0, "currLocation": 0, "location": 0, "sledBright": 100, "staMac": "***", "rssi": -82, "overload_00": { "minActPow": { "enabled": 0, "value": 10 }, "maxVoltage": { "enabled": 0, "value": 24000 }, "minVoltage": { "enabled": 0, "value": 10 }, "maxCurrent": { "enabled": 0, "value": 1500 }, "maxActPow": { "enabled": 0, "value": 360000 } }, "overload_01": { "minActPow": { "enabled": 0, "value": 10 }, "maxVoltage": { "enabled": 0, "value": 24000 }, "minVoltage": { "enabled": 0, "value": 10 }, "maxCurrent": { "enabled": 0, "value": 1500 }, "maxActPow": { "enabled": 0, "value": 360000 } }, "oneKwhState_00": 0, "startTime_00": "", "endTime_00": "", "oneKwhState_01": 0, "startTime_01": "", "endTime_01": "", "oneKwhData_00": 0, "oneKwhData_01": 0, "current_00": 0, "voltage_00": 23441, "actPow_00": 0, "reactPow_00": 0, "apparentPow_00": 0, "current_01": 0, "voltage_01": 23441, "actPow_01": 0, "reactPow_01": 0, "apparentPow_01": 0, "fwVersion": "1.4.0", "timeZone": 3, "swMode_00": 2, "swMode_01": 2, "swReverse_00": 0, "swReverse_01": 0, "zyx_clear_timers": true, "initSetting": 1, "switches": [ { "switch": "off", "outlet": 0 }, { "switch": "off", "outlet": 1 } ], "configure": [ { "startup": "off", "outlet": 0 }, { "startup": "off", "outlet": 1 } ], "pulses": [ { "pulse": "off", "width": 1000, "outlet": 0 }, { "pulse": "off", "width": 1000, "outlet": 1 } ], "timers": "***", "only_device": { "ota": "success", "ota_fail_reason": 0 }, "getKwh_00": 2 }, "model": "DUALR3", "online": false, "localtype": null }, "100126bf0e": { "uiid": 127, "params": { "bindInfos": "***", "version": 8, "fwVersion": "1.2.1", "staMac": "***", "switch": "off", "temperature": 12.5, "targetTemp": 16, "volatility": 1, "workMode": 1, "workState": 1, "fault": 0, "tempScale": "c", "childLock": "off", "mon": "016800c801e0009602b20096032a009603fc00dc05280096", "tues": "016800c801e0009602b20096032a009603fc00dc05280096", "wed": "016800c801e0009602b20096032a009603fc00dc05280096", "thur": "016800c801e0009602b20096032a009603fc00dc05280096", "fri": "016800c801e0009602b20096032a009603fc00dc05280096", "sat": "016800c801e000c802b200c8032a00c803fc00c805280096", "sun": "016800c801e000c802b200c8032a00c803fc00c805280096", "timeZone": 2, "rssi": -77, "timers": "***" }, "model": "GTTA127", "online": true, "localtype": null }, "a480021404": { "uiid": 1256, "params": { "bindInfos": "***", "subDevId": "d829c224004b12001256", "parentid": "100112a8e5", "switch": "on", "timers": "***", "fwVersion": "2.0.0" }, "model": "ZCL_HA_DEVICEID_ON_OFF_LIGHT", "online": false, "localtype": null }, "10012bf0e3": { "uiid": 104, "params": { "bindInfos": "***", "version": 7, "switch": "on", "ltype": "white", "white": { "br": 12, "ct": 254 }, "fwVersion": "1.3.5", "sequence": "123456789", "selfApikey": "", "party": { "r": 254, "g": 132, "b": 0, "br": 45, "tf": 1, "sp": 1 }, "leisure": { "r": 0, "g": 40, "b": 254, "br": 55, "tf": 1, "sp": 1 }, "colorful": { "r": 254, "g": 0, "b": 0, "br": 100, "tf": 1, "sp": 1 }, "color": { "r": 0, "g": 254, "b": 0, "br": 100 }, "bright": { "r": 254, "g": 254, "b": 254, "br": 100 }, "goodNight": { "r": 254, "g": 254, "b": 126, "br": 25 }, "read": { "r": 254, "g": 254, "b": 254, "br": 60 }, "nightLight": { "r": 254, "g": 242, "b": 226, "br": 5 }, "soft": { "r": 38, "g": 254, "b": 0, "br": 20, "tf": 1, "sp": 1 } }, "model": "B05-B", "online": false, "localtype": null }, "100123c91b": { "uiid": 1, "params": { "bindInfos": "***", "version": 8, "only_device": { "ota": "success" }, "sledOnline": "on", "ssid": "***", "bssid": "***", "switch": "off", "fwVersion": "3.5.1", "rssi": -78, "staMac": "***", "startup": "stay", "init": 1, "pulse": "off", "pulseWidth": 500 }, "model": "S26R2", "online": true, "localtype": null }, "10013ab310": { "uiid": 1, "params": { "bindInfos": "***", "version": 8, "only_device": { "ota": "success" }, "sledOnline": "on", "ssid": "***", "bssid": "***", "switch": "off", "fwVersion": "3.5.1", "rssi": -55, "staMac": "***", "startup": "off", "init": 1, "pulse": "off", "pulseWidth": 500 }, "model": "S26R2", "online": false, "localtype": null }, "10013aab22": { "uiid": 1, "params": { "bindInfos": "***", "version": 8, "only_device": { "ota": "success" }, "sledOnline": "on", "ssid": "***", "bssid": "***", "switch": "off", "fwVersion": "3.5.1", "rssi": -46, "staMac": "***", "startup": "off", "init": 1, "pulse": "off", "pulseWidth": 500 }, "model": "S26R2", "online": true, "localtype": null }, "10013e630a": { "uiid": 1, "params": { "bindInfos": "***", "version": 8, "only_device": { "ota": "success" }, "sledOnline": "on", "ssid": "***", "bssid": "***", "switch": "off", "fwVersion": "3.5.1", "rssi": -60, "staMac": "***", "startup": "off", "init": 1, "pulse": "off", "pulseWidth": 500 }, "model": "S26R2", "online": true, "localtype": null }, "a48001e0ae": { "uiid": 1256, "params": { "bindInfos": "***", "subDevId": "f1e8c024004b12001256", "parentid": "100112a8e5", "switch": "off", "fwVersion": "2.0.0" }, "model": "ZCL_HA_DEVICEID_ON_OFF_LIGHT", "online": false, "localtype": null }, "a48002739a": { "uiid": 2026, "params": { "bindInfos": "***", "subDevId": "13dd0225004b12002026", "parentid": "100112a8e5", "motion": 0, "trigTime": "1664771823956", "battery": 100 }, "model": "ZIGBEE_MOBILE_SENSOR", "online": false, "localtype": null }, "a4800279c4": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "6971ad23004b12001770", "parentid": "100112a8e5", "battery": 50, "trigTime": "1670782100125", "temperature": "-127", "humidity": "8364", "switch": "off", "timeZone": 3, "ASYNC": 2, "supportPowConfig": 1 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": false, "localtype": null }, "a48001d15c": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "98f4a423004b12001770", "parentid": "100112a8e5", "battery": 71, "trigTime": "1675255842164", "temperature": "2025", "humidity": "4245", "switch": "off", "timeZone": 3, "ASYNC": 2, "supportPowConfig": 1 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a4800170dc": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "b3cdb323004b12001770", "parentid": "100112a8e5", "battery": 75, "trigTime": "1675258148776", "temperature": "2172", "humidity": "3961", "switch": "off", "timeZone": 3, "supportPowConfig": 1, "ASYNC": 2 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a480020155": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "fc00ae23004b12001770", "parentid": "100112a8e5", "battery": 83, "trigTime": "1675076119894", "temperature": "623", "humidity": "7381", "switch": "off", "timeZone": 3, "ASYNC": 2, "supportPowConfig": 1 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a48001601f": { "uiid": 1770, "params": { "bindInfos": "***", "subDevId": "05d51e23004b12001770", "parentid": "100112a8e5", "battery": 51, "trigTime": "1675241989979", "temperature": "895", "humidity": "8305", "switch": "off", "timeZone": 3, "ASYNC": 2, "supportPowConfig": 1 }, "model": "ZCL_HA_DEVICEID_TEMPERATURE_SENSOR", "online": true, "localtype": null }, "a48001db57": { "uiid": 3026, "params": { "bindInfos": "***", "subDevId": "90f69d23004b12003026", "parentid": "100112a8e5", "lock": 0, "trigTime": "1656005464922", "battery": 79 }, "model": "ZIGBEE_DOOR_AND_WINDOW_SENSOR", "online": false, "localtype": null }, "a48001db56": { "uiid": 1000, "params": { "bindInfos": "***", "subDevId": "d00b9723004b12001000", "parentid": "100112a8e5", "battery": 100, "trigTime": "1675254762292", "key": 2, "switch": "off", "supportPowConfig": 1 }, "model": "zigbee_ON_OFF_SWITCH_1000", "online": true, "localtype": null } } } }