endrju_88 wrote: Sat Feb 15, 2025 10:05 pmKurcze , Ten czujnik ma jeszcze funkcję Light detector. Czy jest jeszcze szansa aby dodać tą funkcjonalność do niego pomimo , że jest już dodany do listy urządzeń ?
Zgłoszenia nowych urządzeń [bramka Zigbee]
Moderator: vajera
Logi i model urządzenia.endrju_88 wrote: Fri Feb 14, 2025 3:43 pm Czy jest szansa na dodanie czujnika deszczu Model: RB-SRAIN01 ?
https://pl.aliexpress.com/item/10050074 ... gIz1_D_BwE
logi z seriala:Code: Select all
_TZ3210_tgvtvdoc::TS0207,Code: Select all
15:18:45.784 -> zbInit 15:18:45.784 -> [ 603][D][ZigbeeCore.cpp:124] zigbeeInit(): Initialize Zigbee stack 15:18:45.878 -> [ 675][D][ZigbeeCore.cpp:131] zigbeeInit(): Register all Zigbee EPs in list 15:18:45.878 -> [ 676][I][ZigbeeCore.cpp:139] zigbeeInit(): List of registered Zigbee EPs: 15:18:45.878 -> [ 676][I][ZigbeeCore.cpp:141] zigbeeInit(): Device type: Home Gateway, Endpoint: 1, Device ID: 0x0050 15:18:45.878 -> [ 680][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL 15:18:45.878 -> [ 681][I][ZigbeeCore.cpp:220] esp_zb_app_signal_handler(): Zigbee stack initialized 15:18:45.878 -> [ 683][I][ZigbeeCore.cpp:226] esp_zb_app_signal_handler(): Device started up in factory-reset mode 15:18:45.878 -> [ 683][I][ZigbeeCore.cpp:230] esp_zb_app_signal_handler(): Start network formation 15:18:48.269 -> [ 3051][I][ZigbeeCore.cpp:329] esp_zb_app_signal_handler(): Network(0x0985) closed, devices joining not allowed. 15:18:48.269 -> [ 3052][I][ZigbeeCore.cpp:261] esp_zb_app_signal_handler(): Formed network successfully (Extended PAN ID: f0:f5:bd:ff:fe:0e:ee:7c, PAN ID: 0x0985, Channel:25, Short Address: 0x0000) 15:18:48.738 -> [ 3520][I][ZigbeeCore.cpp:327] esp_zb_app_signal_handler(): Network(0x0985) is open for 180 seconds 15:18:48.738 -> [ 3522][I][ZigbeeCore.cpp:276] esp_zb_app_signal_handler(): Network steering started 15:18:50.800 -> [ 5608][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK 15:18:50.800 -> [ 5610][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK 15:18:50.847 -> [ 5627][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:18:50.847 -> [ 5628][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:18:51.363 -> [ 6144][I][ZigbeeCore.cpp:299] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xe9f6) 15:18:51.363 -> [ 6145][V][ZigbeeCore.cpp:303] esp_zb_app_signal_handler(): Device capabilities: 0x80 15:18:51.456 -> [ 6250][I][ZigbeeGateway.cpp:86] find_Cb(): Found sensor 15:18:51.456 -> [ 6250][D][ZigbeeGateway.cpp:95] find_Cb(): Sensor found: short address(0xe9f6), endpoint(1) 15:18:51.550 -> [ 6332][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:18:51.550 -> [ 6333][I][ZigbeeGateway.cpp:161] printJoinedDevices(): Device on endpoint 1, short address: 0xe9f6 15:18:51.550 -> [ 6334][D][Zigbee_Gateway_2.ino:161] loop(): getJoinedDEvices 1 0 357913941 before 15:18:51.550 -> [ 6334][D][Zigbee_Gateway_2.ino:164] loop(): getJoinedDEvices 1 0 357913941 after 15:18:51.550 -> [ 6335][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:18:51.644 -> [ 6450][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1000) callback 15:18:51.644 -> [ 6450][V][ZigbeeHandlers.cpp:87] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x0) 15:18:51.644 -> [ 6451][V][ZigbeeHandlers.cpp:96] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16) 15:18:51.644 -> [ 6452][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3210_tgvtvdoc" 15:18:51.644 -> [ 6335][I][Zigbee_Gateway_2.ino:167] loop(): manufacturer _TZ3210_tgvtvdoc 15:18:51.784 -> [ 6559][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1000) callback 15:18:51.784 -> [ 6559][V][ZigbeeHandlers.cpp:87] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x0) 15:18:51.784 -> [ 6560][V][ZigbeeHandlers.cpp:96] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6) 15:18:51.784 -> [ 6561][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0207" 15:18:51.784 -> [ 6561][I][Zigbee_Gateway_2.ino:169] loop(): model TS0207 15:18:51.784 -> [ 6562][D][Zigbee_Gateway_2.ino:180] loop(): Unknown model TS0207, no binding is possible 15:18:52.769 -> [ 7574][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK 15:18:52.909 -> [ 7684][I][ZigbeeCore.cpp:327] esp_zb_app_signal_handler(): Network(0x0985) is open for 180 seconds 15:18:55.863 -> [ 10671][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:18:55.863 -> [ 10672][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:00.878 -> [ 15681][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:00.878 -> [ 15682][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:05.894 -> [ 20696][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:05.894 -> [ 20697][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:10.909 -> [ 25706][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:10.909 -> [ 25707][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:15.933 -> [ 30721][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:15.933 -> [ 30722][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:20.949 -> [ 35731][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:20.949 -> [ 35732][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:25.964 -> [ 40747][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:25.964 -> [ 40748][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:30.949 -> [ 45757][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:30.949 -> [ 45758][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:35.996 -> [ 50772][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:35.996 -> [ 50773][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:40.964 -> [ 55782][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:40.964 -> [ 55783][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:45.980 -> [ 60797][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:45.980 -> [ 60798][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:50.996 -> [ 65807][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:50.996 -> [ 65808][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:56.018 -> [ 70822][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:56.018 -> [ 70823][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:01.018 -> [ 75832][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:01.018 -> [ 75833][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:06.049 -> [ 80847][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:06.049 -> [ 80848][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:11.065 -> [ 85857][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:11.065 -> [ 85858][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:16.081 -> [ 90872][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:16.081 -> [ 90873][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:19.565 -> [ 94374][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:20:19.565 -> [ 94375][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:20:19.565 -> [ 94375][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(1), cluster(0x500) 15:20:19.565 -> [ 94376][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:20:19.565 -> [ 94377][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:20:19.565 -> [ 94377][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:20:19.565 -> [ 94378][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 1 15:20:19.565 -> in sz_ias_zone_nitification 15:20:19.565 -> 1 15:20:19.565 -> 176 15:20:21.081 -> [ 95882][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:21.081 -> [ 95883][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:26.096 -> [100897][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:26.096 -> [100898][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:31.112 -> [105907][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:31.112 -> [105908][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:36.127 -> [110922][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:36.127 -> [110923][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:41.143 -> [115932][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:41.143 -> [115933][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:46.159 -> [120947][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:46.159 -> [120948][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:51.144 -> [125957][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:51.144 -> [125958][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:53.394 -> [128183][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:20:53.394 -> [128183][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:20:53.394 -> [128184][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(0), cluster(0x500) 15:20:53.394 -> [128185][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:20:53.394 -> [128185][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:20:53.394 -> [128186][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:20:53.394 -> [128187][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 0 15:20:53.394 -> in sz_ias_zone_nitification 15:20:53.394 -> 0 15:20:53.394 -> 176 15:20:56.159 -> [130972][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:56.159 -> [130973][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:58.628 -> [133445][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:20:58.628 -> [133445][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:20:58.628 -> [133446][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(1), cluster(0x500) 15:20:58.628 -> [133447][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:20:58.628 -> [133447][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:20:58.628 -> [133448][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:20:58.628 -> [133448][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 1 15:20:58.628 -> in sz_ias_zone_nitification 15:20:58.628 -> 1 15:20:58.628 -> 176 15:21:01.175 -> [135982][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:01.175 -> [135983][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:06.190 -> [140997][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:06.190 -> [140998][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:11.222 -> [146007][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:11.222 -> [146008][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:16.237 -> [151022][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:16.237 -> [151023][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:21.222 -> [156032][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:21.222 -> [156033][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:26.253 -> [161048][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:26.253 -> [161049][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:31.253 -> [166058][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:31.253 -> [166059][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:36.289 -> [171073][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:36.289 -> [171074][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:41.305 -> [176083][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:41.305 -> [176084][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:46.320 -> [181098][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:46.320 -> [181099][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:51.305 -> [186108][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:51.305 -> [186109][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:52.898 -> [187685][I][ZigbeeCore.cpp:329] esp_zb_app_signal_handler(): Network(0x0985) closed, devices joining not allowed. 15:21:53.414 -> [188194][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:21:53.414 -> [188195][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:21:53.414 -> [188195][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(0), cluster(0x500) 15:21:53.414 -> [188196][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:21:53.414 -> [188197][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:21:53.414 -> [188197][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:21:53.414 -> [188198][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 0 15:21:53.414 -> in sz_ias_zone_nitification 15:21:53.414 -> 0 15:21:53.414 -> 176 15:21:56.320 -> [191123][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:56.320 -> [191124][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:22:01.320 -> [196134][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:22:01.320 -> [196135][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:22:06.351 -> [201149][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:22:06.351 -> [201150][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:22:09.586 -> [204379][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:22:09.586 -> [204380][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:22:09.586 -> [204380][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(1), cluster(0x500) 15:22:09.586 -> [204381][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:22:09.586 -> [204381][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:22:09.586 -> [204382][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:22:09.586 -> [204382][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 1 15:22:09.586 -> in sz_ias_zone_nitification
Ten czujnik ma jeszcze funkcję Light detector. Czy jest jeszcze szansa aby dodać tą funkcjonalność do niego pomimo , że jest już dodany do listy urządzeń ?endrju_88 wrote: Sat Mar 15, 2025 7:35 pmLogi i model urządzenia.endrju_88 wrote: Fri Feb 14, 2025 3:43 pm Czy jest szansa na dodanie czujnika deszczu Model: RB-SRAIN01 ?
https://pl.aliexpress.com/item/10050074 ... gIz1_D_BwE
logi z seriala:Code: Select all
_TZ3210_tgvtvdoc::TS0207,Code: Select all
15:18:45.784 -> zbInit 15:18:45.784 -> [ 603][D][ZigbeeCore.cpp:124] zigbeeInit(): Initialize Zigbee stack 15:18:45.878 -> [ 675][D][ZigbeeCore.cpp:131] zigbeeInit(): Register all Zigbee EPs in list 15:18:45.878 -> [ 676][I][ZigbeeCore.cpp:139] zigbeeInit(): List of registered Zigbee EPs: 15:18:45.878 -> [ 676][I][ZigbeeCore.cpp:141] zigbeeInit(): Device type: Home Gateway, Endpoint: 1, Device ID: 0x0050 15:18:45.878 -> [ 680][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL 15:18:45.878 -> [ 681][I][ZigbeeCore.cpp:220] esp_zb_app_signal_handler(): Zigbee stack initialized 15:18:45.878 -> [ 683][I][ZigbeeCore.cpp:226] esp_zb_app_signal_handler(): Device started up in factory-reset mode 15:18:45.878 -> [ 683][I][ZigbeeCore.cpp:230] esp_zb_app_signal_handler(): Start network formation 15:18:48.269 -> [ 3051][I][ZigbeeCore.cpp:329] esp_zb_app_signal_handler(): Network(0x0985) closed, devices joining not allowed. 15:18:48.269 -> [ 3052][I][ZigbeeCore.cpp:261] esp_zb_app_signal_handler(): Formed network successfully (Extended PAN ID: f0:f5:bd:ff:fe:0e:ee:7c, PAN ID: 0x0985, Channel:25, Short Address: 0x0000) 15:18:48.738 -> [ 3520][I][ZigbeeCore.cpp:327] esp_zb_app_signal_handler(): Network(0x0985) is open for 180 seconds 15:18:48.738 -> [ 3522][I][ZigbeeCore.cpp:276] esp_zb_app_signal_handler(): Network steering started 15:18:50.800 -> [ 5608][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK 15:18:50.800 -> [ 5610][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK 15:18:50.847 -> [ 5627][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:18:50.847 -> [ 5628][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:18:51.363 -> [ 6144][I][ZigbeeCore.cpp:299] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0xe9f6) 15:18:51.363 -> [ 6145][V][ZigbeeCore.cpp:303] esp_zb_app_signal_handler(): Device capabilities: 0x80 15:18:51.456 -> [ 6250][I][ZigbeeGateway.cpp:86] find_Cb(): Found sensor 15:18:51.456 -> [ 6250][D][ZigbeeGateway.cpp:95] find_Cb(): Sensor found: short address(0xe9f6), endpoint(1) 15:18:51.550 -> [ 6332][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:18:51.550 -> [ 6333][I][ZigbeeGateway.cpp:161] printJoinedDevices(): Device on endpoint 1, short address: 0xe9f6 15:18:51.550 -> [ 6334][D][Zigbee_Gateway_2.ino:161] loop(): getJoinedDEvices 1 0 357913941 before 15:18:51.550 -> [ 6334][D][Zigbee_Gateway_2.ino:164] loop(): getJoinedDEvices 1 0 357913941 after 15:18:51.550 -> [ 6335][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:18:51.644 -> [ 6450][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1000) callback 15:18:51.644 -> [ 6450][V][ZigbeeHandlers.cpp:87] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x0) 15:18:51.644 -> [ 6451][V][ZigbeeHandlers.cpp:96] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16) 15:18:51.644 -> [ 6452][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3210_tgvtvdoc" 15:18:51.644 -> [ 6335][I][Zigbee_Gateway_2.ino:167] loop(): manufacturer _TZ3210_tgvtvdoc 15:18:51.784 -> [ 6559][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1000) callback 15:18:51.784 -> [ 6559][V][ZigbeeHandlers.cpp:87] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x0) 15:18:51.784 -> [ 6560][V][ZigbeeHandlers.cpp:96] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6) 15:18:51.784 -> [ 6561][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0207" 15:18:51.784 -> [ 6561][I][Zigbee_Gateway_2.ino:169] loop(): model TS0207 15:18:51.784 -> [ 6562][D][Zigbee_Gateway_2.ino:180] loop(): Unknown model TS0207, no binding is possible 15:18:52.769 -> [ 7574][V][ZigbeeCore.cpp:340] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK 15:18:52.909 -> [ 7684][I][ZigbeeCore.cpp:327] esp_zb_app_signal_handler(): Network(0x0985) is open for 180 seconds 15:18:55.863 -> [ 10671][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:18:55.863 -> [ 10672][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:00.878 -> [ 15681][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:00.878 -> [ 15682][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:05.894 -> [ 20696][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:05.894 -> [ 20697][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:10.909 -> [ 25706][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:10.909 -> [ 25707][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:15.933 -> [ 30721][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:15.933 -> [ 30722][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:20.949 -> [ 35731][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:20.949 -> [ 35732][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:25.964 -> [ 40747][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:25.964 -> [ 40748][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:30.949 -> [ 45757][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:30.949 -> [ 45758][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:35.996 -> [ 50772][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:35.996 -> [ 50773][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:40.964 -> [ 55782][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:40.964 -> [ 55783][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:45.980 -> [ 60797][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:45.980 -> [ 60798][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:50.996 -> [ 65807][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:50.996 -> [ 65808][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:19:56.018 -> [ 70822][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:19:56.018 -> [ 70823][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:01.018 -> [ 75832][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:01.018 -> [ 75833][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:06.049 -> [ 80847][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:06.049 -> [ 80848][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:11.065 -> [ 85857][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:11.065 -> [ 85858][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:16.081 -> [ 90872][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:16.081 -> [ 90873][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:19.565 -> [ 94374][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:20:19.565 -> [ 94375][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:20:19.565 -> [ 94375][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(1), cluster(0x500) 15:20:19.565 -> [ 94376][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:20:19.565 -> [ 94377][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:20:19.565 -> [ 94377][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:20:19.565 -> [ 94378][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 1 15:20:19.565 -> in sz_ias_zone_nitification 15:20:19.565 -> 1 15:20:19.565 -> 176 15:20:21.081 -> [ 95882][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:21.081 -> [ 95883][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:26.096 -> [100897][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:26.096 -> [100898][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:31.112 -> [105907][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:31.112 -> [105908][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:36.127 -> [110922][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:36.127 -> [110923][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:41.143 -> [115932][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:41.143 -> [115933][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:46.159 -> [120947][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:46.159 -> [120948][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:51.144 -> [125957][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:51.144 -> [125958][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:53.394 -> [128183][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:20:53.394 -> [128183][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:20:53.394 -> [128184][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(0), cluster(0x500) 15:20:53.394 -> [128185][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:20:53.394 -> [128185][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:20:53.394 -> [128186][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:20:53.394 -> [128187][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 0 15:20:53.394 -> in sz_ias_zone_nitification 15:20:53.394 -> 0 15:20:53.394 -> 176 15:20:56.159 -> [130972][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:20:56.159 -> [130973][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:20:58.628 -> [133445][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:20:58.628 -> [133445][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:20:58.628 -> [133446][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(1), cluster(0x500) 15:20:58.628 -> [133447][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:20:58.628 -> [133447][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:20:58.628 -> [133448][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:20:58.628 -> [133448][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 1 15:20:58.628 -> in sz_ias_zone_nitification 15:20:58.628 -> 1 15:20:58.628 -> 176 15:21:01.175 -> [135982][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:01.175 -> [135983][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:06.190 -> [140997][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:06.190 -> [140998][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:11.222 -> [146007][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:11.222 -> [146008][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:16.237 -> [151022][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:16.237 -> [151023][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:21.222 -> [156032][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:21.222 -> [156033][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:26.253 -> [161048][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:26.253 -> [161049][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:31.253 -> [166058][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:31.253 -> [166059][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:36.289 -> [171073][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:36.289 -> [171074][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:41.305 -> [176083][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:41.305 -> [176084][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:46.320 -> [181098][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:46.320 -> [181099][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:51.305 -> [186108][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:51.305 -> [186109][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:21:52.898 -> [187685][I][ZigbeeCore.cpp:329] esp_zb_app_signal_handler(): Network(0x0985) closed, devices joining not allowed. 15:21:53.414 -> [188194][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:21:53.414 -> [188195][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:21:53.414 -> [188195][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(0), cluster(0x500) 15:21:53.414 -> [188196][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:21:53.414 -> [188197][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:21:53.414 -> [188197][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:21:53.414 -> [188198][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 0 15:21:53.414 -> in sz_ias_zone_nitification 15:21:53.414 -> 0 15:21:53.414 -> 176 15:21:56.320 -> [191123][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:21:56.320 -> [191124][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:22:01.320 -> [196134][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:22:01.320 -> [196135][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:22:06.351 -> [201149][I][ZigbeeGateway.cpp:149] printGatewayDevices(): gateway devices: 15:22:06.351 -> [201150][I][ZigbeeGateway.cpp:158] printJoinedDevices(): joined devices: 15:22:09.586 -> [204379][I][ZigbeeHandlers.cpp:20] zb_action_handler(): Receive Zigbee action(0x1031) callback 15:22:09.586 -> [204380][V][ZigbeeHandlers.cpp:153] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xe9f6) src endpoint(1) to dst endpoint(1) cluster(0x500) 15:22:09.586 -> [204380][V][ZigbeeHandlers.cpp:160] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: status(1), cluster(0x500) 15:22:09.586 -> [204381][V][ZigbeeHandlers.cpp:162] zb_cmd_ias_zone_status_change_handler(): calling (*it)->zbIASZoneStatusChangeNotification(message) 15:22:09.586 -> [204381][I][ZigbeeGateway.cpp:177] zbIASZoneStatusChangeNotification(): short address 59894, src id 59894 15:22:09.586 -> [204382][I][ZigbeeGateway.cpp:188] zbIASZoneStatusChangeNotification(): ieee addr 164:193:56:213:143:199:16:176 15:22:09.586 -> [204382][I][ZigbeeGateway.cpp:191] zbIASZoneStatusChangeNotification(): zone status 1 15:22:09.586 -> in sz_ias_zone_nitification
-
vajera
- Posts: 7292
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
endrju_88 wrote: Sat Mar 15, 2025 7:42 pm Ten czujnik ma jeszcze funkcję Light detector. Czy jest jeszcze szansa aby dodać tą funkcjonalność do niego pomimo , że jest już dodany do listy urządzeń ?
Code: Select all
[4, "battery", tuya.valueConverter.raw],
[101, "illuminance", tuya.valueConverter.raw],
[102, "illuminance_average_20min", tuya.valueConverter.raw],
[103, "illuminance_maximum_today", tuya.valueConverter.raw],
[104, "cleaning_reminder", tuya.valueConverter.trueFalse0],
[105, "rain_intensity", tuya.valueConverter.raw],
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Cleaning reminder ,proszę pomiń.vajera wrote: Mon Mar 17, 2025 9:29 amendrju_88 wrote: Sat Mar 15, 2025 7:42 pm Ten czujnik ma jeszcze funkcję Light detector. Czy jest jeszcze szansa aby dodać tą funkcjonalność do niego pomimo , że jest już dodany do listy urządzeń ?To są Tuya data_points, które może raportować - mogę zrobić dla każdego kanał GPM - pytanie czy dla "cleaning reminder" robić sensor ON/OFF czy pominąć ?Code: Select all
[4, "battery", tuya.valueConverter.raw], [101, "illuminance", tuya.valueConverter.raw], [102, "illuminance_average_20min", tuya.valueConverter.raw], [103, "illuminance_maximum_today", tuya.valueConverter.raw], [104, "cleaning_reminder", tuya.valueConverter.trueFalse0], [105, "rain_intensity", tuya.valueConverter.raw],
-
brodaa
- Posts: 21
- Joined: Mon Nov 22, 2021 11:46 am
Przepraszam ze teraz dopiero odpowiadam, ale na chwilę musiałem odpuścić temat.
Tak czujnik dymu ma wbudowaną syrenę. Po sparowaniu lecą takie logi i brak reakcji w cloud po wyzwoleniu czujnika:
Code: Select all
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 22 00 00 00 32 00 00 00 10 00 00 00 3F BB D9 67 00 00 00 00 DC A2 00 00 00 00 00 00 53 55 50 4C 41 ]
Send: [53 55 50 4C 41 17 22 00 00 00 28 00 00 00 10 00 00 00 67 C9 D9 67 00 00 00 00 6B 3C 0E 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 23 00 00 00 32 00 00 00 10 00 00 00 58 BB D9 67 00 00 00 00 81 6A 00 00 00 00 00 00 53 55 50 4C 41 ]
Send: [53 55 50 4C 41 17 23 00 00 00 28 00 00 00 10 00 00 00 80 C9 D9 67 00 00 00 00 26 48 0E 00 00 00 00 00 ]-
brodaa
- Posts: 21
- Joined: Mon Nov 22, 2021 11:46 am
Czujnik gazu również się dodaje ale nie ma reakcji na jego wyzwolenie. Logi z chwili wyzwolenia jak niżej:
Code: Select all
[142317][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1031) callback
[142317][V][ZigbeeHandlers.cpp:294] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x20bd) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x20), extended status (0x0), zone id (0xff), delay (0x0)
[142318][I][z2s_devices_table.cpp:85] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0x0:0x50:0x43:0xc9:0x5b:0x30:0x34:0x1e, endpoint 0x1, channel type 0x3e8-
vajera
- Posts: 7292
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Będzie w 0.7.2 (właśnie się buduje) - proszę o feedback.endrju_88 wrote: Mon Mar 17, 2025 11:42 amCleaning reminder ,proszę pomiń.vajera wrote: Mon Mar 17, 2025 9:29 amendrju_88 wrote: Sat Mar 15, 2025 7:42 pm Ten czujnik ma jeszcze funkcję Light detector. Czy jest jeszcze szansa aby dodać tą funkcjonalność do niego pomimo , że jest już dodany do listy urządzeń ?To są Tuya data_points, które może raportować - mogę zrobić dla każdego kanał GPM - pytanie czy dla "cleaning reminder" robić sensor ON/OFF czy pominąć ?Code: Select all
[4, "battery", tuya.valueConverter.raw], [101, "illuminance", tuya.valueConverter.raw], [102, "illuminance_average_20min", tuya.valueConverter.raw], [103, "illuminance_maximum_today", tuya.valueConverter.raw], [104, "cleaning_reminder", tuya.valueConverter.trueFalse0], [105, "rain_intensity", tuya.valueConverter.raw],
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Wgrałem 0.7.2 na N16 . Dodałem czujnik do bramki ale w Supla Cloud nie pojawia się żaden kanał. Logi poniżej.vajera wrote: Sat Mar 22, 2025 11:00 pmBędzie w 0.7.2 (właśnie się buduje) - proszę o feedback.endrju_88 wrote: Mon Mar 17, 2025 11:42 amCleaning reminder ,proszę pomiń.vajera wrote: Mon Mar 17, 2025 9:29 am
To są Tuya data_points, które może raportować - mogę zrobić dla każdego kanał GPM - pytanie czy dla "cleaning reminder" robić sensor ON/OFF czy pominąć ?Code: Select all
[4, "battery", tuya.valueConverter.raw], [101, "illuminance", tuya.valueConverter.raw], [102, "illuminance_average_20min", tuya.valueConverter.raw], [103, "illuminance_maximum_today", tuya.valueConverter.raw], [104, "cleaning_reminder", tuya.valueConverter.trueFalse0], [105, "rain_intensity", tuya.valueConverter.raw],
Code: Select all
10:26:38.531 -> [ 5319][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1000) callback
10:26:38.531 -> [ 5319][V][ZigbeeHandlers.cpp:151] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0xf9fd) src endpoint(1) to dst endpoint(1) cluster(0x0)
10:26:38.531 -> [ 5320][V][ZigbeeHandlers.cpp:160] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
10:26:38.531 -> [ 5321][I][ZigbeeGateway.cpp:346] zbReadBasicCluster(): Peer Manufacturer is "_TZ3210_tgvtvdoc"
10:26:38.531 -> [ 5321][V][ZigbeeHandlers.cpp:160] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x0), type(0x20), value(3)
10:26:38.531 -> [ 5322][I][ZigbeeGateway.cpp:359] zbReadBasicCluster(): ZCL version id is "3"
10:26:38.531 -> [ 5322][V][ZigbeeHandlers.cpp:160] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x1), type(0x20), value(67)
10:26:38.531 -> [ 5323][I][ZigbeeGateway.cpp:365] zbReadBasicCluster(): ZCL application version id is "67"
10:26:38.531 -> [ 5324][V][ZigbeeHandlers.cpp:160] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
10:26:38.531 -> [ 5324][I][ZigbeeGateway.cpp:353] zbReadBasicCluster(): Peer Model is "TS0207"
10:26:38.531 -> [ 5325][V][ZigbeeHandlers.cpp:160] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x7), type(0x30), value(3)
10:26:38.531 -> [ 5325][I][ZigbeeGateway.cpp:371] zbReadBasicCluster(): ZCL power source id is "3"
10:26:38.531 -> [ 5326][V][ZigbeeHandlers.cpp:160] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0xfffe), type(0x30), value(0)
10:26:38.531 -> [ 5326][I][ZigbeeGateway.cpp:375] zbReadBasicCluster(): Attribute 0xFFFE, data type 0x30
10:26:38.531 -> [ 5330][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1005) callback
10:26:38.531 -> [ 5331][V][ZigbeeHandlers.cpp:271] zb_cmd_default_resp_handler(): Received default response: from address(0xf9fd), src_endpoint(1) to dst_endpoint(1), cluster(0xef00) for command (0x3) with status 0x0
10:26:38.531 -> [ 5332][V][ZigbeeHandlers.cpp:275] zb_cmd_default_resp_handler(): command id (11), direction (1), is common (1)
10:26:38.531 -> [ 5332][I][ZigbeeGateway.cpp:1372] zbCmdDefaultResponse(): zbCustomCmd default response async, tsn 0x1[0x0]
10:26:38.531 -> [ 5333][I][ZigbeeGateway.cpp:1374] zbCmdDefaultResponse(): custom cmd rssi -46
10:26:38.812 -> [ 5600][I][ZigbeeGateway.cpp:1065] sendAttributeWrite(): Sending 'write attribute' command - id (0xffde), type (0x20), size (0x1), value (0x13)
10:26:39.000 -> [ 5806][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1001) callback
10:26:39.000 -> [ 5807][V][ZigbeeHandlers.cpp:187] zb_cmd_write_attr_resp_handler(): Write attribute response: from address(0xf9fd) src endpoint(1) to dst endpoint(1) cluster(0x0)
10:26:39.000 -> [ 5808][V][ZigbeeHandlers.cpp:194] zb_cmd_write_attr_resp_handler(): Write attribute response: status(0), cluster(0x0), attribute(0xffff)
10:26:39.281 -> [ 6102][I][ZigbeeGateway.cpp:1065] sendAttributeWrite(): Sending 'write attribute' command - id (0x9), type (0x20), size (0x1), value (0x1)
10:26:39.515 -> [ 6311][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1001) callback
10:26:39.515 -> [ 6312][V][ZigbeeHandlers.cpp:187] zb_cmd_write_attr_resp_handler(): Write attribute response: from address(0xf9fd) src endpoint(1) to dst endpoint(1) cluster(0xfcc0)
10:26:39.515 -> [ 6312][V][ZigbeeHandlers.cpp:194] zb_cmd_write_attr_resp_handler(): Write attribute response: status(134), cluster(0xfcc0), attribute(0x9)
10:26:39.796 -> [ 6603][I][Z2S_Gateway.ino:762] loop(): LIST matched _TZ3210_tgvtvdoc::TS0207, entry # 52, endpoints # 1, endpoints 0x0::0x0,0x0::0x0,0x0::0x0,0x0::0x0
10:26:39.796 -> Scheduling soft restart in 5000 ms
10:26:39.796 -> LAST STATE ADDED: Software reset
10:26:39.796 -> Current status: [41] Software reset
10:26:39.796 -> [ 6604][D][Z2S_Gateway.ino:1054] loop(): Unknown model _TZ3210_tgvtvdoc::TS0207, no binding is possible
10:26:44.795 -> Reset requested. Reset device
10:26:44.795 -> LittleFsConfig: writing to file "/supla-dev.cfg"
10:26:44.858 -> LittleFsConfig: writing to file "/supla-dev.cfg.bak"
10:28:54.476 -> [128202][I][z2s_device_tuya_custom_cluster.cpp:320] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x6
10:28:54.476 -> [128203][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0xffffffff
10:28:54.476 -> [128204][I][z2s_device_tuya_custom_cluster.cpp:292] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
10:28:54.617 -> [128325][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1040) callback
10:28:54.617 -> [128326][I][ZigbeeHandlers.cpp:343] zb_cmd_custom_cluster_req_handler(): Receive custom command: 6 from address 0xf9fd
10:28:54.617 -> [128326][I][ZigbeeHandlers.cpp:345] zb_cmd_custom_cluster_req_handler(): Payload size: 10
10:28:54.617 -> [128327][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
10:28:54.617 -> [128327][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x1
10:28:54.617 -> [128327][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x69
10:28:54.617 -> [128328][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
10:28:54.617 -> [128328][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
10:28:54.617 -> [128329][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
10:28:54.617 -> [128329][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
10:28:54.617 -> [128330][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
10:28:54.617 -> [128330][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0x0
10:28:54.617 -> [128331][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x11
10:28:54.617 -> [128331][I][z2s_device_tuya_custom_cluster.cpp:320] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x6
10:28:54.617 -> [128332][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0xffffffff
10:28:54.617 -> [128333][I][z2s_device_tuya_custom_cluster.cpp:292] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
10:28:55.733 -> Send: [53 55 50 4C 41 17 09 00 00 00 28 00 00 00 10 00 00 00 64 E2 DF 67 00 00 00 00 44 01 0E 00 00 00 00 00 ]
10:28:55.733 -> Send: [53 55 50 4C 41 ]
10:28:55.860 -> Recv: [53 55 50 4C 41 17 09 00 00 00 32 00 00 00 10 00 00 00 57 D4 DF 67 00 00 00 00 07 33 08 00 00 00 00 00 53 55 50 4C 41 ]
10:29:20.721 -> Send: [53 55 50 4C 41 17 0A 00 00 00 28 00 00 00 10 00 00 00 7D E2 DF 67 00 00 00 00 FE 0C 0E 00 00 00 00 00 ]
10:29:20.768 -> Send: [53 55 50 4C 41 ]
10:29:20.861 -> Recv: [53 55 50 4C 41 17 0A 00 00 00 32 00 00 00 10 00 00 00 70 D4 DF 67 00 00 00 00 BE ED 07 00 00 00 00 00 53 55 50 4C 41 ]
10:29:38.968 -> [172662][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1031) callback
10:29:38.968 -> [172663][V][ZigbeeHandlers.cpp:294] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0xf9fd) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x1), extended status (0x0), zone id (0xd), delay (0x0)
10:29:38.968 -> [172664][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0x3e8
10:29:38.968 -> [172665][I][z2s_devices_table.cpp:860] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ⸮Ǐ⸮8⸮⸮
10:29:45.763 -> Send: [53 55 50 4C 41 17 0B 00 00 00 28 00 00 00 10 00 00 00 96 E2 DF 67 00 00 00 00 AE 1C 0E 00 00 00 00 00 ]
10:29:45.763 -> Send: [53 55 50 4C 41 ]
10:29:45.857 -> Recv: [53 55 50 4C 41 17 0B 00 00 00 32 00 00 00 10 00 00 00 89 D4 DF 67 00 00 00 00 0F DD 07 00 00 00 00 00 53 55 50 4C 41 ]
10:29:49.216 -> [182925][I][ZigbeeCore.cpp:388] esp_zb_app_signal_handler(): Network(0x1d36) closed, devices joining not allowed.
10:29:54.388 -> [188075][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1040) callback
10:29:54.388 -> [188075][I][ZigbeeHandlers.cpp:343] zb_cmd_custom_cluster_req_handler(): Receive custom command: 6 from address 0xf9fd
10:29:54.388 -> [188076][I][ZigbeeHandlers.cpp:345] zb_cmd_custom_cluster_req_handler(): Payload size: 10
10:29:54.388 -> [188076][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
10:29:54.388 -> [188077][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x1
10:29:54.388 -> [188077][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x65
10:29:54.388 -> [188078][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
10:29:54.388 -> [188078][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
10:29:54.388 -> [188079][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
10:29:54.388 -> [188079][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
10:29:54.388 -> [188079][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
10:29:54.388 -> [188080][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0xb
10:29:54.388 -> [188080][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x3e
10:29:54.388 -> [188081][I][z2s_device_tuya_custom_cluster.cpp:320] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x6
10:29:54.388 -> [188082][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0xffffffff
10:29:54.388 -> [188082][I][z2s_device_tuya_custom_cluster.cpp:292] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
10:29:54.482 -> [188202][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1040) callback
10:29:54.482 -> [188202][I][ZigbeeHandlers.cpp:343] zb_cmd_custom_cluster_req_handler(): Receive custom command: 6 from address 0xf9fd
10:29:54.482 -> [188203][I][ZigbeeHandlers.cpp:345] zb_cmd_custom_cluster_req_handler(): Payload size: 10
10:29:54.482 -> [188203][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
10:29:54.482 -> [188204][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x1
10:29:54.482 -> [188204][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x66
10:29:54.482 -> [188205][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
10:29:54.482 -> [188205][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
10:29:54.482 -> [188205][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
10:29:54.482 -> [188206][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
10:29:54.482 -> [188206][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
10:29:54.482 -> [188207][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0xb
10:29:54.482 -> [188207][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0xea
10:29:54.482 -> [188208][I][z2s_device_tuya_custom_cluster.cpp:320] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x6
10:29:54.482 -> [188208][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0xffffffff
10:29:54.482 -> [188209][I][z2s_device_tuya_custom_cluster.cpp:292] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
10:29:54.622 -> [188331][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x1040) callback
10:29:54.622 -> [188331][I][ZigbeeHandlers.cpp:343] zb_cmd_custom_cluster_req_handler(): Receive custom command: 6 from address 0xf9fd
10:29:54.622 -> [188332][I][ZigbeeHandlers.cpp:345] zb_cmd_custom_cluster_req_handler(): Payload size: 10
10:29:54.622 -> [188333][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x0] = 0x0
10:29:54.622 -> [188333][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x1] = 0x1
10:29:54.622 -> [188333][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x2] = 0x69
10:29:54.622 -> [188334][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x3] = 0x2
10:29:54.622 -> [188334][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x4] = 0x0
10:29:54.622 -> [188335][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x5] = 0x4
10:29:54.622 -> [188335][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x6] = 0x0
10:29:54.622 -> [188336][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x7] = 0x0
10:29:54.622 -> [188336][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x8] = 0xc
10:29:54.622 -> [188336][I][ZigbeeHandlers.cpp:347] zb_cmd_custom_cluster_req_handler(): Payload [0x9] = 0x5
10:29:54.622 -> [188337][I][z2s_device_tuya_custom_cluster.cpp:320] processTuyaCustomCluster(): processing Tuya custom cluster 0xEF00, command id 0x6
10:29:54.622 -> [188338][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0xffffffff
10:29:54.622 -> [188338][I][z2s_device_tuya_custom_cluster.cpp:292] processTuyaDataReport(): processTuyaDataReport failed - no Supla channel for that device
10:30:10.763 -> Send: [53 55 50 4C 41 17 0C 00 00 00 28 00 00 00 10 00 00 00 AF E2 DF 67 00 00 00 00 40 2C 0E 00 00 00 00 00 ]
10:30:10.763 -> Send: [53 55 50 4C 41 ]
10:30:10.903 -> Recv: [53 55 50 4C 41 17 0C 00 00 00 32 00 00 00 10 00 00 00 A2 D4 DF 67 00 00 00 00 0F DE 08 00 00 00 00 00 53 55 50 4C 41 ]
10:30:35.729 -> Send: [53 55 50 4C 41 17 0D 00 00 00 28 00 00 00 10 00 00 00 C8 E2 DF 67 00 00 00 00 F8 37 0E 00 00 00 00 00 ]
10:30:35.776 -> Send: [53 55 50 4C 41 ]
10:30:35.917 -> Recv: [53 55 50 4C 41 17 0D 00 00 00 32 00 00 00 10 00 00 00 BB D4 DF 67 00 00 00 00 16 98 08 00 00 00 00 00 53 55 50 4C 41 ]
10:30:39.667 -> [233389][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x2000) callback
10:30:39.667 -> [233389][V][ZigbeeHandlers.cpp:129] zb_attribute_reporting_handler(): Received report from address(0xf9fd) src endpoint(1) to dst endpoint(1) cluster(0x1)
10:30:39.667 -> [233390][I][ZigbeeGateway.cpp:697] zbAttributeReporting(): zbAttributeReporting power config battery percentage remaining 194
10:30:39.667 -> [233390][I][z2s_devices_table.cpp:834] Z2S_onBatteryPercentageReceive(): onBatteryPercentageReceive 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1
10:30:39.667 -> [233391][E][z2s_devices_table.cpp:412] Z2S_updateZBDeviceLastSeenMs(): Unknown ZB device - update not possible!
10:30:39.667 -> [233392][I][z2s_devices_table.cpp:96] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xd5:0x8f:0xc7:0x10:0xb0, endpoint 0x1, channel type 0xffffffff
10:30:39.667 -> [233393][I][z2s_devices_table.cpp:842] Z2S_onBatteryPercentageReceive(): No channel found for address ⸮Ǐ⸮8⸮⸮j⸮ֿH<⸮⸮⸮⸮
10:30:41.589 -> [233796][I][ZigbeeHandlers.cpp:35] zb_action_handler(): Receive Zigbee action(0x2000) callback
-
vajera
- Posts: 7292
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 291 times
- Been thanked: 161 times
Sprawdź 0.7.3.endrju_88 wrote: Sun Mar 23, 2025 9:40 am Wgrałem 0.7.2 na N16 . Dodałem czujnik do bramki ale w Supla Cloud nie pojawia się żaden kanał. Logi poniżej.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
