AlexxIT / XiaomiGateway3

Home Assistant custom component for control Xiaomi Multimode Gateway (aka Gateway 3), Xiaomi Multimode Gateway 2, Aqara Hub E1 on default firmwares over LAN
https://github.com/AlexxIT/Blog
MIT License
2.45k stars 342 forks source link

All coverter device could not controlled from hass after upgrade xiaomi multimode gateway 2 to 1.0.7 #1243

Closed wuxinxinggg closed 6 months ago

wuxinxinggg commented 10 months ago

xiaomigateway 3 version: 3.3.4 Hass version: 20231203 xiaomi multimode gateway firmware: 1.0.7.0019 Most of my device are tuya TS0001, which has been supported default by xiaomigateway 3 integration. And the switch status is right if I turn on/off by click the switch, and few minutes later, it will be unavailable, and it will be online again if I click the switch again. There is not any error log of xiaomigateway3, could you kindly help to comment how I could debug this issue, TS0001 works well before I upgrade the xiaomi multimode gateway 2 firmware from 1.0.6 to 1.0.7

{
    # tuya relay with neutral, 1 gang
    "TS0001": ["Tuya", "Relay", "TS0001"],
    "support": 4,
    "spec": [
        ZOnOffConv("switch", "switch", bind=True),
        ZTuyaPowerOn,
    ],
}

Thanks a lot.

AlexxIT commented 10 months ago

You need to collect debug logs

wuxinxinggg commented 10 months ago

home-assistant_xiaomi_gateway3_2023-12-24T00-53-51.264Z.log

0x72a1 is the device I was test with the captured log.

2023-12-24 08:51:37.716 DEBUG (MainThread) [custom_components.xiaomi_gateway3.core.gateway] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-24 08:51:37.719 DEBUG (MainThread) [custom_components.xiaomi_gateway3.core.gateway] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'

I find the following backtrace so I tried to change the code and fixed the did to my xiaomi gateway3 did, but the result was the same. 
Traceback (most recent call last):
  File "/home/pydog/.homeassistant/custom_components/xiaomi_gateway3/core/gateway/__init__.py", line 170, in mqtt_message
    await self.dispatcher_send(SIGNAL_MQTT_PUB, msg=msg)
  File "/home/pydog/.homeassistant/custom_components/xiaomi_gateway3/core/gateway/base.py", line 108, in dispatcher_send
    await handler(**kwargs)
  File "/home/pydog/.homeassistant/custom_components/xiaomi_gateway3/core/gateway/silabs.py", line 37, in silabs_mqtt_publish
    await self.silabs_process_send(msg.json)
  File "/home/pydog/.homeassistant/custom_components/xiaomi_gateway3/core/gateway/silabs.py", line 89, in silabs_process_send
    did = "lumi." + data["eui64"].lstrip("0x").lower()
                    ~~~~^^^^^^^^^
KeyError: 'eui64'

Thanks a lot.

AlexxIT commented 10 months ago

Fixed in latest master version

wuxinxinggg commented 10 months ago
2023-12-25 20:55:59 [D] SysInfo: {'installation_type': 'Unknown', 'version': '2023.12.3', 'dev': False, 'hassio': False, 'virtualenv': False, 'python_version': '3.11.6', 'docker': False, 'arch': 'aarch64', 'timezone': 'Asia/Shanghai', 'os_name': 'Linux', 'os_version': '5.3.0-aml-g12', 'user': 'pydog', 'xiaomi_gateway3_version': '3.3.4 (cc556bf)'}
2023-12-25 20:55:59 [D] Loaded from cache 73 devices
2023-12-25 20:56:06 [D] Loaded from MiCloud 73 devices
2023-12-25 20:56:10 [D] 192.168.18.162 [BASE] Start main loop
2023-12-25 20:56:11 [D] 192.168.18.162 [BASE] Prepare gateway mgw2 with fw 1.0.7_0019
2023-12-25 20:56:11 [D] 192.168.18.162 [BASE] 54ef443f2600 (lumi.gateway.mcn001) setup gateway DMWG03LM: command, data, gateway
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] openmiio: previous log: b'08:14:51.569 INF openmiio_agent version 1.2.1 linux/arm\n08:14:51.587 INF [miio] connected to miio_client\n08:14:52.615 INF [miio] accept conn app=central\n08:14:52.616 INF [zigb] run app=mZ3GatewayHost_MQTT\n08:14:52.622 INF [zigb] listen TCP port=8888\n08:14:52.623 INF [miio] accept conn app=gateway\n08:14:52.627 INF [miio] accept conn app=zigbee\n08:14:52.697 INF [mqtt] run mosquitto on 0.0.0.0:1883\n08:14:53.819 INF [miio] accept conn app=automation\n08:14:53.978 INF [cent] using original socket\n08:14:53.994 INF [mqtt] online\n08:14:54.023 INF [cent] accept conn\n08:14:54.025 INF [cent] close conn\n08:14:54.026 INF [cent] close conn\n08:14:55.028 INF [miio] accept conn app=hardware\n08:15:20.669 INF [cent] accept conn\n08:15:20.672 INF [miio] accept conn app=bluetooth\n15:47:43.806 INF [miio] close conn app=zigbee\n15:47:44.857 INF [miio] close conn app=gateway\n15:47:46.347 INF [miio] accept conn app=zigbee\n15:47:46.389 INF [miio] accept conn app=gateway\n16:10:41.192 INF [miio] close conn app=zigbee\n16:10:41.608 INF [miio] close conn app=gateway\n16:10:44.082 INF [miio] accept conn app=zigbee\n15:47:46.000 INF [miio] accept conn app=gateway\n16:10:56.897 INF [miio] close conn app=zigbee\n16:10:57.849 INF [miio] close conn app=gateway\n16:10:59.003 INF [miio] accept conn app=zigbee\n16:10:59.052 INF [miio] accept conn app=gateway\n00:59:00.150 INF [zigb] run app=mZ3GatewayHost_MQTT\n14:59:40.859 INF [zigb] run app=mZ3GatewayHost_MQTT\n'
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] openmiio: latest version detected
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00039af273 (0x0c70) setup zigbee MCCGQ01LM (lumi.sensor_magnet): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003cbdd8f (0x4407) setup zigbee MCCGQ01LM (lumi.sensor_magnet): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00054dc650 (0x9959) setup zigbee MCCGQ11LM (lumi.sensor_magnet.aq2): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0006f6e731 (0xd44a) setup zigbee MCCGQ11LM (lumi.sensor_magnet.aq2): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003408eb8 (0x38ac) setup zigbee MCCGQ11LM (lumi.sensor_magnet.aq2): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00079b7c50 (0xd194) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00082ffdbb (0x0fd3) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00079b57d5 (0xd751) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003221c5c (0xd684) setup zigbee WSDCGQ01LM (lumi.sensor_ht): temperature, humidity, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00077c06f5 (0xfd7d) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00036c29cd (0x051d) setup zigbee WSDCGQ01LM (lumi.sensor_ht): temperature, humidity, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0005441a9a (0x43d0) setup zigbee WSDCGQ11LM (lumi.weather): temperature, humidity, battery, pressure
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00082f39e8 (0xb07d) setup zigbee QBKG26LM (lumi.switch.n3acn3): channel_1, channel_2, channel_3, power, voltage, energy, action, wireless_1, wireless_2, wireless_3, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00039af165 (0xa472) setup zigbee MCCGQ01LM (lumi.sensor_magnet): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003cbde38 (0xfb53) setup zigbee MCCGQ01LM (lumi.sensor_magnet): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x54ef4410004d2ac6 (0xfd35) setup zigbee ZNJLBL01LM (lumi.curtain.acn002): motor, battery, motor_reverse, battery_low, battery_voltage, battery_charging, motor_speed
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0005436e12 (0xac94) setup zigbee WSDCGQ11LM (lumi.weather): temperature, humidity, battery, pressure
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0001a4f77b (0xb4b5) setup zigbee ZNCZ02LM (lumi.plug): plug, power, energy, chip_temperature, power_on_state, charge_protect, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003cbde67 (0x20d3) setup zigbee MCCGQ01LM (lumi.sensor_magnet): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0006f926dc (0x37e2) setup zigbee MCCGQ11LM (lumi.sensor_magnet.aq2): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0004185e94 (0x18a5) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00079a5231 (0xd172) setup zigbee QBKG26LM (lumi.switch.n3acn3): channel_1, channel_2, channel_3, power, voltage, energy, action, wireless_1, wireless_2, wireless_3, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0008126212 (0x68af) setup zigbee QBKG26LM (lumi.switch.n3acn3): channel_1, channel_2, channel_3, power, voltage, energy, action, wireless_1, wireless_2, wireless_3, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0004525a70 (0x3dac) setup zigbee QBKG23LM (lumi.switch.b1nacn02): switch, power, energy, action, wireless, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00051e4a39 (0xb5eb) setup zigbee QBKG23LM (lumi.switch.b1nacn02): switch, power, energy, action, wireless, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d000898d1cf (0x38d2) setup zigbee QBKG23LM (lumi.switch.b1nacn02): switch, power, energy, action, wireless, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00051ed2d2 (0x872a) setup zigbee QBKG24LM (lumi.switch.b2nacn02): channel_1, channel_2, power, energy, action, wireless_1, wireless_2, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x54ef44100003f5c3 (0x28d1) setup zigbee QBKG26LM (lumi.switch.n3acn3): channel_1, channel_2, channel_3, power, voltage, energy, action, wireless_1, wireless_2, wireless_3, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003e710c4 (0xc2e3) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0006e4956a (0xb144) setup zigbee MCCGQ11LM (lumi.sensor_magnet.aq2): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0001003d9e (0x6741) setup zigbee ZNCZ02LM (lumi.plug): plug, power, energy, chip_temperature, power_on_state, charge_protect, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x04cf8cdf3c7ccd0d (0x5d44) setup zigbee GZCGQ01LM (lumi.sen_ill.mgl01): illuminance, battery
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0007b89f7a (0xeb10) setup zigbee QBKG26LM (lumi.switch.n3acn3): channel_1, channel_2, channel_3, power, voltage, energy, action, wireless_1, wireless_2, wireless_3, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00032255af (0xfa01) setup zigbee WSDCGQ01LM (lumi.sensor_ht): temperature, humidity, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00033b3181 (0x8ca3) setup zigbee WSDCGQ01LM (lumi.sensor_ht): temperature, humidity, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00079a548f (0xbd92) setup zigbee QBKG26LM (lumi.switch.n3acn3): channel_1, channel_2, channel_3, power, voltage, energy, action, wireless_1, wireless_2, wireless_3, power_on_state, led
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0003cbde5f (0x086e) setup zigbee MCCGQ01LM (lumi.sensor_magnet): contact, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00083215f5 (0xa6fd) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x04cf8cdf3c775ad7 (0x9e99) setup zigbee GZCGQ01LM (lumi.sen_ill.mgl01): illuminance, battery
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d0004034358 (0xb080) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00124b001f416120 (0x809e) setup zigbee FTB56+SKT1BCW1.0 (FTB56+SKT1BCW1.0): switch
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0xa4c138740b063b6c (0x72a1) setup zigbee TS0001 (TS0001): switch, power_on_state
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d00075f8690 (0xc17b) setup zigbee RTCGQ11LM (lumi.sensor_motion.aq2): motion, illuminance, battery
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00124b001f416554 (0x64ca) setup zigbee FTB56+SKT1BCW1.0 (FTB56+SKT1BCW1.0): switch
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00158d000408052c (0xc510) setup zigbee WXKG01LM (lumi.sensor_switch): action, battery, battery_low, chip_temperature
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x00124b001f2af81c (0x788b) setup zigbee FTB56+SKT1BCW1.0 (FTB56+SKT1BCW1.0): switch
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x0c4314fffe60a193 (0x87de) setup zigbee TS0001 (TS0001): switch, power_on_state
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x84fd27fffe65f9b0 (0x11a9) setup zigbee TS0001 (TS0001): switch, power_on_state
2023-12-25 20:56:13 [D] 192.168.18.162 [BASE] 0x84fd27fffe6613cd (0xb050) setup zigbee TS0001 (TS0001): switch, power_on_state
2023-12-25 20:56:14 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [SLBS] 0x0c4314fffe60a193 (0x87de) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x87de 1 1'}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [SLBS] 0x84fd27fffe65f9b0 (0x11a9) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x11a9 1 1'}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [SLBS] 0x84fd27fffe6613cd (0xb050) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0xb050 1 1'}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [BASE] dced838f63fb (10441) setup mesh ES1ZB: occupancy, occupancy_duration, occupancy_distance, idle_time, occupancy_timeout, distance_00_08, distance_08_15, distance_15_23, distance_23_30, distance_30_38, distance_38_45, distance_45_53, distance_53_60, illuminance, action, approach_distance, led
2023-12-25 20:56:14 [D] 192.168.18.162 [BASE] 649e314fc76b (10441) setup mesh ES1ZB: occupancy, occupancy_duration, occupancy_distance, idle_time, occupancy_timeout, distance_00_08, distance_08_15, distance_15_23, distance_23_30, distance_30_38, distance_38_45, distance_45_53, distance_53_60, illuminance, action, approach_distance, led
2023-12-25 20:56:14 [D] 192.168.18.162 [BASE] dced838ec232 (10441) setup mesh ES1ZB: occupancy, occupancy_duration, occupancy_distance, idle_time, occupancy_timeout, distance_00_08, distance_08_15, distance_15_23, distance_23_30, distance_30_38, distance_38_45, distance_45_53, distance_53_60, illuminance, action, approach_distance, led
2023-12-25 20:56:14 [D] 192.168.18.162 [BASE] dced838d5e1a (10441) setup mesh ES1ZB: occupancy, occupancy_duration, occupancy_distance, idle_time, occupancy_timeout, distance_00_08, distance_08_15, distance_15_23, distance_23_30, distance_30_38, distance_38_45, distance_45_53, distance_53_60, illuminance, action, approach_distance, led
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] dced838f63fb (10441) read {'mi_spec': [{'siid': 2, 'piid': 2}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] dced838f63fb (10441) read {'mi_spec': [{'siid': 3, 'piid': 4}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] 649e314fc76b (10441) read {'mi_spec': [{'siid': 2, 'piid': 2}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] 649e314fc76b (10441) read {'mi_spec': [{'siid': 3, 'piid': 4}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] dced838ec232 (10441) read {'mi_spec': [{'siid': 2, 'piid': 2}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] dced838ec232 (10441) read {'mi_spec': [{'siid': 3, 'piid': 4}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] dced838d5e1a (10441) read {'mi_spec': [{'siid': 2, 'piid': 2}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [MIOT] dced838d5e1a (10441) read {'mi_spec': [{'siid': 3, 'piid': 4}]}
2023-12-25 20:56:14 [D] 192.168.18.162 [BASE] MQTT connected
2023-12-25 20:56:15 [D] 192.168.18.162 [BASE] 0xa4c138740b063b6c (0x72a1) poll state switch
2023-12-25 20:56:15 [D] 192.168.18.162 [BASE] 0x00124b001f2af81c (0x788b) poll state switch
2023-12-25 20:56:15 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:56:15 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"4.1.85"}],"did":"lumi.158d0001003d9e","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974157,"did":"lumi.158d0001003d9e","results":[{"res_name":"4.1.85","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0001003d9e (0x6741) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 0x0006 0x0000"},{"commandcli":"send 0x6741 1 1 65535 {00000000000047b7}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 0x0006 0x0000"},{"commandcli":"send 0x6741 1 1 65535 {00000000000047b7}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: z'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 0x0006 0x0000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 0x0006 0x0000'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[76] agent zclSeqNum[65535] msgTick[0x00000000000047B7]'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0x6741] apsCounter[206] tmpMsgTick[0x00000000000047B7] '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047B7","type":"0x00","shortId":"0x6741","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xCE","APSPlayload":"0x004C000000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [ZIGB] 0x00158d0001003d9e 0x6741 send {'endpoint': 1, 'seq': 76, 'cluster': 'on_off', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x6741 1 1 65535 {00000000000047b7}"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x6741 1 1 65535 {00000000000047b7}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ERROR: tx 66, Profile: HA (0x0104), Cluster: 0x0006, 5 bytes, ZCL Global Cmd ID: 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'6741 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00039af273","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00039af273","time":1703508974277,"zseq":182,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":680},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00039af273 (0x0c70) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 44, 55, 296509, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"0.12.85"}],"did":"lumi.158d0001003d9e","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974317,"did":"lumi.158d0001003d9e","results":[{"res_name":"0.12.85","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0001003d9e (0x6741) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003cbdd8f","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl mfg-code 0x115f"},{"commandcli":"zcl global read 0x000c 0x0055"},{"commandcli":"send 0x6741 1 2 65535 {00000000000047b8}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl mfg-code 0x115f"},{"commandcli":"zcl global read 0x000c 0x0055"},{"commandcli":"send 0x6741 1 2 65535 {00000000000047b8}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl mfg-code 0x'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl mfg-code 0x115f'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"0.13.85"}],"did":"lumi.158d0001003d9e","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl mfg-code 0x115f"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x000C, cmd 0x00, len 7'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 0x000c 0x0055"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 04 5F 11 00 00 55 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003cbdd8f","time":1703508974337,"zseq":101,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":650},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003cbdd8f (0x4407) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 45, 25, 323159, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 0x000c 0x0055'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[77] agent zclSeqNum[65535] msgTick[0x00000000000047B8]'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0x6741] apsCounter[213] tmpMsgTick[0x00000000000047B8] '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047B8","type":"0x00","shortId":"0x6741","destinationEndpoint":"0x02","clusterId":"0x000C","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xD5","APSPlayload":"0x045F114D005500"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [ZIGB] 0x00158d0001003d9e 0x6741 send {'endpoint': 1, 'seq': 77, 'cluster': 'analog_input', 'command': 'Read_Attributes', 'value': [85]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974338,"did":"lumi.158d0001003d9e","results":[{"res_name":"0.13.85","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0001003d9e (0x6741) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl mfg-code 0x115f"},{"commandcli":"zcl global read 0x000c 0x0055"},{"commandcli":"send 0x6741 1 31 65535 {00000000000047b9}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x6741 1 2 65535 {00000000000047b8}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl mfg-code 0x115f"},{"commandcli":"zcl global read 0x000c 0x0055"},{"commandcli":"send 0x6741 1 31 65535 {00000000000047b9}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'MFG Code Set for next command: 0x115F'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ERROR: tx 66, Profile: HA (0x0104), Clust'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x6741 1 2 65535 {00000000000047b8}"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ERROR: tx 66, Profile: HA (0x0104), Cluster: 0x000C, 7 bytes, ZCL Global Cmd ID: 17'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl mfg-code 0x115f"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'6741 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 04 5F 11 00 00 55 , len 7'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 04 5F 11 00 00 55 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 0x000c 0x0055'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[78] agent zclSeqNum[65535] msgTick[0x00000000000047B9]'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0x6741] apsCounter[215] tmpMsgTick[0x00000000000047B9] '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 0x000c 0x0055"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047B9","type":"0x00","shortId":"0x6741","destinationEndpoint":"0x1F","clusterId":"0x000C","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xD7","APSPlayload":"0x045F114E005500"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [ZIGB] 0x00158d0001003d9e 0x6741 send {'endpoint': 1, 'seq': 78, 'cluster': 'analog_input', 'command': 'Read_Attributes', 'value': [85]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x6741 1 31 65535 {00000000000047b9}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00054dc650","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ERROR: tx 66, Profile: HA (0x0104), Cluster: 0x000C, 7 bytes, ZCL Global Cmd ID: 17'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ====\r\nscovery'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'6741 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"0.1.85"}],"did":"lumi.158d00033b3181","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0006f6e731","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"0.2.85"}],"did":"lumi.158d00033b3181","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003408eb8","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2008"},{"res_name":"8.0.2001"}],"did":"lumi.158d00033b3181","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x6741 1 31 65535 {00000000000047b9}"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00079b7c50","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00082ffdbb","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x87de 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00079b57d5","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x11a9 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00054dc650","time":1703508974437,"zseq":16,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":1120},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00054dc650 (0x9959) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 37, 35, 470556, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003221c5c","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974438,"did":"lumi.158d00033b3181","results":[{"res_name":"0.1.85","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00033b3181 (0x8ca3) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0xb050 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl mfg-code 0x0000"},{"commandcli":"zcl global read 0x0402 0x0000"},{"commandcli":"send 0x8ca3 1 1 65535 {00000000000047ba}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00077c06f5","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0006f6e731","time":1703508974439,"zseq":137,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":1520},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0006f6e731 (0xd44a) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 30, 55, 486201, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":2099895994,"method":"get_properties","params":[{"siid":2,"piid":2,"did":"1005851434"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974439,"did":"lumi.158d00033b3181","results":[{"res_name":"0.2.85","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00033b3181 (0x8ca3) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":2099895994,"result":[{"did":"1005851434","siid":2,"piid":2,"value":30,"code":0,"ts":1702791816,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 0x0405 0x0000"},{"commandcli":"send 0x8ca3 1 1 65535 {00000000000047bb}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003408eb8","time":1703508974440,"zseq":181,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":1170},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003408eb8 (0x38ac) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974441,"did":"lumi.158d00033b3181","results":[{"res_name":"8.0.2008","error_code":-5020},{"res_name":"8.0.2001","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00033b3181 (0x8ca3) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 0x0001 0x0021"},{"commandcli":"send 0x8ca3 1 1 65535 {00000000000047bc}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00079b7c50","time":1703508974442,"zseq":31,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":3340},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00079b7c50 (0xd194) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00082ffdbb","time":1703508974442,"zseq":74,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":3610},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00082ffdbb (0x0fd3) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00079b57d5","time":1703508974457,"zseq":251,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":2520},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00079b57d5 (0xd751) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 14, 15, 510972, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x87de 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x11a9 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0xb050 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl mfg-code 0x0000"},{"commandcli":"zcl global read 0x0402 0x0000"},{"commandcli":"send 0x8ca3 1 1 65535 {00000000000047ba}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 0x0405 0x0000"},{"commandcli":"send 0x8ca3 1 1 65535 {00000000000047bb}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 0x0001 0x0021"},{"commandcli":"send 0x8ca3 1 1 65535 {00000000000047bc}","postDelayMs":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00036c29cd","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003221c5c","time":1703508974458,"zseq":6,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":980},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003221c5c (0xd684) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 39, 55, 532935, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00077c06f5","time":1703508974458,"zseq":29,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":1610},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00077c06f5 (0xfd7d) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 29, 25, 535103, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":1407571361,"method":"get_properties","params":[{"siid":3,"piid":4,"did":"1005851434"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":1407571361,"result":[{"did":"1005851434","siid":3,"piid":4,"value":2,"code":0,"ts":1702802804,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ad 6 0\r\n00 00 00 00 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0005441a9a","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00036c29cd","time":1703508974497,"zseq":32,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":2140},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00036c29cd (0x051d) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 20, 35, 592586, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x87de 1 1"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x87de 1 1'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":1897282408,"method":"get_properties","params":[{"siid":2,"piid":2,"did":"1005837528"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":1897282408,"result":[{"did":"1005837528","siid":2,"piid":2,"value":15,"code":0,"ts":1702791817,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: z'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00082f39e8","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":1935270424,"method":"get_properties","params":[{"siid":3,"piid":4,"did":"1005837528"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00039af165","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":1935270424,"result":[{"did":"1005837528","siid":3,"piid":4,"value":1,"code":0,"ts":1702791817,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x11a9 1 1"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0005441a9a","time":1703508974537,"zseq":95,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":910},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0005441a9a (0x43d0) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 41, 5, 638513, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00082f39e8","time":1703508974538,"zseq":238,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":280},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00082f39e8 (0xb07d) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":1303199472,"method":"get_properties","params":[{"siid":2,"piid":2,"did":"1005850424"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003cbde38","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":1804877330,"method":"get_properties","params":[{"siid":3,"piid":4,"did":"1005850424"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00039af165","time":1703508974539,"zseq":66,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":210},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00039af165 (0xa472) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 52, 45, 688285, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x11a9 1 1'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":1303199472,"result":[{"did":"1005850424","siid":2,"piid":2,"value":15,"code":0,"ts":1702791817,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":1804877330,"result":[{"did":"1005850424","siid":3,"piid":4,"value":1,"code":0,"ts":1702791817,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0xb050 1 1"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0xb050 1 1'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl mfg-code 0x0000\r\nific code for command.'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl mfg-code 0x0000'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl mfg-code 0x0000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ad 0x0402 0x0000\r\n0 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 0x0402 0x0000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 0x0402 0x0000'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.54ef4410004d2ac6","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":1865254496,"method":"get_properties","params":[{"siid":2,"piid":2,"did":"1005266345"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003cbde38","time":1703508974551,"zseq":61,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":1260},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003cbde38 (0xfb53) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0005436e12","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command b'{"id":2059955840,"method":"get_properties","params":[{"siid":3,"piid":4,"did":"1005266345"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0001a4f77b","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":1865254496,"result":[{"did":"1005266345","siid":2,"piid":2,"value":15,"code":0,"ts":1702791817,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003cbde67","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0006f926dc","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0004185e94","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.54ef4410004d2ac6","time":1703508974587,"zseq":7,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":220},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x54ef4410004d2ac6 (0xfd35) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 52, 35, 756617, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] miio/command_ack b'{"id":2059955840,"result":[{"did":"1005266345","siid":3,"piid":4,"value":2,"code":0,"ts":1702791818,"ret":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00079a5231","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0005436e12","time":1703508974588,"zseq":206,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":570},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0005436e12 (0xac94) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 46, 45, 762146, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[79] agent zclSeqNum[65535] msgTick[0x00000000000047BA]'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0008126212","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0001a4f77b","time":1703508974588,"zseq":126,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":10},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0001a4f77b (0xb4b5) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 56, 5, 768528, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0x8ca3] apsCounter[217] tmpMsgTick[0x00000000000047BA] '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0004525a70","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003cbde67","time":1703508974591,"zseq":0,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":280},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003cbde67 (0x20d3) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 51, 35, 773984, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0405, cmd 0x00, len 5\r\nbuffer: 00 00 00 00 00 \r\na}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BA","type":"0x00","shortId":"0x8CA3","destinationEndpoint":"0x01","clusterId":"0x0402","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xD9","APSPlayload":"0x004F000000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [ZIGB] 0x00158d00033b3181 0x8ca3 send {'endpoint': 1, 'seq': 79, 'cluster': 'temperature', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00051e4a39","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0006f926dc","time":1703508974592,"zseq":228,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":240},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0006f926dc (0x37e2) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 52, 15, 783156, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x8ca3 1 1 65535 {00000000000047ba}"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d000898d1cf","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0004185e94","time":1703508974607,"zseq":148,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":440},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0004185e94 (0x18a5) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 48, 55, 789819, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ad 0x0405 0x0000\r\n0 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 0x0405 0x0000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00051ed2d2","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00079a5231","time":1703508974608,"zseq":178,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":340},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00079a5231 (0xd172) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 50, 35, 797144, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 0x0405 0x0000'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.54ef44100003f5c3","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0008126212","time":1703508974609,"zseq":244,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":210},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0008126212 (0x68af) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 52, 45, 802783, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ERROR: tx 66, Profile: HA (0x0104), Cluster: 0x0402, 5 bytes, ZCL Global Cmd ID: 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003e710c4","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0004525a70","time":1703508974609,"zseq":249,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":170},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0004525a70 (0x3dac) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 53, 25, 808566, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'transmission failed trigger ConcentratorQueueDiscovery'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0006e4956a","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00051e4a39","time":1703508974611,"zseq":153,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":80},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00051e4a39 (0xb5eb) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 54, 55, 813526, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'8CA3 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0001003d9e","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.4cf8cdf3c7ccd0d","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[80] agent zclSeqNum[65535] msgTick[0x00000000000047BB]'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0007b89f7a","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0x8ca3] apsCounter[219] tmpMsgTick[0x00000000000047BB] '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00032255af","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00033b3181","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00079a548f","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0003cbde5f","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00083215f5","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.4cf8cdf3c775ad7","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d0004034358","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.124b001f416120","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.a4c138740b063b6c","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d00075f8690","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.124b001f416554","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.158d000408052c","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.124b001f2af81c","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.c4314fffe60a193","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.84fd27fffe65f9b0","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"8.0.2102"}],"did":"lumi.84fd27fffe6613cd","cmd":"read"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d000898d1cf","time":1703508974627,"zseq":233,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":30},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d000898d1cf (0x38d2) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 55, 45, 851402, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BB","type":"0x00","shortId":"0x8CA3","destinationEndpoint":"0x01","clusterId":"0x0405","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xDB","APSPlayload":"0x0050000000"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [ZIGB] 0x00158d00033b3181 0x8ca3 send {'endpoint': 1, 'seq': 80, 'cluster': 'humidity', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00051ed2d2","time":1703508974628,"zseq":123,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":270},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00051ed2d2 (0x872a) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 51, 45, 856727, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.54ef44100003f5c3","time":1703508974629,"zseq":31,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":40},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x54ef44100003f5c3 (0x28d1) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 55, 35, 859201, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003e710c4","time":1703508974629,"zseq":19,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":3020},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003e710c4 (0xc2e3) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 5, 55, 861297, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0006e4956a","time":1703508974630,"zseq":116,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":1620},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0006e4956a (0xb144) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x8ca3 1 1 65535 {00000000000047bb}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'ERROR: tx 66, Profile: HA (0x0104), Cluster: 0x0405, 5 bytes, ZCL Global Cmd ID: 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'transmission failed trigger ConcentratorQueueDiscovery'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'8CA3 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0001, cmd 0x00, len 5'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 21 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 0x0001 0x0021'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[81] agent zclSeqNum[65535] msgTick[0x00000000000047BC]'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0x8ca3] apsCounter[221] tmpMsgTick[0x00000000000047BC] '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x8ca3 1 1 65535 {00000000000047bb}"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 0x0001 0x0021"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BC","type":"0x00","shortId":"0x8CA3","destinationEndpoint":"0x01","clusterId":"0x0001","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xDD","APSPlayload":"0x0051002100"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [ZIGB] 0x00158d00033b3181 0x8ca3 send {'endpoint': 1, 'seq': 81, 'cluster': 'power', 'command': 'Read_Attributes', 'value': [33]}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974631,"did":"lumi.158d0001003d9e","results":[{"res_name":"8.0.2102","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0001003d9e (0x6741) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0001003d9e","time":1703508974631,"zseq":0,"results":[{"res_name":"8.0.2102","value":{"status":"offline","time":65530},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0001003d9e (0x6741) recv {'online': False, 'zigbee': datetime.datetime(2023, 12, 24, 18, 44, 5, 890029, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.4cf8cdf3c7ccd0d","time":1703508974632,"zseq":167,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":790},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 43, 5, 892062, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0007b89f7a","time":1703508974633,"zseq":54,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":440},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0007b89f7a (0xeb10) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 48, 55, 893998, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x8ca3 1 1 65535 {00000000000047bc}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x8ca3 1 1 65535 {00000000000047bc}"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'8CA3 failed with code 66\r\n====emberAfMessageSentCallback status=66 ====\r\nCmd ID: 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'transmission failed trigger ConcentratorQueueDiscovery'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'8CA3 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'  ong number of args'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00032255af","time":1703508974648,"zseq":213,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":850},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00032255af (0xfa01) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 42, 5, 946629, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974652,"did":"lumi.158d00033b3181","results":[{"res_name":"8.0.2102","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00033b3181 (0x8ca3) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00033b3181","time":1703508974653,"zseq":0,"results":[{"res_name":"8.0.2102","value":{"status":"offline","time":65530},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00033b3181 (0x8ca3) recv {'online': False, 'zigbee': datetime.datetime(2023, 12, 24, 18, 44, 5, 952764, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00079a548f","time":1703508974653,"zseq":246,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":50},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00079a548f (0xbd92) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 55, 25, 954739, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0003cbde5f","time":1703508974654,"zseq":17,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":240},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0003cbde5f (0x086e) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 52, 15, 956685, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00083215f5","time":1703508974654,"zseq":46,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":2770},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00083215f5 (0xa6fd) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 10, 5, 958646, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.4cf8cdf3c775ad7","time":1703508974655,"zseq":243,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":330},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c775ad7 (0x9e99) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 50, 45, 960591, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d0004034358","time":1703508974656,"zseq":241,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":3200},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d0004034358 (0xb080) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 2, 55, 962569, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.124b001f416120","time":1703508974657,"zseq":135,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":500},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00124b001f416120 (0x809e) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 47, 55, 964505, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.a4c138740b063b6c","time":1703508974677,"zseq":189,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":610},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0xa4c138740b063b6c (0x72a1) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 46, 5, 966390, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d00075f8690","time":1703508974678,"zseq":0,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":590},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d00075f8690 (0xc17b) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 46, 25, 968437, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"time":1703508974678,"did":"lumi.124b001f416554","results":[{"res_name":"8.0.2102","error_code":-5020}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00124b001f416554 (0x64ca) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.124b001f416554","time":1703508974679,"zseq":95,"results":[{"res_name":"8.0.2102","value":{"status":"offline","time":65530},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00124b001f416554 (0x64ca) recv {'online': False, 'zigbee': datetime.datetime(2023, 12, 24, 18, 44, 5, 972187, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.158d000408052c","time":1703508974681,"zseq":9,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":2530},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00158d000408052c (0xc510) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 12, 14, 5, 974117, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.124b001f2af81c","time":1703508974682,"zseq":101,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":930},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x00124b001f2af81c (0x788b) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.c4314fffe60a193","time":1703508974683,"zseq":34,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":10000},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x0c4314fffe60a193 (0x87de) recv
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.84fd27fffe65f9b0","time":1703508974684,"zseq":19,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":6350},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x84fd27fffe65f9b0 (0x11a9) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 11, 10, 25, 979914, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"read_rsp","id":0,"did":"lumi.84fd27fffe6613cd","time":1703508974691,"zseq":59,"results":[{"res_name":"8.0.2102","value":{"status":"online","time":5190},"error_code":0}]}'
2023-12-25 20:56:15 [D] 192.168.18.162 [LUMI] 0x84fd27fffe6613cd (0xb050) recv {'online': True, 'zigbee': datetime.datetime(2023, 12, 25, 11, 29, 45, 981852, tzinfo=datetime.timezone.utc)}
2023-12-25 20:56:16 [D] 192.168.18.162 [MQTT] log/z3 b'ROUTE REPAIR SERVICE RETURN RESULT: status=0'
2023-12-25 20:56:17 [D] 192.168.18.162 [MQTT] log/z3 b'ROUTE REPAIR SERVICE RETURN RESULT: status=0'
2023-12-25 20:56:17 [D] 192.168.18.162 [MQTT] log/z3 b'ROUTE REPAIR SERVICE RETURN RESULT: status=0'
2023-12-25 20:56:17 [D] 192.168.18.162 [MQTT] log/z3 b'ROUTE REPAIR SERVICE RETURN RESULT: status=0'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/heartbeat b'{"networkUp":true,"networkPanId":"0x3B38","radioTxPower":12,"radioChannel":25,"Directory":"/data/zigbee_host/"}'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xEB10","eui64":"0x00158D0007B89F7A","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xA9","APSPlayload":"0x1C5F11370AF700413C03282205211B0008215A010921000B0F23000090000C20006410006510006610009539F91F5A419639A68B14459739000000009839008E283C9A2000","rssi":-65,"linkQuality":140}'
2023-12-25 20:56:20 [D] 192.168.18.162 [ZIGB] 0x00158d0007b89f7a (0xeb10) recv {'endpoint': 1, 'seq': 55, 'cluster': 'manufacturer_specific', 'command': 'Report_Attributes', 247: '0x03282205211b0008215a010921000b0f23000090000c20006410006510006610009539f91f5a419639a68b14459739000000009839008e283c9a2000'}
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084510,"time":1703508980207,"rssi":-65,"params":[{"did":"lumi.158d0007b89f7a","time":1703508980207,"zseq":55,"res_list":[{"res_name":"8.0.2006","value":34},{"res_name":"8.0.2002","value":27},{"res_name":"8.0.2022","value":90},{"res_name":"8.0.2023","value":1},{"res_name":"8.0.2228","value":2816},{"res_name":"8.0.2230","value":0},{"res_name":"4.1.85","value":0},{"res_name":"4.2.85","value":0},{"res_name":"4.3.85","value":0},{"res_name":"0.13.85","value":13632.81},{"res_name":"0.11.85","value":237672},{"res_name":"0.12.85","value":0.01},{"res_name":"8.0.2231","value":0},{"res_name":"8.0.2007","value":140}]}]}'
2023-12-25 20:56:20 [D] 192.168.18.162 [LUMI] 0x00158d0007b89f7a (0xeb10) recv {'new_resets': 0, 'resets': 27, 'fw_ver': 90, 'channel_1': False, 'channel_2': False, 'channel_3': False, 'energy': 13.63, 'voltage': 237.67, 'power': 0.01}
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA8F3:RX len 69, srcAddr 0xEB10, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1C seq 0x37 cmd 0x0A payload[F7 00 41 3C 03 28 22 05 21 1B 00 08 21 5A 01 09 21 00 0B 0F 23 00 00 90 00 0C 20 00 64 10 00 65 10 00 66 10 00 95 39 F9 1F 5A 41 96 39 A6 8B 14 45 97 39 00 00 00 00 98 39 00 8E 28 3C 9A 20 00 ]'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144005,"method":"props","model":"lumi.switch.n3acn3","params":{"load_voltage":237672},"sid":"lumi.158d0007b89f7a"}'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144009,"method":"props","model":"lumi.switch.n3acn3","params":{"load_power":0.01},"sid":"lumi.158d0007b89f7a"}'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144023,"method":"props","model":"lumi.switch.n3acn3","params":{"lqi":140},"sid":"lumi.158d0007b89f7a"}'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144027,"method":"_sync.subdev_upinfo","params":{"did":"lumi.158d0007b89f7a","fw_ver":"1.0.0_0090"}}'
2023-12-25 20:56:20 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144032,"method":"event.keepalive","model":"lumi.switch.n3acn3","params":[],"sid":"lumi.158d0007b89f7a"}'
2023-12-25 20:56:21 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144005,"result":"ok"}'
2023-12-25 20:56:21 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144009,"result":"ok"}'
2023-12-25 20:56:21 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144023,"result":"ok"}'
2023-12-25 20:56:21 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144032,"result":"ok"}'
2023-12-25 20:56:21 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144027,"result":"ok"}'
2023-12-25 20:56:23 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h33m34s"},"openmiio":{"uptime":"276h41m32s","version":"1.2.1"},"serial":{"bluetooth_rx":3465395695,"bluetooth_tx":481108021,"zigbee_rx":11975252,"zigbee_tx":3871163},"zigbee":{"z3_starts":3,"z3_uptime":"53h56m43s"}}'
2023-12-25 20:56:24 [D] 192.168.18.162 [MQTT] central/report b'{"id":908054898,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":113,"value":4.240000}]}'
2023-12-25 20:56:30 [D] 192.168.18.162 [MQTT] central/report b'{"id":1702556906,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005837528","siid":2,"piid":4,"tid":18,"value":25}]}'
2023-12-25 20:56:30 [D] 192.168.18.162 [MQTT] miio/report b'{"id":117955965,"method":"properties_changed","params":[{"did":"1005837528","siid":2,"piid":4,"tid":18,"value":25}],"type":16}'
2023-12-25 20:56:30 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA8FD:RX len 29, srcAddr 0x0FD3, srcEp 0x01, dstEp 0x01, clus 0x0000 (Basic) mfgId 1234 FC 0x1C seq 0x4B cmd 0x0A payload[02 FF 4C 06 00 10 01 21 CE 0B 21 A8 43 24 01 00 00 00 00 21 04 01 20 65 ]'
2023-12-25 20:56:30 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":117955965,"result":"ok"}'
2023-12-25 20:56:30 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x0FD3","eui64":"0x00158D00082FFDBB","destinationEndpoint":"0x01","clusterId":"0x0000","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xA5","APSPlayload":"0x1C34124B0A02FF4C0600100121CE0B21A8432401000000002104012065","rssi":-73,"linkQuality":108}'
2023-12-25 20:56:30 [D] 192.168.18.162 [ZIGB] 0x00158d00082ffdbb (0x0fd3) recv {'endpoint': 1, 'seq': 75, 'cluster': 'basic', 'command': 'Report_Attributes', 65282: [, 3022, 17320, 1, 260, 101]}
2023-12-25 20:56:30 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084511,"time":1703508990307,"rssi":-73,"params":[{"did":"lumi.158d00082ffdbb","time":1703508990307,"zseq":75,"res_list":[{"res_name":"8.0.2008","value":3022},{"res_name":"8.0.2001","value":100},{"res_name":"8.0.2011","value":4},{"res_name":"8.0.2010","value":3},{"res_name":"8.0.2012","value":10},{"res_name":"8.0.2013","value":1},{"res_name":"8.0.2003","value":1},{"res_name":"8.0.2004","value":0},{"res_name":"8.0.2005","value":0},{"res_name":"8.0.2033","value":0},{"res_name":"8.0.2002","value":260},{"res_name":"8.0.2006","value":101},{"res_name":"8.0.2007","value":108}]}]}'
2023-12-25 20:56:30 [D] 192.168.18.162 [LUMI] 0x00158d00082ffdbb (0x0fd3) recv {'battery_voltage': 3022, 'battery': 64, 'battery_original': 100, 'new_resets': 0, 'resets': 260, 'chip_temperature': 101}
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144046,"method":"props","model":"lumi.sensor_switch.v2","params":{"chip_temperature":101},"sid":"lumi.158d00082ffdbb"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144050,"method":"props","model":"lumi.sensor_switch.v2","params":{"lqi":108},"sid":"lumi.158d00082ffdbb"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144063,"method":"event.keepalive","model":"lumi.sensor_switch.v2","params":[],"sid":"lumi.158d00082ffdbb"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144046,"result":"ok"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144050,"result":"ok"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144063,"result":"ok"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] central/report b'{"id":2014237908,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":114,"value":248}]}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":226209966,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":114,"value":248}],"type":16}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":226209966,"result":"ok"}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] central/report b'{"id":1305456909,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":115,"value":3.970000}]}'
2023-12-25 20:56:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1189729967,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":115,"value":3.970000}],"type":16}'
2023-12-25 20:56:32 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1189729967,"result":"ok"}'
2023-12-25 20:56:32 [D] 192.168.18.162 [MQTT] central/report b'{"id":226759911,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":5,"tid":116,"value":81.348297}]}'
2023-12-25 20:56:33 [D] 192.168.18.162 [MQTT] miio/report b'{"id":705043968,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":5,"tid":116,"value":81.348297}],"type":16}'
2023-12-25 20:56:33 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":705043968,"result":"ok"}'
2023-12-25 20:56:33 [D] 192.168.18.162 [MQTT] central/report b'{"id":1534735913,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":117,"value":2.740000}]}'
2023-12-25 20:56:33 [D] 192.168.18.162 [MQTT] miio/report b'{"id":453233969,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":117,"value":2.740000}],"type":16}'
2023-12-25 20:56:33 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":453233969,"result":"ok"}'
2023-12-25 20:56:34 [D] 192.168.18.162 [MQTT] central/report b'{"id":249607915,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":118,"value":252}]}'
2023-12-25 20:56:34 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1742761970,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":118,"value":252}],"type":16}'
2023-12-25 20:56:34 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1742761970,"result":"ok"}'
2023-12-25 20:56:35 [D] 192.168.18.162 [MQTT] central/report b'{"id":25576917,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":119,"value":3.000000}]}'
2023-12-25 20:56:37 [D] 192.168.18.162 [MQTT] central/report b'{"id":2076247919,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":120,"value":254}]}'
2023-12-25 20:56:37 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1215775971,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":120,"value":254}],"type":16}'
2023-12-25 20:56:37 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1215775971,"result":"ok"}'
2023-12-25 20:56:37 [D] 192.168.18.162 [MQTT] central/report b'{"id":406176921,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":121,"value":2.570000}]}'
2023-12-25 20:56:40 [D] 192.168.18.162 [MQTT] central/report b'{"id":981031923,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":122,"value":3.340000}]}'
2023-12-25 20:56:40 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1592514972,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":122,"value":3.340000}],"type":16}'
2023-12-25 20:56:40 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1592514972,"result":"ok"}'
2023-12-25 20:56:41 [D] 192.168.18.162 [MQTT] central/report b'{"id":311309926,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":123,"value":6}]}'
2023-12-25 20:56:41 [D] 192.168.18.162 [MQTT] miio/report b'{"id":935528974,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":123,"value":6}],"type":16}'
2023-12-25 20:56:41 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":935528974,"result":"ok"}'
2023-12-25 20:56:41 [D] 192.168.18.162 [MQTT] central/report b'{"id":2142406928,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":124,"value":2.930000}]}'
2023-12-25 20:56:43 [D] 192.168.18.162 [MQTT] central/report b'{"id":723326930,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":125,"value":3.330000}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416120 (0x809e) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x809e 1 16'}]}
2023-12-25 20:56:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:56:44 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'mandcli":"zc'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}\r\ne to'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x809e 1 16"}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffer'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' messa'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' from a given endpoi'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' to an endpoint on a  ...\r\n a'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an e'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a  ...\r\n an endpoint on a  ...essage from'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffere'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'ad 6 0\r\n00 00 00 00 00 '
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     short'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'd of t'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' device to send the '
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'ssage to\n     The en'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'nt to send t'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:56:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:56:45 [D] 192.168.18.162 [MQTT] central/report b'{"id":215734933,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":126,"value":2.950000}]}'
2023-12-25 20:56:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":1614752940,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":59,"value":27}]}'
2023-12-25 20:56:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1874217976,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":59,"value":27}],"type":16}'
2023-12-25 20:56:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1874217976,"result":"ok"}'
2023-12-25 20:56:53 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h34m4s"},"openmiio":{"uptime":"276h42m2s","version":"1.2.1"},"serial":{"bluetooth_rx":3465500648,"bluetooth_tx":481122662,"zigbee_rx":11975361,"zigbee_tx":3871175},"zigbee":{"z3_starts":3,"z3_uptime":"53h57m13s"}}'
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA916:RX len 5, srcAddr 0xB4B5, srcEp 0x01, dstEp 0x01, clus 0x000A (Time) FC 0x10 seq 0xB7 cmd 0x00 payload[00 00 ]'
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB4B5","eui64":"0x00158D0001A4F77B","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x41","APSPlayload":"0x10B7000000","rssi":-73,"linkQuality":108}'
2023-12-25 20:56:56 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b (0xb4b5) recv {'endpoint': 1, 'seq': 183, 'cluster': 'time', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] log/z3 b'READ_ATTR: clus 000A'
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] log/z3 b'OTA READ: ep:01 cid:000A attid:0000 msk:40 mfcode:0000'
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] log/z3 b'READ: clus 000A, attr 0000, dataLen: 04, OK'
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0xb4b5] apsCounter[0] tmpMsgTick[0x00000000000047BC] '
2023-12-25 20:56:56 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BC","type":"0x00","shortId":"0xB4B5","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x00","APSPlayload":"0x18B701000000E216A91C2D"}'
2023-12-25 20:56:56 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b 0xb4b5 send {'endpoint': 1, 'seq': 183, 'cluster': 'time', 'command': 'Read_Attributes_rsp', 'time': 756853014}
2023-12-25 20:56:57 [D] 192.168.18.162 [MQTT] central/report b'{"id":1444282948,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":127,"value":3.210000}]}'
2023-12-25 20:56:59 [D] 192.168.18.162 [MQTT] central/report b'{"id":1006284951,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":173,"value":28}]}'
2023-12-25 20:57:00 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1158568978,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":173,"value":28}],"type":16}'
2023-12-25 20:57:00 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1158568978,"result":"ok"}'
2023-12-25 20:57:02 [D] 192.168.18.162 [MQTT] central/report b'{"id":848549954,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":128,"value":3.460000}]}'
2023-12-25 20:57:04 [D] 192.168.18.162 [MQTT] central/report b'{"id":2090408957,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":129,"value":3.870000}]}'
2023-12-25 20:57:04 [D] 192.168.18.162 [MQTT] miio/report b'{"id":273252979,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":129,"value":3.870000}],"type":16}'
2023-12-25 20:57:04 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":273252979,"result":"ok"}'
2023-12-25 20:57:06 [D] 192.168.18.162 [MQTT] central/report b'{"id":1238638960,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":130,"value":4.120000}]}'
2023-12-25 20:57:08 [D] 192.168.18.162 [MQTT] central/report b'{"id":734791964,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":131,"value":252}]}'
2023-12-25 20:57:08 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1848559980,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":131,"value":252}],"type":16}'
2023-12-25 20:57:08 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1848559980,"result":"ok"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [SLBS] 0x00124b001f416120 (0x809e) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x809e 1 16'}]}
2023-12-25 20:57:14 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:57:14 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] central/report b'{"id":1447951970,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":132,"value":3.860000}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tic'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'\r\n - S'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'd a pre-buffered mes'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'ge from a given endpoint to a'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'...\r\nint16_t>  short id of the device to send the message to'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x809e 1 16"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl s'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'uence '
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'mber, valid range fr'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b' 0x00 to 0xFF\n     ms'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'ck\n\r\n - Send'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'a pre-buffered message from a given endpoint to an endpoint '
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'n a  ...\r\nCLI command executed: send 0x64ca 1 16\r\nm'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The en'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'oint t'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'send the message to\n'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'   Zcl sequence num'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b' valid range'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'from 0x00 to 0xFF\n     msg tick\n\r\n - Send a pre-buff'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'red message from a given endpoint to an endpoint on'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xD172","eui64":"0x00158D00079A5231","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x27","APSPlayload":"0x1C5F11B30AF700413C03281E05211C0008215A01092100060F23D12890000C200064100165100166100095392524954296397C4813459739E2AC65449839191C1D439A2000","rssi":-47,"linkQuality":212}'
2023-12-25 20:57:19 [D] 192.168.18.162 [ZIGB] 0x00158d00079a5231 (0xd172) recv {'endpoint': 1, 'seq': 179, 'cluster': 'manufacturer_specific', 'command': 'Report_Attributes', 247: '0x03281e05211c0008215a01092100060f23d12890000c200064100165100166100095392524954296397c4813459739e2ac65449839191c1d439a2000'}
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA92D:RX len 69, srcAddr 0xD172, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1C seq 0xB3 cmd 0x0A payload[F7 00 41 3C 03 28 1E 05 21 1C 00 08 21 5A 01 09 21 00 06 0F 23 D1 28 90 00 0C 20 00 64 10 01 65 10 01 66 10 00 95 39 25 24 95 42 96 39 7C 48 13 45 97 39 E2 AC 65 44 98 39 19 1C 1D 43 9A 20 00 ]'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084512,"time":1703509038657,"rssi":-47,"params":[{"did":"lumi.158d00079a5231","time":1703509038657,"zseq":179,"res_list":[{"res_name":"8.0.2006","value":30},{"res_name":"8.0.2002","value":28},{"res_name":"8.0.2022","value":90},{"res_name":"8.0.2023","value":1},{"res_name":"8.0.2228","value":1536},{"res_name":"8.0.2230","value":0},{"res_name":"4.1.85","value":1},{"res_name":"4.2.85","value":1},{"res_name":"4.3.85","value":0},{"res_name":"0.13.85","value":74570.59},{"res_name":"0.11.85","value":235653},{"res_name":"0.12.85","value":157.11},{"res_name":"8.0.2231","value":0},{"res_name":"8.0.2007","value":212}]}]}'
2023-12-25 20:57:19 [D] 192.168.18.162 [LUMI] 0x00158d00079a5231 (0xd172) recv {'new_resets': 0, 'resets': 28, 'fw_ver': 90, 'channel_1': True, 'channel_2': True, 'channel_3': False, 'energy': 74.57, 'voltage': 235.65, 'power': 157.11}
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144067,"method":"props","model":"lumi.switch.n3acn3","params":{"load_voltage":235653},"sid":"lumi.158d00079a5231"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144071,"method":"props","model":"lumi.switch.n3acn3","params":{"load_power":157.11},"sid":"lumi.158d00079a5231"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144083,"method":"props","model":"lumi.switch.n3acn3","params":{"chip_temperature":30},"sid":"lumi.158d00079a5231"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144087,"method":"props","model":"lumi.switch.n3acn3","params":{"lqi":212},"sid":"lumi.158d00079a5231"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144091,"method":"_sync.subdev_upinfo","params":{"did":"lumi.158d00079a5231","fw_ver":"1.0.0_0090"}}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144096,"method":"event.keepalive","model":"lumi.switch.n3acn3","params":[],"sid":"lumi.158d00079a5231"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144067,"result":"ok"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144071,"result":"ok"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144083,"result":"ok"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144087,"result":"ok"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144091,"result":"ok"}'
2023-12-25 20:57:19 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144096,"result":"ok"}'
2023-12-25 20:57:20 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/heartbeat b'{"networkUp":true,"networkPanId":"0x3B38","radioTxPower":12,"radioChannel":25,"Directory":"/data/zigbee_host/"}'
2023-12-25 20:57:23 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h34m34s"},"openmiio":{"uptime":"276h42m32s","version":"1.2.1"},"serial":{"bluetooth_rx":3465601149,"bluetooth_tx":481136859,"zigbee_rx":11975655,"zigbee_tx":3871295},"zigbee":{"z3_starts":3,"z3_uptime":"53h57m43s"}}'
2023-12-25 20:57:24 [D] 192.168.18.162 [MQTT] central/report b'{"id":826693981,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":133,"value":4.110000}]}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA936:RX len 7, srcAddr 0x4407, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x66 cmd 0x0A payload[00 00 10 01 ]'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x4407","eui64":"0x00158D0003CBDD8F","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x66","APSPlayload":"0x18660A00001001","rssi":-53,"linkQuality":188}'
2023-12-25 20:57:28 [D] 192.168.18.162 [ZIGB] 0x00158d0003cbdd8f (0x4407) recv {'endpoint': 1, 'seq': 102, 'cluster': 'on_off', 'command': 'Report_Attributes', 'on_off': 1}
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084513,"did":"lumi.158d0003cbdd8f","time":1703509047717,"rssi":-53,"zseq":102,"params":[{"res_name":"3.1.85","value":1}],"dev_src":"0"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [LUMI] 0x00158d0003cbdd8f (0x4407) recv {'contact': True}
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144098,"method":"props","model":"lumi.sensor_magnet.v2","params":{"status":"open"},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144100,"method":"props","model":"lumi.sensor_magnet.v2","params":{"no_close":0},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144102,"method":"event.open","model":"lumi.sensor_magnet.v2","params":[],"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144104,"method":"props","model":"lumi.sensor_magnet.v2","params":{"device_log":"[1703509047,[\\"event.open\\",[]]]"},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144105,"method":"event.keepalive","model":"lumi.sensor_magnet.v2","params":[],"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"4.1.85","value":1}],"cmd":"write","did":"lumi.158d00051e4a39"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off on","postDelayMs":0},{"commandcli":"send 0xb5eb 1 1 65535 {00000000000047bd}","postDelayMs":0}]}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"write_rsp","id":0,"time":1703509047857,"did":"lumi.158d00051e4a39","zseq":153,"results":[{"res_name":"4.1.85","value":1,"error_code":0}]}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144098,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off on"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off on","postDelayMs":0},{"commandcli":"send 0xb5eb 1 1 65535 {00000000000047bd}","postDelayMs":0}]}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x01, len 3'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 01 '
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off on'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[82] agent zclSeqNum[65535] msgTick[0x00000000000047BD]'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0xb5eb] apsCounter[222] tmpMsgTick[0x00000000000047BD] '
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BD","type":"0x00","shortId":"0xB5EB","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xDE","APSPlayload":"0x015201"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 0xb5eb send {'endpoint': 1, 'seq': 82, 'cluster': 'on_off', 'command_id': 1, 'command': ZCLCommandDef(id=0x40, name='off_with_effect', direction=, schema=, is_manufacturer_specific=None)}
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0xb5eb 1 1 65535 {00000000000047bd}"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0xb5eb 1 1 65535 {00000000000047bd}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB5EB","eui64":"0x00158D00051E4A39","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xE0","APSPlayload":"0x18520B0100","rssi":-48,"linkQuality":208}'
2023-12-25 20:57:28 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 (0xb5eb) recv {'endpoint': 1, 'seq': 82, 'cluster': 'on_off', 'command': 'Default_Response', 'value': 1, 'status': 'Status.SUCCESS'}
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA937:RX len 5, srcAddr 0xB5EB, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x52 cmd 0x0B payload[01 00 ]'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"write_ack","id":0,"did":"lumi.158d00051e4a39","dev_src":"0","time":1703509047937,"rssi":-53,"zseq":82,"params":[{"res_name":"4.1.85","value":1}]}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144100,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144102,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB5EB","eui64":"0x00158D00051E4A39","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xE1","APSPlayload":"0x189A0A0000100100F02352000007","rssi":-48,"linkQuality":208}'
2023-12-25 20:57:28 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 (0xb5eb) recv {'endpoint': 1, 'seq': 154, 'cluster': 'on_off', 'command': 'Report_Attributes', 'on_off': 1, 61440: 117440594}
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA937:RX len 14, srcAddr 0xB5EB, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x9A cmd 0x0A payload[00 00 10 01 00 F0 23 52 00 00 07 ]'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":0,"did":"lumi.158d00051e4a39","time":1703509047977,"rssi":-48,"zseq":82,"params":[{"res_name":"4.1.85","value":1}],"dev_src":"0"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [LUMI] 0x00158d00051e4a39 (0xb5eb) recv {'switch': True}
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144104,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144105,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144107,"method":"props","model":"lumi.switch.b1nacn02","params":{"channel_0":"on"},"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144109,"method":"props","model":"lumi.switch.b1nacn02","params":{"device_log":"[1703509047,[\\"prop.channel_0\\",[\\"on\\"]]]"},"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144110,"method":"event.keepalive","model":"lumi.switch.b1nacn02","params":[],"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144107,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144109,"result":"ok"}'
2023-12-25 20:57:28 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144110,"result":"ok"}'
2023-12-25 20:57:30 [D] 192.168.18.162 [MQTT] central/report b'{"id":40925989,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005837528","siid":2,"piid":4,"tid":19,"value":26}]}'
2023-12-25 20:57:30 [D] 192.168.18.162 [MQTT] miio/report b'{"id":925196984,"method":"_sync.stat","params":{"btstat_mesh_seq":[{"reason":1,"did":"1005851434","uni_addr":2,"ele_num":1,"ele_addr":2,"iv_index":0,"seq_num":4162326,"last_seq":4162197,"rollback_seq":4162313,"ttl":5,"time":1703509043}]}}'
2023-12-25 20:57:30 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":925196984,"result":"{}"}'
2023-12-25 20:57:30 [D] 192.168.18.162 [MQTT] miio/report b'{"id":219575985,"method":"properties_changed","params":[{"did":"1005837528","siid":2,"piid":4,"tid":19,"value":26}],"type":16}'
2023-12-25 20:57:30 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":219575985,"result":"ok"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB07D","eui64":"0x00158D00082F39E8","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xAF","APSPlayload":"0x1C5F11EF0AF700413C0328260521060008215A01092102110F23000090000C2000641000651001661001953974DBE1429639618F134597398093E74398399DB1A7429A2000","rssi":-62,"linkQuality":152}'
2023-12-25 20:57:31 [D] 192.168.18.162 [ZIGB] 0x00158d00082f39e8 (0xb07d) recv {'endpoint': 1, 'seq': 239, 'cluster': 'manufacturer_specific', 'command': 'Report_Attributes', 247: '0x0328260521060008215a01092102110f23000090000c2000641000651001661001953974dbe1429639618f134597398093e74398399db1a7429a2000'}
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA93A:RX len 69, srcAddr 0xB07D, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1C seq 0xEF cmd 0x0A payload[F7 00 41 3C 03 28 26 05 21 06 00 08 21 5A 01 09 21 02 11 0F 23 00 00 90 00 0C 20 00 64 10 00 65 10 01 66 10 01 95 39 74 DB E1 42 96 39 61 8F 13 45 97 39 80 93 E7 43 98 39 9D B1 A7 42 9A 20 00 ]'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084514,"time":1703509050977,"rssi":-62,"params":[{"did":"lumi.158d00082f39e8","time":1703509050977,"zseq":239,"res_list":[{"res_name":"8.0.2006","value":38},{"res_name":"8.0.2002","value":6},{"res_name":"8.0.2022","value":90},{"res_name":"8.0.2023","value":1},{"res_name":"8.0.2228","value":4354},{"res_name":"8.0.2230","value":0},{"res_name":"4.1.85","value":0},{"res_name":"4.2.85","value":1},{"res_name":"4.3.85","value":1},{"res_name":"0.13.85","value":112928.62},{"res_name":"0.11.85","value":236096},{"res_name":"0.12.85","value":83.85},{"res_name":"8.0.2231","value":0},{"res_name":"8.0.2007","value":152}]}]}'
2023-12-25 20:57:31 [D] 192.168.18.162 [LUMI] 0x00158d00082f39e8 (0xb07d) recv {'new_resets': 0, 'resets': 6, 'fw_ver': 90, 'channel_1': False, 'channel_2': True, 'channel_3': True, 'energy': 112.93, 'voltage': 236.1, 'power': 83.85}
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144114,"method":"props","model":"lumi.switch.n3acn3","params":{"load_voltage":236096},"sid":"lumi.158d00082f39e8"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144118,"method":"props","model":"lumi.switch.n3acn3","params":{"load_power":83.85},"sid":"lumi.158d00082f39e8"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144130,"method":"props","model":"lumi.switch.n3acn3","params":{"chip_temperature":38},"sid":"lumi.158d00082f39e8"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144134,"method":"props","model":"lumi.switch.n3acn3","params":{"lqi":152},"sid":"lumi.158d00082f39e8"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144138,"method":"_sync.subdev_upinfo","params":{"did":"lumi.158d00082f39e8","fw_ver":"1.0.0_0090"}}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB5EB","eui64":"0x00158D00051E4A39","destinationEndpoint":"0x01","clusterId":"0x000C","profileId":"0x0104","sourceEndpoint":"0x02","APSCounter":"0xE2","APSPlayload":"0x189B0A550039CDCC8641","rssi":-48,"linkQuality":208}'
2023-12-25 20:57:31 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 (0xb5eb) recv {'endpoint': 2, 'seq': 155, 'cluster': 'analog_input', 'command': 'Report_Attributes', 'present_value': 16.850000381469727}
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA93A:RX len 10, srcAddr 0xB5EB, srcEp 0x02, dstEp 0x01, clus 0x000C (Unknown clus. [0x000C]) FC 0x18 seq 0x9B cmd 0x0A payload[55 00 39 CD CC 86 41 ]'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084515,"did":"lumi.158d00051e4a39","time":1703509051097,"rssi":-48,"zseq":155,"params":[{"res_name":"0.12.85","value":16.85}],"dev_src":"0"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [LUMI] 0x00158d00051e4a39 (0xb5eb) recv {'power': 16.85}
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144143,"method":"event.keepalive","model":"lumi.switch.n3acn3","params":[],"sid":"lumi.158d00082f39e8"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144145,"method":"props","model":"lumi.switch.b1nacn02","params":{"load_power":16.85},"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144114,"result":"ok"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] central/report b'{"id":519174991,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":134,"value":3.860000}]}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144118,"result":"ok"}'
2023-12-25 20:57:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144130,"result":"ok"}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144134,"result":"ok"}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144138,"result":"ok"}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144143,"result":"ok"}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144145,"result":"ok"}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] central/report b'{"id":73039993,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":135,"value":248}]}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] miio/report b'{"id":980729986,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":135,"value":248}],"type":16}'
2023-12-25 20:57:32 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":980729986,"result":"ok"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA93D:RX len 44, srcAddr 0x43D0, srcEp 0x01, dstEp 0x01, clus 0x0000 (Basic) FC 0x18 seq 0x60 cmd 0x0A payload[01 FF 42 25 01 21 3B 0B 04 21 A8 43 05 21 17 00 06 24 01 00 00 00 00 64 29 08 07 65 21 7C 13 66 2B 1B 8F 01 00 0A 21 2A 87 ]'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x43D0","eui64":"0x00158D0005441A9A","destinationEndpoint":"0x01","clusterId":"0x0000","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x99","APSPlayload":"0x18600A01FF422501213B0B0421A84305211700062401000000006429080765217C13662B1B8F01000A212A87","rssi":-64,"linkQuality":144}'
2023-12-25 20:57:34 [D] 192.168.18.162 [ZIGB] 0x00158d0005441a9a (0x43d0) recv {'endpoint': 1, 'seq': 96, 'cluster': 'basic', 'command': 'Report_Attributes', 65281: '\x01!;\x0b\x04!�C\x05!\x17'}
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084516,"time":1703509054137,"rssi":-64,"params":[{"did":"lumi.158d0005441a9a","time":1703509054137,"zseq":96,"res_list":[{"res_name":"8.0.2008","value":2875},{"res_name":"8.0.2001","value":53},{"res_name":"8.0.2011","value":4},{"res_name":"8.0.2010","value":3},{"res_name":"8.0.2012","value":10},{"res_name":"8.0.2013","value":1},{"res_name":"8.0.2002","value":23},{"res_name":"8.0.2003","value":1},{"res_name":"8.0.2004","value":0},{"res_name":"8.0.2005","value":0},{"res_name":"8.0.2033","value":0},{"res_name":"0.1.85","value":1800},{"res_name":"0.2.85","value":4988},{"res_name":"0.3.85","value":102171},{"res_name":"8.0.2036","value":"lumi.158d00051ed2d2"},{"res_name":"8.0.2007","value":144}]}]}'
2023-12-25 20:57:34 [D] 192.168.18.162 [LUMI] 0x00158d0005441a9a (0x43d0) recv {'battery_voltage': 2875, 'battery': 35, 'battery_original': 53, 'new_resets': 0, 'resets': 23, 'temperature': 18.0, 'humidity': 49.88, 'pressure': 1021.71, 'parent': '0x872a'}
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144149,"method":"props","model":"lumi.weather.v1","params":{"temperature":1800},"sid":"lumi.158d0005441a9a"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144153,"method":"props","model":"lumi.weather.v1","params":{"humidity":4988},"sid":"lumi.158d0005441a9a"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144157,"method":"props","model":"lumi.weather.v1","params":{"pressure":102171},"sid":"lumi.158d0005441a9a"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144171,"method":"props","model":"lumi.weather.v1","params":{"lqi":144},"sid":"lumi.158d0005441a9a"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144186,"method":"event.keepalive","model":"lumi.weather.v1","params":[],"sid":"lumi.158d0005441a9a"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144149,"result":"ok"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144153,"result":"ok"}'
2023-12-25 20:57:34 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144157,"result":"ok"}'
2023-12-25 20:57:35 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144171,"result":"ok"}'
2023-12-25 20:57:35 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144186,"result":"ok"}'
2023-12-25 20:57:39 [D] 192.168.18.162 [MQTT] central/report b'{"id":65139000,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":136,"value":4.110000}]}'
2023-12-25 20:57:39 [D] 192.168.18.162 [MQTT] central/report b'{"id":1340184002,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":137,"value":7}]}'
2023-12-25 20:57:40 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'f\r\nfer: 01 00 00 '
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tic'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'\r\n - S'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'd a pre-buffered mes'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'ge from a given endpoint to a'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'...\r\nint16_t>  short id of the device to send the message to'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] miio/report b'{"id":889301988,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":137,"value":7}],"type":16}'
2023-12-25 20:57:40 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":889301988,"result":"ok"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416120 (0x809e) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x809e 1 16'}]}
2023-12-25 20:57:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:57:44 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0\r\nommandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffer'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' messa'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' from a given endpoi'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' to an endpoint on a  ...\r\nto'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'd the messag'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' to\n     Zcl sequence number, valid range from 0x0'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoin'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' to an endpoint on a  ...\r\nto send the message to'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x809e 1 16"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'ad 6 0\r\n00 00 00 00 00 '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl s'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'uence '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'mber, valid range fr'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' 0x00 to 0xFF\n     ms'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'ck\n\r\n - Send'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'a pre-buffered message from a given endpoint to an endpoint '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'n a  ...\r\nt>  The endpoint to send the message from'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'ad 6 0\r\n00 00 00 00 00 '
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The en'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'oint t'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'send the message fro'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'd the messag'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' to\n     Zcl sequence number, valid range from 0x0'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:57:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:57:48 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA94B:RX len 7, srcAddr 0x4407, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x67 cmd 0x0A payload[00 00 10 00 ]'
2023-12-25 20:57:48 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x4407","eui64":"0x00158D0003CBDD8F","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x67","APSPlayload":"0x18670A00001000","rssi":-53,"linkQuality":188}'
2023-12-25 20:57:49 [D] 192.168.18.162 [ZIGB] 0x00158d0003cbdd8f (0x4407) recv {'endpoint': 1, 'seq': 103, 'cluster': 'on_off', 'command': 'Report_Attributes', 'on_off': 0}
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084517,"did":"lumi.158d0003cbdd8f","time":1703509068357,"rssi":-53,"zseq":103,"params":[{"res_name":"3.1.85","value":0}],"dev_src":"0"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [LUMI] 0x00158d0003cbdd8f (0x4407) recv {'contact': False}
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144188,"method":"props","model":"lumi.sensor_magnet.v2","params":{"status":"close"},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144190,"method":"props","model":"lumi.sensor_magnet.v2","params":{"no_close":0},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144192,"method":"event.close","model":"lumi.sensor_magnet.v2","params":[],"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144194,"method":"props","model":"lumi.sensor_magnet.v2","params":{"device_log":"[1703509068,[\\"event.close\\",[]]]"},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144188,"result":"ok"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144190,"result":"ok"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144192,"result":"ok"}'
2023-12-25 20:57:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144194,"result":"ok"}'
2023-12-25 20:57:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":660789014,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":138,"value":3.860000}]}'
2023-12-25 20:57:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":1457682015,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":60,"value":28}]}'
2023-12-25 20:57:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1204356990,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":60,"value":28}],"type":16}'
2023-12-25 20:57:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1204356990,"result":"ok"}'
2023-12-25 20:57:53 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h35m4s"},"openmiio":{"uptime":"276h43m2s","version":"1.2.1"},"serial":{"bluetooth_rx":3465692088,"bluetooth_tx":481149844,"zigbee_rx":11976172,"zigbee_tx":3871393},"zigbee":{"z3_starts":3,"z3_uptime":"53h58m13s"}}'
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB4B5","eui64":"0x00158D0001A4F77B","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x42","APSPlayload":"0x10F2000000","rssi":-76,"linkQuality":96}'
2023-12-25 20:57:54 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b (0xb4b5) recv {'endpoint': 1, 'seq': 242, 'cluster': 'time', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA950:RX len 5, srcAddr 0xB4B5, srcEp 0x01, dstEp 0x01, clus 0x000A (Time) FC 0x10 seq 0xF2 cmd 0x00 payload[00 00 ]'
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] log/z3 b'READ_ATTR: clus 000A'
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] log/z3 b'OTA READ: ep:01 cid:000A attid:0000 msk:40 mfcode:0000'
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] log/z3 b'READ: clus 000A, attr 0000, dataLen: 04, OK'
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0xb4b5] apsCounter[0] tmpMsgTick[0x00000000000047BD] '
2023-12-25 20:57:54 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BD","type":"0x00","shortId":"0xB4B5","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x00","APSPlayload":"0x18F201000000E250A91C2D"}'
2023-12-25 20:57:54 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b 0xb4b5 send {'endpoint': 1, 'seq': 242, 'cluster': 'time', 'command': 'Read_Attributes_rsp', 'time': 756853072}
2023-12-25 20:57:57 [D] 192.168.18.162 [MQTT] central/report b'{"id":385402023,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":139,"value":3.610000}]}'
2023-12-25 20:57:59 [D] 192.168.18.162 [MQTT] central/report b'{"id":1851990027,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":174,"value":29}]}'
2023-12-25 20:57:59 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1434599992,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":174,"value":29}],"type":16}'
2023-12-25 20:58:00 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1434599992,"result":"ok"}'
2023-12-25 20:58:04 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'     short'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'd of t'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b' device to send the '
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'ssage to\n     The en'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'nt to send t'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:04 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:10 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'2a1 1 1\r\nmessage to\n'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'   Zcl sequence num'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b' valid range'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'from 0x00 to 0xFF\n     msg tick\n\r\n - Send a pre-buff'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'red message from a given endpoint to an endpoint on'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1\r\nmessage to'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:10 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:14 [D] 192.168.18.162 [SLBS] 0x00124b001f416120 (0x809e) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x809e 1 16'}]}
2023-12-25 20:58:14 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:58:14 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global '
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: z'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x809e 1 16"}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     short'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'd of t'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b' device to send the '
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'ssage to\n     The en'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'nt to send t'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     short'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'd of t'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b' device to send the '
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'ssage to\n     The en'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'nt to send t'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:58:14 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:58:20 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/heartbeat b'{"networkUp":true,"networkPanId":"0x3B38","radioTxPower":12,"radioChannel":25,"Directory":"/data/zigbee_host/"}'
2023-12-25 20:58:38 [D] 192.168.18.162 [MQTT] central/report b'{"id":2105707067,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005266345","siid":3,"piid":33,"tid":175,"value":30}]}'
2023-12-25 20:58:38 [D] 192.168.18.162 [MQTT] miio/report b'{"id":60857997,"method":"properties_changed","params":[{"did":"1005266345","siid":3,"piid":33,"tid":175,"value":30}],"type":16}'
2023-12-25 20:58:38 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":60857997,"result":"ok"}'
2023-12-25 20:58:40 [D] 192.168.18.162 [MQTT] central/report b'{"id":806109069,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":140,"value":8}]}'
2023-12-25 20:58:40 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1849321999,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":140,"value":8}],"type":16}'
2023-12-25 20:58:40 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1849321999,"result":"ok"}'
2023-12-25 20:58:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416120 (0x809e) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x809e 1 16'}]}
2023-12-25 20:58:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:58:44 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x809e 1 16"}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'4ca 1 16\r\nffered mes'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'ge from a given endpoint to a'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'...\r\nint16_t>  short id of the device to send the message to'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed:'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'nd 0x64ca 1 16\r\nffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The en'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'oint t'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'send the message fro'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'd the messag'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b' to\n     Zcl sequence number, valid range from 0x0'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:58:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:58:46 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 \r\nmd 0x00, len 3'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command execu'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:46 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:48 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off '
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'f\r\nfer: 01 00 00 '
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl s'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'uence '
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'mber, valid range fr'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b' 0x00 to 0xFF\n     ms'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'ck\n\r\n - Send'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'a pre-buffered message from a given endpoint to an endpoint '
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'n a  ...\r\nt>  The endpoint to send the message from'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1\r\nid range from 0x00 to 0xFF'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:48 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] zigbee/recv b'{"params":[{"res_name":"4.1.85","value":0}],"cmd":"write","did":"lumi.158d00051e4a39"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off","postDelayMs":0},{"commandcli":"send 0xb5eb 1 1 65535 {00000000000047be}","postDelayMs":0}]}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off","postDelayMs":0},{"commandcli":"send 0xb5eb 1 1 65535 {00000000000047be}","postDelayMs":0}]}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 \r\nmd 0x00, len 3'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command execu'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'host zclSeqNum[83] agent zclSeqNum[65535] msgTick[0x00000000000047BE]'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0xb5eb] apsCounter[225] tmpMsgTick[0x00000000000047BE] '
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BE","type":"0x00","shortId":"0xB5EB","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xE1","APSPlayload":"0x015300"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 0xb5eb send {'endpoint': 1, 'seq': 83, 'cluster': 'on_off', 'command_id': 0, 'command': ZCLCommandDef(id=0x00, name='off', direction=, schema=, is_manufacturer_specific=None)}
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"write_rsp","id":0,"time":1703509128397,"did":"lumi.158d00051e4a39","zseq":155,"results":[{"res_name":"4.1.85","value":0,"error_code":0}]}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0xb5eb 1 1 65535 {00000000000047be}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0xb5eb 1 1 65535 {00000000000047be}"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB5EB","eui64":"0x00158D00051E4A39","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xE3","APSPlayload":"0x18530B0000","rssi":-48,"linkQuality":208}'
2023-12-25 20:58:49 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 (0xb5eb) recv {'endpoint': 1, 'seq': 83, 'cluster': 'on_off', 'command': 'Default_Response', 'value': 0, 'status': 'Status.SUCCESS'}
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA987:RX len 5, srcAddr 0xB5EB, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x53 cmd 0x0B payload[00 00 ]'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"write_ack","id":0,"did":"lumi.158d00051e4a39","dev_src":"0","time":1703509128477,"rssi":-53,"zseq":83,"params":[{"res_name":"4.1.85","value":0}]}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA987:RX len 14, srcAddr 0xB5EB, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x9C cmd 0x0A payload[00 00 10 00 00 F0 23 53 00 00 07 ]'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB5EB","eui64":"0x00158D00051E4A39","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xE4","APSPlayload":"0x189C0A0000100000F02353000007","rssi":-48,"linkQuality":208}'
2023-12-25 20:58:49 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 (0xb5eb) recv {'endpoint': 1, 'seq': 156, 'cluster': 'on_off', 'command': 'Report_Attributes', 'on_off': 0, 61440: 117440595}
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA987:RX len 10, srcAddr 0xB5EB, srcEp 0x02, dstEp 0x01, clus 0x000C (Unknown clus. [0x000C]) FC 0x18 seq 0x9D cmd 0x0A payload[55 00 39 00 00 00 00 ]'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB5EB","eui64":"0x00158D00051E4A39","destinationEndpoint":"0x01","clusterId":"0x000C","profileId":"0x0104","sourceEndpoint":"0x02","APSCounter":"0xE5","APSPlayload":"0x189D0A55003900000000","rssi":-48,"linkQuality":208}'
2023-12-25 20:58:49 [D] 192.168.18.162 [ZIGB] 0x00158d00051e4a39 (0xb5eb) recv {'endpoint': 2, 'seq': 157, 'cluster': 'analog_input', 'command': 'Report_Attributes', 'present_value': 0.0}
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":0,"did":"lumi.158d00051e4a39","time":1703509128517,"rssi":-48,"zseq":83,"params":[{"res_name":"4.1.85","value":0}],"dev_src":"0"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [LUMI] 0x00158d00051e4a39 (0xb5eb) recv {'switch': False}
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084518,"did":"lumi.158d00051e4a39","time":1703509128537,"rssi":-48,"zseq":157,"params":[{"res_name":"0.12.85","value":0}],"dev_src":"0"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [LUMI] 0x00158d00051e4a39 (0xb5eb) recv {'power': 0}
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144195,"method":"props","model":"lumi.switch.b1nacn02","params":{"channel_0":"off"},"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144197,"method":"props","model":"lumi.switch.b1nacn02","params":{"device_log":"[1703509128,[\\"prop.channel_0\\",[\\"off\\"]]]"},"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144198,"method":"props","model":"lumi.switch.b1nacn02","params":{"load_power":0},"sid":"lumi.158d00051e4a39"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144195,"result":"ok"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144197,"result":"ok"}'
2023-12-25 20:58:49 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144198,"result":"ok"}'
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA988:RX len 5, srcAddr 0xB4B5, srcEp 0x01, dstEp 0x01, clus 0x000A (Time) FC 0x10 seq 0x2B cmd 0x00 payload[00 00 ]'
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] log/z3 b'READ_ATTR: clus 000A'
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] log/z3 b'OTA READ: ep:01 cid:000A attid:0000 msk:40 mfcode:0000'
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] log/z3 b'READ: clus 000A, attr 0000, dataLen: 04, OK'
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0xb4b5] apsCounter[0] tmpMsgTick[0x00000000000047BE] '
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB4B5","eui64":"0x00158D0001A4F77B","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x43","APSPlayload":"0x102B000000","rssi":-75,"linkQuality":100}'
2023-12-25 20:58:50 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b (0xb4b5) recv {'endpoint': 1, 'seq': 43, 'cluster': 'time', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047BE","type":"0x00","shortId":"0xB4B5","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x00","APSPlayload":"0x182B01000000E288A91C2D"}'
2023-12-25 20:58:50 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b 0xb4b5 send {'endpoint': 1, 'seq': 43, 'cluster': 'time', 'command': 'Read_Attributes_rsp', 'time': 756853128}
2023-12-25 20:58:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":50223081,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":61,"value":29}]}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":2019823001,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":61,"value":29}],"type":16}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA989:RX len 69, srcAddr 0x68AF, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1C seq 0xF5 cmd 0x0A payload[F7 00 41 3C 03 28 21 05 21 1C 00 08 21 5A 01 09 21 02 0E 0F 23 00 00 90 00 0C 20 00 64 10 01 65 10 00 66 10 00 95 39 11 F1 40 43 96 39 EA 50 14 45 97 39 12 5C 8C 44 98 39 10 4C 27 43 9A 20 00 ]'
2023-12-25 20:58:51 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":2019823001,"result":"ok"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x68AF","eui64":"0x00158D0008126212","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x28","APSPlayload":"0x1C5F11F50AF700413C03282105211C0008215A010921020E0F23000090000C2000641001651000661000953911F140439639EA5014459739125C8C449839104C27439A2000","rssi":-76,"linkQuality":96}'
2023-12-25 20:58:51 [D] 192.168.18.162 [ZIGB] 0x00158d0008126212 (0x68af) recv {'endpoint': 1, 'seq': 245, 'cluster': 'manufacturer_specific', 'command': 'Report_Attributes', 247: '0x03282105211c0008215a010921020e0f23000090000c2000641001651000661000953911f140439639ea5014459739125c8c449839104c27439a2000'}
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084519,"time":1703509130757,"rssi":-76,"params":[{"did":"lumi.158d0008126212","time":1703509130757,"zseq":245,"res_list":[{"res_name":"8.0.2006","value":33},{"res_name":"8.0.2002","value":28},{"res_name":"8.0.2022","value":90},{"res_name":"8.0.2023","value":1},{"res_name":"8.0.2228","value":3586},{"res_name":"8.0.2230","value":0},{"res_name":"4.1.85","value":1},{"res_name":"4.2.85","value":0},{"res_name":"4.3.85","value":0},{"res_name":"0.13.85","value":192941.67},{"res_name":"0.11.85","value":237305},{"res_name":"0.12.85","value":167.30},{"res_name":"8.0.2231","value":0},{"res_name":"8.0.2007","value":96}]}]}'
2023-12-25 20:58:51 [D] 192.168.18.162 [LUMI] 0x00158d0008126212 (0x68af) recv {'new_resets': 0, 'resets': 28, 'fw_ver': 90, 'channel_1': True, 'channel_2': False, 'channel_3': False, 'energy': 192.94, 'voltage': 237.31, 'power': 167.3}
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144202,"method":"props","model":"lumi.switch.n3acn3","params":{"load_voltage":237305},"sid":"lumi.158d0008126212"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144206,"method":"props","model":"lumi.switch.n3acn3","params":{"load_power":167.3},"sid":"lumi.158d0008126212"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144220,"method":"props","model":"lumi.switch.n3acn3","params":{"lqi":96},"sid":"lumi.158d0008126212"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144224,"method":"_sync.subdev_upinfo","params":{"did":"lumi.158d0008126212","fw_ver":"1.0.0_0090"}}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144229,"method":"event.keepalive","model":"lumi.switch.n3acn3","params":[],"sid":"lumi.158d0008126212"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144202,"result":"ok"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144206,"result":"ok"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144220,"result":"ok"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144229,"result":"ok"}'
2023-12-25 20:58:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144224,"result":"ok"}'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h36m4s"},"openmiio":{"uptime":"276h44m2s","version":"1.2.1"},"serial":{"bluetooth_rx":3465875935,"bluetooth_tx":481176354,"zigbee_rx":11976804,"zigbee_tx":3871659},"zigbee":{"z3_starts":3,"z3_uptime":"53h59m13s"}}'
2023-12-25 20:58:53 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'2a1 1 1\r\no send the '
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'ssage to\n     The en'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'nt to send t'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1\r\no send the message to'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:53 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:54 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:54 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:57 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off '
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'f\r\nfer: 01 00 00 '
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:58:57 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:58:59 [D] 192.168.18.162 [MQTT] central/report b'{"id":505514091,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":176,"value":30}]}'
2023-12-25 20:58:59 [D] 192.168.18.162 [MQTT] miio/report b'{"id":782342003,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":176,"value":30}],"type":16}'
2023-12-25 20:59:00 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":782342003,"result":"ok"}'
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x872A","eui64":"0x00158D00051ED2D2","destinationEndpoint":"0x01","clusterId":"0x0000","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x2F","APSPlayload":"0x1C5F117C0A01FF42246410006510000328159839000000009539A3DB9541052173009A20000821421009210610","rssi":-64,"linkQuality":144}'
2023-12-25 20:59:06 [D] 192.168.18.162 [ZIGB] 0x00158d00051ed2d2 (0x872a) recv {'endpoint': 1, 'seq': 124, 'cluster': 'basic', 'command': 'Report_Attributes', 65281: 'd\x10'}
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA998:RX len 45, srcAddr 0x872A, srcEp 0x01, dstEp 0x01, clus 0x0000 (Basic) mfgId 115F FC 0x1C seq 0x7C cmd 0x0A payload[01 FF 42 24 64 10 00 65 10 00 03 28 15 98 39 00 00 00 00 95 39 A3 DB 95 41 05 21 73 00 9A 20 00 08 21 42 10 09 21 06 10 ]'
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084520,"time":1703509145477,"rssi":-64,"params":[{"did":"lumi.158d00051ed2d2","time":1703509145477,"zseq":124,"res_list":[{"res_name":"4.1.85","value":0},{"res_name":"4.2.85","value":0},{"res_name":"8.0.2006","value":21},{"res_name":"0.12.85","value":0},{"res_name":"0.13.85","value":18732.24},{"res_name":"8.0.2002","value":115},{"res_name":"8.0.2231","value":0},{"res_name":"8.0.2022","value":66},{"res_name":"8.0.2023","value":16},{"res_name":"8.0.2228","value":4102},{"res_name":"8.0.2007","value":144}]}]}'
2023-12-25 20:59:06 [D] 192.168.18.162 [LUMI] 0x00158d00051ed2d2 (0x872a) recv {'channel_1': False, 'channel_2': False, 'power': 0, 'energy': 18.73, 'new_resets': 0, 'resets': 115, 'fw_ver': 66}
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144245,"method":"_sync.subdev_upinfo","params":{"did":"lumi.158d00051ed2d2","fw_ver":"1.0.0_0066"}}'
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144250,"method":"event.keepalive","model":"lumi.switch.b2nacn02","params":[],"sid":"lumi.158d00051ed2d2"}'
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144250,"result":"ok"}'
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144245,"result":"ok"}'
2023-12-25 20:59:06 [D] 192.168.18.162 [MQTT] central/report b'{"id":1890272099,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":5,"tid":177,"value":225.272659}]}'
2023-12-25 20:59:07 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1989383004,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":5,"tid":177,"value":225.272659}],"type":16}'
2023-12-25 20:59:07 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1989383004,"result":"ok"}'
2023-12-25 20:59:10 [D] 192.168.18.162 [MQTT] central/report b'{"id":60137104,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":3,"tid":141,"value":3.860000}]}'
2023-12-25 20:59:23 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h36m34s"},"openmiio":{"uptime":"276h44m32s","version":"1.2.1"},"serial":{"bluetooth_rx":3465968625,"bluetooth_tx":481189477,"zigbee_rx":11977520,"zigbee_tx":3871870},"zigbee":{"z3_starts":3,"z3_uptime":"53h59m43s"}}'
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1226786007,"method":"_async.stat","params":{"btstat_stack":{"flash_info":{"addr":1,"seq":3647,"iv_index":0,"iv_duv":96,"iv_state":false,"devkey":"9c2e1b","netkey":"256ead","appkey":"b04236","load_success":true},"ram_info":{"addr":1,"mesh_state":1,"seq":3682,"iv_index":0,"iv_duv":96,"node_num":5}}}}'
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1226786007,"result":"ok"}'
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9AD:RX len 8, srcAddr 0x5D44, srcEp 0x01, dstEp 0x01, clus 0x0400 (Illuminance Measurement) FC 0x18 seq 0x49 cmd 0x0A payload[00 00 21 47 25 ]'
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x5D44","eui64":"0x04CF8CDF3C7CCD0D","destinationEndpoint":"0x01","clusterId":"0x0400","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x60","APSPlayload":"0x18490A0000214725","rssi":-72,"linkQuality":112}'
2023-12-25 20:59:26 [D] 192.168.18.162 [ZIGB] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'endpoint': 1, 'seq': 73, 'cluster': 'illuminance', 'command': 'Report_Attributes', 'measured_value': 9543}
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084527,"did":"lumi.4cf8cdf3c7ccd0d","time":1703509166057,"rssi":-72,"zseq":73,"params":[{"res_name":"0.3.85","value":8}],"mi_spec":[{"siid":2,"piid":1,"value":8}],"dev_src":"0"}'
2023-12-25 20:59:26 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv
2023-12-25 20:59:26 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'illuminance': 8}
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144293,"method":"properties_changed","params":[{"did":"255592955","piid":1,"siid":2,"value":8}]}'
2023-12-25 20:59:26 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144293,"result":"ok"}'
2023-12-25 20:59:27 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xFD35","eui64":"0x54EF4410004D2AC6","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x04","APSPlayload":"0x1D5F11FE032B02010104000000000301040000000005010464000000040104640000000601040200000007010400000000","rssi":-47,"linkQuality":212}'
2023-12-25 20:59:27 [D] 192.168.18.162 [ZIGB] 0x54ef4410004d2ac6 (0xfd35) recv {'endpoint': 1, 'seq': 254, 'cluster': 'manufacturer_specific', 'command_id': 3, 'value': b'+\x02\x01\x01\x04\x00\x00\x00\x00\x03\x01\x04\x00\x00\x00\x00\x05\x01\x04d\x00\x00\x00\x04\x01\x04d\x00\x00\x00\x06\x01\x04\x02\x00\x00\x00\x07\x01\x04\x00\x00\x00\x00'}
2023-12-25 20:59:27 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9AD:RX len 49, srcAddr 0xFD35, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1D seq 0xFE cmd 0x03 payload[2B 02 01 01 04 00 00 00 00 03 01 04 00 00 00 00 05 01 04 64 00 00 00 04 01 04 64 00 00 00 06 01 04 02 00 00 00 07 01 04 00 00 00 00 ]'
2023-12-25 20:59:27 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084528,"did":"lumi.54ef4410004d2ac6","dev_src":"0","time":1703509166437,"rssi":-72,"mi_spec":[{"siid":2,"piid":1,"value":0},{"siid":2,"piid":3,"value":0},{"siid":2,"piid":5,"value":100},{"siid":2,"piid":4,"value":100}]}'
2023-12-25 20:59:27 [D] 192.168.18.162 [LUMI] 0x54ef4410004d2ac6 (0xfd35) recv {'position': 100, 'target_position': 100}
2023-12-25 20:59:27 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144295,"method":"_async.subdev_keep_alive","params":[{"did":"522253899","rssi":-72}]}'
2023-12-25 20:59:27 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144295,"result":"ok"}'
2023-12-25 20:59:28 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9AE:RX len 35, srcAddr 0xFD35, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1D seq 0x00 cmd 0x03 payload[1D 03 01 01 04 01 00 00 00 02 01 04 44 1B 00 00 03 01 04 00 00 00 00 04 01 04 1E 00 00 00 ]'
2023-12-25 20:59:28 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xFD35","eui64":"0x54EF4410004D2AC6","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x05","APSPlayload":"0x1D5F1100031D0301010401000000020104441B0000030104000000000401041E000000","rssi":-48,"linkQuality":208}'
2023-12-25 20:59:28 [D] 192.168.18.162 [ZIGB] 0x54ef4410004d2ac6 (0xfd35) recv {'endpoint': 1, 'seq': 0, 'cluster': 'manufacturer_specific', 'command_id': 3, 'value': b'\x1d\x03\x01\x01\x04\x01\x00\x00\x00\x02\x01\x04D\x1b\x00\x00\x03\x01\x04\x00\x00\x00\x00\x04\x01\x04\x1e\x00\x00\x00'}
2023-12-25 20:59:28 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084529,"did":"lumi.54ef4410004d2ac6","dev_src":"0","time":1703509167557,"rssi":-72,"mi_spec":[{"siid":3,"piid":1,"value":1},{"siid":3,"piid":2,"value":6980},{"siid":3,"piid":3,"value":0},{"siid":3,"piid":4,"value":30}]}'
2023-12-25 20:59:28 [D] 192.168.18.162 [LUMI] 0x54ef4410004d2ac6 (0xfd35) recv {'battery_low': False, 'battery_voltage': 6980, 'battery_charging': False, 'battery': 30}
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xFD35","eui64":"0x54EF4410004D2AC6","destinationEndpoint":"0x01","clusterId":"0xFCC0","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x06","APSPlayload":"0x1D5F1103031605010104010000000201041E00000005010402000000","rssi":-49,"linkQuality":204}'
2023-12-25 20:59:29 [D] 192.168.18.162 [ZIGB] 0x54ef4410004d2ac6 (0xfd35) recv {'endpoint': 1, 'seq': 3, 'cluster': 'manufacturer_specific', 'command_id': 3, 'value': b'\x16\x05\x01\x01\x04\x01\x00\x00\x00\x02\x01\x04\x1e\x00\x00\x00\x05\x01\x04\x02\x00\x00\x00'}
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9AF:RX len 28, srcAddr 0xFD35, srcEp 0x01, dstEp 0x01, clus 0xFCC0 (Unknown clus. [0xFCC0]) mfgId 115F FC 0x1D seq 0x03 cmd 0x03 payload[16 05 01 01 04 01 00 00 00 02 01 04 1E 00 00 00 05 01 04 02 00 00 00 ]'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084530,"did":"lumi.54ef4410004d2ac6","dev_src":"0","time":1703509168477,"rssi":-72,"mi_spec":[{"siid":5,"piid":1,"value":1},{"siid":5,"piid":2,"value":30},{"siid":5,"piid":5,"value":2}]}'
2023-12-25 20:59:29 [D] 192.168.18.162 [LUMI] 0x54ef4410004d2ac6 (0xfd35) recv {'motor_speed': 'high'}
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9B0:RX len 7, srcAddr 0x4407, srcEp 0x01, dstEp 0x01, clus 0x0006 (On/off) FC 0x18 seq 0x69 cmd 0x0A payload[00 00 10 00 ]'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x4407","eui64":"0x00158D0003CBDD8F","destinationEndpoint":"0x01","clusterId":"0x0006","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x69","APSPlayload":"0x18690A00001000","rssi":-53,"linkQuality":188}'
2023-12-25 20:59:29 [D] 192.168.18.162 [ZIGB] 0x00158d0003cbdd8f (0x4407) recv {'endpoint': 1, 'seq': 105, 'cluster': 'on_off', 'command': 'Report_Attributes', 'on_off': 0}
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084531,"did":"lumi.158d0003cbdd8f","time":1703509169057,"rssi":-53,"zseq":105,"params":[{"res_name":"3.1.85","value":0}],"dev_src":"0"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [LUMI] 0x00158d0003cbdd8f (0x4407) recv {'contact': False}
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144297,"method":"props","model":"lumi.sensor_magnet.v2","params":{"status":"close"},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144299,"method":"props","model":"lumi.sensor_magnet.v2","params":{"no_close":0},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144301,"method":"event.close","model":"lumi.sensor_magnet.v2","params":[],"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144303,"method":"props","model":"lumi.sensor_magnet.v2","params":{"device_log":"[1703509169,[\\"event.close\\",[]]]"},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144297,"result":"ok"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144299,"result":"ok"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144301,"result":"ok"}'
2023-12-25 20:59:29 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144303,"result":"ok"}'
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] central/report b'{"id":785921124,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005837528","siid":2,"piid":4,"tid":21,"value":28}]}'
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1320481009,"method":"properties_changed","params":[{"did":"1005837528","siid":2,"piid":4,"tid":21,"value":28}],"type":16}'
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1320481009,"result":"ok"}'
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x4407","eui64":"0x00158D0003CBDD8F","destinationEndpoint":"0x01","clusterId":"0x0000","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x6A","APSPlayload":"0x1C34126A0A02FF4C0600100021F30C21A813240600000000214D002065","rssi":-53,"linkQuality":188}'
2023-12-25 20:59:30 [D] 192.168.18.162 [ZIGB] 0x00158d0003cbdd8f (0x4407) recv {'endpoint': 1, 'seq': 106, 'cluster': 'basic', 'command': 'Report_Attributes', 65282: [, 3315, 5032, 6, 77, 101]}
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9B1:RX len 29, srcAddr 0x4407, srcEp 0x01, dstEp 0x01, clus 0x0000 (Basic) mfgId 1234 FC 0x1C seq 0x6A cmd 0x0A payload[02 FF 4C 06 00 10 00 21 F3 0C 21 A8 13 24 06 00 00 00 00 21 4D 00 20 65 ]'
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084532,"time":1703509170277,"rssi":-53,"params":[{"did":"lumi.158d0003cbdd8f","time":1703509170277,"zseq":106,"res_list":[{"res_name":"3.1.85","value":0},{"res_name":"8.0.2008","value":3315},{"res_name":"8.0.2001","value":100},{"res_name":"8.0.2011","value":1},{"res_name":"8.0.2010","value":3},{"res_name":"8.0.2012","value":10},{"res_name":"8.0.2013","value":1},{"res_name":"8.0.2003","value":6},{"res_name":"8.0.2004","value":0},{"res_name":"8.0.2005","value":0},{"res_name":"8.0.2033","value":0},{"res_name":"8.0.2002","value":77},{"res_name":"8.0.2006","value":101},{"res_name":"8.0.2007","value":188}]}]}'
2023-12-25 20:59:30 [D] 192.168.18.162 [LUMI] 0x00158d0003cbdd8f (0x4407) recv {'contact': False, 'battery_voltage': 3315, 'battery': 100, 'battery_original': 100, 'new_resets': 0, 'resets': 77, 'chip_temperature': 101}
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144314,"method":"props","model":"lumi.sensor_magnet.v2","params":{"send_all_cnt":6},"sid":"lumi.158d0003cbdd8f"}'
2023-12-25 20:59:30 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144314,"result":"ok"}'
2023-12-25 20:59:31 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x5D44","eui64":"0x04CF8CDF3C7CCD0D","destinationEndpoint":"0x01","clusterId":"0x0400","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x61","APSPlayload":"0x18560A000021661E","rssi":-71,"linkQuality":116}'
2023-12-25 20:59:31 [D] 192.168.18.162 [ZIGB] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'endpoint': 1, 'seq': 86, 'cluster': 'illuminance', 'command': 'Report_Attributes', 'measured_value': 7782}
2023-12-25 20:59:31 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9B2:RX len 8, srcAddr 0x5D44, srcEp 0x01, dstEp 0x01, clus 0x0400 (Illuminance Measurement) FC 0x18 seq 0x56 cmd 0x0A payload[00 00 21 66 1E ]'
2023-12-25 20:59:31 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084533,"did":"lumi.4cf8cdf3c7ccd0d","time":1703509171017,"rssi":-71,"zseq":86,"params":[{"res_name":"0.3.85","value":5}],"mi_spec":[{"siid":2,"piid":1,"value":5}],"dev_src":"0"}'
2023-12-25 20:59:31 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv
2023-12-25 20:59:31 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'illuminance': 5}
2023-12-25 20:59:31 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144335,"method":"properties_changed","params":[{"did":"255592955","piid":1,"siid":2,"value":5}]}'
2023-12-25 20:59:31 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144335,"result":"ok"}'
2023-12-25 20:59:36 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9B7:RX len 8, srcAddr 0x5D44, srcEp 0x01, dstEp 0x01, clus 0x0400 (Illuminance Measurement) FC 0x18 seq 0x63 cmd 0x0A payload[00 00 21 47 25 ]'
2023-12-25 20:59:36 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x5D44","eui64":"0x04CF8CDF3C7CCD0D","destinationEndpoint":"0x01","clusterId":"0x0400","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x62","APSPlayload":"0x18630A0000214725","rssi":-69,"linkQuality":124}'
2023-12-25 20:59:36 [D] 192.168.18.162 [ZIGB] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'endpoint': 1, 'seq': 99, 'cluster': 'illuminance', 'command': 'Report_Attributes', 'measured_value': 9543}
2023-12-25 20:59:36 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084534,"did":"lumi.4cf8cdf3c7ccd0d","time":1703509175977,"rssi":-69,"zseq":99,"params":[{"res_name":"0.3.85","value":8}],"mi_spec":[{"siid":2,"piid":1,"value":8}],"dev_src":"0"}'
2023-12-25 20:59:36 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv
2023-12-25 20:59:36 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'illuminance': 8}
2023-12-25 20:59:36 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144337,"method":"properties_changed","params":[{"did":"255592955","piid":1,"siid":2,"value":8}]}'
2023-12-25 20:59:36 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144337,"result":"ok"}'
2023-12-25 20:59:39 [D] 192.168.18.162 [MQTT] central/report b'{"id":1838508135,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":142,"value":240}]}'
2023-12-25 20:59:39 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1749771010,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":142,"value":240}],"type":16}'
2023-12-25 20:59:39 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1749771010,"result":"ok"}'
2023-12-25 20:59:39 [D] 192.168.18.162 [MQTT] central/report b'{"id":97022136,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":143,"value":9}]}'
2023-12-25 20:59:40 [D] 192.168.18.162 [MQTT] miio/report b'{"id":266632012,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":143,"value":9}],"type":16}'
2023-12-25 20:59:40 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":266632012,"result":"ok"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x3DAC","eui64":"0x00158D0004525A70","destinationEndpoint":"0x01","clusterId":"0x0000","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0xA0","APSPlayload":"0x1C5F11FA0A01FF42216410000328149839000000009539E834764105214B009A20000821411009210008","rssi":-72,"linkQuality":112}'
2023-12-25 20:59:41 [D] 192.168.18.162 [ZIGB] 0x00158d0004525a70 (0x3dac) recv {'endpoint': 1, 'seq': 250, 'cluster': 'basic', 'command': 'Report_Attributes', 65281: 'd\x10'}
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9BB:RX len 42, srcAddr 0x3DAC, srcEp 0x01, dstEp 0x01, clus 0x0000 (Basic) mfgId 115F FC 0x1C seq 0xFA cmd 0x0A payload[01 FF 42 21 64 10 00 03 28 14 98 39 00 00 00 00 95 39 E8 34 76 41 05 21 4B 00 9A 20 00 08 21 41 10 09 21 00 08 ]'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"heartbeat","id":2000084535,"time":1703509180597,"rssi":-72,"params":[{"did":"lumi.158d0004525a70","time":1703509180597,"zseq":250,"res_list":[{"res_name":"4.1.85","value":0},{"res_name":"8.0.2006","value":20},{"res_name":"0.12.85","value":0},{"res_name":"0.13.85","value":15387.92},{"res_name":"8.0.2002","value":75},{"res_name":"8.0.2231","value":0},{"res_name":"8.0.2022","value":65},{"res_name":"8.0.2023","value":16},{"res_name":"8.0.2228","value":2048},{"res_name":"8.0.2007","value":112}]}]}'
2023-12-25 20:59:41 [D] 192.168.18.162 [LUMI] 0x00158d0004525a70 (0x3dac) recv {'switch': False, 'power': 0, 'energy': 15.39, 'new_resets': 0, 'resets': 75, 'fw_ver': 65}
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144349,"method":"props","model":"lumi.switch.b1nacn02","params":{"lqi":112},"sid":"lumi.158d0004525a70"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144353,"method":"_sync.subdev_upinfo","params":{"did":"lumi.158d0004525a70","fw_ver":"1.0.0_0065"}}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144358,"method":"event.keepalive","model":"lumi.switch.b1nacn02","params":[],"sid":"lumi.158d0004525a70"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144349,"result":"ok"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144358,"result":"ok"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144353,"result":"ok"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9BC:RX len 8, srcAddr 0x5D44, srcEp 0x01, dstEp 0x01, clus 0x0400 (Illuminance Measurement) FC 0x18 seq 0x70 cmd 0x0A payload[00 00 21 A7 33 ]'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x5D44","eui64":"0x04CF8CDF3C7CCD0D","destinationEndpoint":"0x01","clusterId":"0x0400","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x63","APSPlayload":"0x18700A000021A733","rssi":-71,"linkQuality":116}'
2023-12-25 20:59:41 [D] 192.168.18.162 [ZIGB] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'endpoint': 1, 'seq': 112, 'cluster': 'illuminance', 'command': 'Report_Attributes', 'measured_value': 13223}
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084536,"did":"lumi.4cf8cdf3c7ccd0d","time":1703509180917,"rssi":-71,"zseq":112,"params":[{"res_name":"0.3.85","value":20}],"mi_spec":[{"siid":2,"piid":1,"value":20}],"dev_src":"0"}'
2023-12-25 20:59:41 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv
2023-12-25 20:59:41 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'illuminance': 20}
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144360,"method":"properties_changed","params":[{"did":"255592955","piid":1,"siid":2,"value":20}]}'
2023-12-25 20:59:41 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144360,"result":"ok"}'
2023-12-25 20:59:42 [D] 192.168.18.162 [MQTT] central/report b'{"id":1261655140,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":144,"value":16}]}'
2023-12-25 20:59:42 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1417268013,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":144,"value":16}],"type":16}'
2023-12-25 20:59:42 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1417268013,"result":"ok"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416120 (0x809e) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x809e 1 16'}]}
2023-12-25 20:59:44 [D] 192.168.18.162 [SLBS] 0x00124b001f416554 (0x64ca) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x64ca 1 16'}]}
2023-12-25 20:59:44 [D] 192.168.18.162 [SLBS] 0x00124b001f2af81c (0x788b) read {'commands': [{'commandcli': 'zcl global read 6 0'}, {'commandcli': 'send 0x788b 1 16'}]}
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x809e 1 16"}]}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x64ca 1 16"}]}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl global read 6 0"},{"commandcli":"send 0x788b 1 16"}]}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 5'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 '
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The en'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'09e 1 16\r\nessage fro'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x809e 1 16"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'd the messag'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b' to\n     Zcl sequence number, valid range from 0x0'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16\r\nessage from'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x809e 1 16'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: z'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x64ca 1 16"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x64ca 1 16'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 00 00 00 00 00 \r\n0, len 5'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: z'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl global read 6 0'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl global read 6 0"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'   of args'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x788b 1 16"}'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 20:59:44 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x788b 1 16'
2023-12-25 20:59:46 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9C1:RX len 8, srcAddr 0x5D44, srcEp 0x01, dstEp 0x01, clus 0x0400 (Illuminance Measurement) FC 0x18 seq 0x7D cmd 0x0A payload[00 00 21 00 3F ]'
2023-12-25 20:59:46 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0x5D44","eui64":"0x04CF8CDF3C7CCD0D","destinationEndpoint":"0x01","clusterId":"0x0400","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x64","APSPlayload":"0x187D0A000021003F","rssi":-69,"linkQuality":124}'
2023-12-25 20:59:46 [D] 192.168.18.162 [ZIGB] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'endpoint': 1, 'seq': 125, 'cluster': 'illuminance', 'command': 'Report_Attributes', 'measured_value': 16128}
2023-12-25 20:59:46 [D] 192.168.18.162 [MQTT] zigbee/send b'{"cmd":"report","id":2000084537,"did":"lumi.4cf8cdf3c7ccd0d","time":1703509185877,"rssi":-69,"zseq":125,"params":[{"res_name":"0.3.85","value":40}],"mi_spec":[{"siid":2,"piid":1,"value":40}],"dev_src":"0"}'
2023-12-25 20:59:46 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv
2023-12-25 20:59:46 [D] 192.168.18.162 [LUMI] 0x04cf8cdf3c7ccd0d (0x5d44) recv {'illuminance': 40}
2023-12-25 20:59:46 [D] 192.168.18.162 [MQTT] miio/report b'{"id":71144362,"method":"properties_changed","params":[{"did":"255592955","piid":1,"siid":2,"value":40}]}'
2023-12-25 20:59:46 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":71144362,"result":"ok"}'
2023-12-25 20:59:48 [D] 192.168.18.162 [MQTT] central/report b'{"id":1394335147,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":145,"value":0}]}'
2023-12-25 20:59:48 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1073790014,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":33,"tid":145,"value":0}],"type":16}'
2023-12-25 20:59:48 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1073790014,"result":"ok"}'
2023-12-25 20:59:48 [D] 192.168.18.162 [MQTT] central/report b'{"id":260490148,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":1,"tid":146,"value":0}]}'
2023-12-25 20:59:48 [D] 192.168.18.162 [MQTT] miio/report b'{"id":1609789015,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":1,"tid":146,"value":0}],"type":16}'
2023-12-25 20:59:48 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":1609789015,"result":"ok"}'
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessageReceived b'{"sourceAddress":"0xB4B5","eui64":"0x00158D0001A4F77B","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x44","APSPlayload":"0x1067000000","rssi":-72,"linkQuality":112}'
2023-12-25 20:59:49 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b (0xb4b5) recv {'endpoint': 1, 'seq': 103, 'cluster': 'time', 'command': 'Read_Attributes', 'value': [0]}
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] log/z3 b'T2D1CA9C3:RX len 5, srcAddr 0xB4B5, srcEp 0x01, dstEp 0x01, clus 0x000A (Time) FC 0x10 seq 0x67 cmd 0x00 payload[00 00 ]'
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] log/z3 b'READ_ATTR: clus 000A'
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] log/z3 b'OTA READ: ep:01 cid:000A attid:0000 msk:40 mfcode:0000'
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] log/z3 b'READ: clus 000A, attr 0000, dataLen: 04, OK'
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] log/z3 b'type[0] nodeId[0xb4b5] apsCounter[0] tmpMsgTick[0x00000000000047C0] '
2023-12-25 20:59:49 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/MessagePreSentCallback b'{"msgTick":"0x00000000000047C0","type":"0x00","shortId":"0xB4B5","destinationEndpoint":"0x01","clusterId":"0x000A","profileId":"0x0104","sourceEndpoint":"0x01","APSCounter":"0x00","APSPlayload":"0x186701000000E2C3A91C2D"}'
2023-12-25 20:59:49 [D] 192.168.18.162 [ZIGB] 0x00158d0001a4f77b 0xb4b5 send {'endpoint': 1, 'seq': 103, 'cluster': 'time', 'command': 'Read_Attributes_rsp', 'time': 756853187}
2023-12-25 20:59:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":1799393151,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":2,"piid":3,"tid":147,"value":0}]}'
2023-12-25 20:59:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":1246188152,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":24,"tid":148,"value":0}]}'
2023-12-25 20:59:50 [D] 192.168.18.162 [MQTT] miio/report b'{"id":619346017,"method":"properties_changed","params":[{"did":"1005851434","siid":3,"piid":24,"tid":148,"value":0},{"did":"1005851434","siid":2,"piid":3,"tid":147,"value":0}],"type":16}'
2023-12-25 20:59:50 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":619346017,"result":"ok"}'
2023-12-25 20:59:50 [D] 192.168.18.162 [MQTT] central/report b'{"id":1239225153,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":62,"value":30}]}'
2023-12-25 20:59:51 [D] 192.168.18.162 [MQTT] miio/report b'{"id":301813018,"method":"properties_changed","params":[{"did":"1005850424","siid":2,"piid":4,"tid":62,"value":30}],"type":16}'
2023-12-25 20:59:51 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":301813018,"result":"ok"}'
2023-12-25 20:59:53 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off '
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command execu'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffer'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'2a1 1 1\r\niven endpoi'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b' to an endpoint on a  ...\r\num'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b' valid range'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'from 0x00 to 0xFF\n     msg tick\n\r\n - Send a pre-buff'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'red message from a given endpoint to an endpoint on'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1\r\niven endpo'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'nt to an endpoint on a  ...\r\number, valid range from 0x00 to 0xFF'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1\r\niven endpoint to an endpoint on a  ...'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 20:59:53 [D] 192.168.18.162 [MQTT] openmiio/report b'{"gateway":{"firmware":"1.0.7_0019","model":"lumi.gateway.mcn001"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"42h37m4s"},"openmiio":{"uptime":"276h45m2s","version":"1.2.1"},"serial":{"bluetooth_rx":3466060656,"bluetooth_tx":481202733,"zigbee_rx":11978253,"zigbee_tx":3871992},"zigbee":{"z3_starts":3,"z3_uptime":"54h0m13s"}}'
2023-12-25 20:59:59 [D] 192.168.18.162 [MQTT] central/report b'{"id":1689270163,"_to":128,"type":16,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":178,"value":31}]}'
2023-12-25 21:00:00 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffer'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' messa'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' from a given endpoi'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' to an endpoint on a  ...to a'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an e'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a  ...to an endpoint on a  ...essage from'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffere'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] miio/report b'{"id":263329020,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":178,"value":31}],"type":16}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":263329020,"result":"ok"}'
2023-12-25 21:00:03 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 21:00:06 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tic'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'2a1 1 1\r\nuffered mes'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'ge from a given endpoint to a'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'...\r\nint16_t>  short id of the device to send the message to'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed:'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'nd 0x72a1 1 1\r\nuffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
wuxinxinggg commented 10 months ago

Fixed in latest master version

I still could not control the devices in Hass after upgrade to the latest master code, logs shared as above although I didn't find the Trace any more. I didn't find any error (wonder if the following is error, but log level is still Debug), could you kindly help to check again and comment, thanks a lot.

2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send **0x72a1** 1 1"}'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'transmission failed trigger ConcentratorQueueDiscovery'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'8CA3 failed with code 66'
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'====emberAfMessageSentCallback status=66 ===='
2023-12-25 20:56:15 [D] 192.168.18.162 [MQTT] log/z3 b'Wrong number of args'
wuxinxinggg commented 10 months ago

@AlexxIT Do you have any idea for the follow log? Thanks a lot

2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] miio/report b'{"id":263329020,"method":"properties_changed","params":[{"did":"1005266345","siid":2,"piid":3,"tid":178,"value":31}],"type":16}'
2023-12-25 21:00:00 [D] 192.168.18.162 [MQTT] miio/report_ack b'{"id":263329020,"result":"ok"}'
2023-12-25 21:00:03 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] **log/z3 b'Wrong number of args'**
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'Usage:'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b': 123 or 0x1ABC'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b': "foo" or {0A 1B 2C}'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'send (args) '
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     short id of the device to send the message to'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tick'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 21:00:03 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 21:00:06 [D] 192.168.18.162 [SLBS] 0xa4c138740b063b6c (0x72a1) send {'commands': [{'commandcli': 'zcl on-off off'}, {'commandcli': 'send 0x72a1 1 1'}]}
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/commands b'{"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'Handling Commands Message: {"commands":[{"commandcli":"zcl on-off off"},{"commandcli":"send 0x72a1 1 1"}]}'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'Msg: clus 0x0006, cmd 0x00, len 3'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'buffer: 01 00 00 '
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: zcl on-off off'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"zcl on-off off"}'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     msg tic'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'send 0'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'2a1 1 1\r\nuffered mes'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'ge from a given endpoint to a'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'dpoint on a '
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'...\r\nint16_t>  short id of the device to send the message to'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message from'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     The endpoint to send the message to'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'     Zcl sequence number, valid range from 0x00 to 0xFF'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed:'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'nd 0x72a1 1 1\r\nuffered message from a given endpoint to an endpoint on a  ...'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] log/z3 b'CLI command executed: send 0x72a1 1 1'
2023-12-25 21:00:06 [D] 192.168.18.162 [MQTT] gw/50EC5053020065DF/executed b'{"command":"send 0x72a1 1 1"}'
AlexxIT commented 9 months ago

Yes. I have the idea. Code should be updated for support latest gateway firmware

CatCooLeR commented 9 months ago

Hi. I have same issue. Relay dont work, after click "on" in logs displayed:

2024-01-06 04:32:20 [D] 192.168.1.6 [SLBS] 0xa4c1382c9232fc36 (0xbcc7) send {'commands': [{'commandcli': 'zcl global write 6 32770 48 {01}'}, {'commandcli': 'send 0xbcc7 1 1'}]}
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] gw/54EF44100029E6DD/commands b'{"commands":[{"commandcli":"zcl global write 6 32770 48 {01}"},{"commandcli":"send 0xbcc7 1 1"}]}'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'buffer: 00 00 02 02 80 30 01 \r\n 7'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'buffer: 00 00 02 02 80 30 01 '
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] gw/54EF44100029E6DD/executed b'{"command":"zcl global write 6 32770 48 {01}"}'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'Wrong number of args'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b' - Sen'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'a pre-buffered messa'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] gw/54EF44100029E6DD/executed b'{"command":"send 0xbcc7 1 1"}'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b' from a given endpoint to an '
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'oint on a  .'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'.\r\nmsg tick\n>  short id of the device to send the message to'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'     The endpoint to send the message from'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b'     The endpoint to send the message to'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoi'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b't on a  ...\r\nmsg tick'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] log/z3 b' - Send a pre-buffered message from a given endpoint to an endpoint on a  ...'
2024-01-06 04:32:20 [D] 192.168.1.6 [MQTT] openmiio/report b'{"gateway":{"firmware":"4.0.4_0008","model":"lumi.gateway.aqcn02"},"miio":{"cloud_starts":3,"cloud_state":"cloud_connected","cloud_uptime":"72h30m59s"},"openmiio":{"uptime":"109h17m1s","version":"1.2.1"},"serial":{"zigbee_rx":1154253,"zigbee_tx":721720},"zigbee":{"z3_starts":1,"z3_uptime":"109h17m0s"}}'
drakut commented 9 months ago

The same problem on Xiaomi Smart Home Hub 2 (CN) (Xiaomi Multimode Gateway 2 CN) after update from 1.0.6_0016 to 1.0.7.0019 - all devices are disconnected. Home Assistant 2023.8.1 Supervisor 2023.12.0

drakut commented 9 months ago

What helped in my case: I used 5-2-2-2-2-2-2 to open Telnet with this method. Some devices connected very fast automatically, but another I was need to wait some time (5-10 minutes), if no - try to make fake rename (add some symbols, then erase them, then save) in mobile app, or to do something with device in mobile app.

However, there is one situation I need to clarify: I had connected when using a lower version, but it was only after upgrading that it caused the issue of not being able to run properly. I'm not sure if you are experiencing the same situation.

thanks to gutian77 for answer in this post https://github.com/AlexxIT/XiaomiGateway3/issues/1166#issuecomment-1868737030

wuxinxinggg commented 9 months ago

What helped in my case: I used 5-2-2-2-2-2-2 to open Telnet with this method. Some devices connected very fast automatically, but another I was need to wait some time (5-10 minutes), if no - try to make fake rename (add some symbols, then erase them, then save) in mobile app, or to do something with device in mobile app.

However, there is one situation I need to clarify: I had connected when using a lower version, but it was only after upgrading that it caused the issue of not being able to run properly. I'm not sure if you are experiencing the same situation.

thanks to gutian77 for answer in this post #1166 (comment)

Are the devices vendor xiaomi (All my xiaomi vendor devices work well but only the third-party vendor devices)? And are you able to control them by hass? The devices connect to gateway correctly because when I control it by the hardware button on the device, the status show correctly on/off, and the devices are available but only could not control them by hass.

BR, Wu

drakut commented 9 months ago

What helped in my case: I used 5-2-2-2-2-2-2 to open Telnet with this method. Some devices connected very fast automatically, but another I was need to wait some time (5-10 minutes), if no - try to make fake rename (add some symbols, then erase them, then save) in mobile app, or to do something with device in mobile app.

However, there is one situation I need to clarify: I had connected when using a lower version, but it was only after upgrading that it caused the issue of not being able to run properly. I'm not sure if you are experiencing the same situation.

thanks to gutian77 for answer in this post #1166 (comment)

Are the devices vendor xiaomi (All my xiaomi vendor devices work well but only the third-party vendor devices)? And are you able to control them by hass? The devices connect to gateway correctly because when I control it by the hardware button on the device, the status show correctly on/off, and the devices are available but only could not control them by hass.

BR, Wu

2 Aqara sensors and 2 xiaomi. Yes, all of them are controlled by hass, scenarios and buttons work well

wuxinxinggg commented 9 months ago

What helped in my case: I used 5-2-2-2-2-2-2 to open Telnet with this method. Some devices connected very fast automatically, but another I was need to wait some time (5-10 minutes), if no - try to make fake rename (add some symbols, then erase them, then save) in mobile app, or to do something with device in mobile app. However, there is one situation I need to clarify: I had connected when using a lower version, but it was only after upgrading that it caused the issue of not being able to run properly. I'm not sure if you are experiencing the same situation. thanks to gutian77 for answer in this post #1166 (comment)

Are the devices vendor xiaomi (All my xiaomi vendor devices work well but only the third-party vendor devices)? And are you able to control them by hass? The devices connect to gateway correctly because when I control it by the hardware button on the device, the status show correctly on/off, and the devices are available but only could not control them by hass. BR, Wu

2 Aqara sensors and 2 xiaomi. Yes, all of them are controlled by hass, scenarios and buttons work well

Thanks Drakut, all my Aqara and xiaomi device that could connect to MiHome works well, but tuya devices don't work.

wuxinxinggg commented 9 months ago

Yes. I have the idea. Code should be updated for support latest gateway firmware

Thanks a lot Alex for your time, do you have any plan when this will be fixed

AlexxIT commented 9 months ago

Latest Hass release take a lot of my time for upgrading all of my components

wuxinxinggg commented 9 months ago

Latest Hass release take a lot of my time for upgrading all of my components

Thanks a lot for your continous wonderful contribution of creating such plugin and maintain it. Could you kindly help to check it with higher priority as I could not degrade the firmware and all the device stop working, please feel free to let me know if I could help anything. Really appreciate.

wuxinxinggg commented 9 months ago

Tried with 3.3.6, this issue is still not fixed.

AlexxIT commented 7 months ago

I need content for this file on gateway /data/zigbee/coordinator.info on fw 1.0.7_0019

AlexxIT commented 6 months ago

Fixed https://github.com/AlexxIT/XiaomiGateway3/releases/tag/v4.0.0