Dyskusja ogólna [bramka Zigbee]

Moderator: vajera

LukiSpajder
Posts: 1548
Joined: Tue Aug 18, 2020 2:22 pm
Has thanked: 25 times
Been thanked: 34 times

Post

a więc u mnie tylko dodaje się czujnik ruchu i termometr xaomi - czyta z niego tylko temperaturę a wilgotność nie na poprzedniej wersji działało

Natomiast przycisk ma takie logi nic w supli się nie pojawiło
https://pl.aliexpress.com/item/10050053 ... pt=glo2pol

Code: Select all

[ 74573][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[ 74575][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 75117][I][ZigbeeCore.cpp:324] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x5fec)
[ 75118][V][ZigbeeCore.cpp:328] esp_zb_app_signal_handler(): Device capabilities: 0x80
[ 75227][D][ZigbeeGateway.cpp:131] find_Cb(): Sensor found: short address(0x5fec), endpoint(1)
[ 75268][I][ZigbeeGateway.cpp:274] printJoinedDevices(): joined devices:
[ 75268][I][ZigbeeGateway.cpp:277] printJoinedDevices(): Device on endpoint 1, short address: 0x5fec
[ 75346][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 75346][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x5fec) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 75347][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
[ 75348][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_yj6k7vfo"
[ 75349][I][Z2S_Gateway.ino:206] loop(): manufacturer _TZ3000_yj6k7vfo
[ 75477][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 75477][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x5fec) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 75478][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
[ 75479][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0041"
[ 75480][I][Z2S_Gateway.ino:208] loop(): model TS0041
[ 75480][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_akqdg6g7::TS0201, entry # 0
[ 75480][I][Z2S_Gateway.ino:272] loop(): LIST checking Xiaomi::LYWSD03MMC-z, entry # 1
[ 75481][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_rdhukkmi::TS0201, entry # 2
[ 75482][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_fllyghyj::TS0201, entry # 3
[ 75482][I][Z2S_Gateway.ino:272] loop(): LIST checking TEST1::TS0202, entry # 4
[ 75483][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_26fmupbb::TS0203, entry # 5
[ 75483][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_rcuyhwe3::TS0203, entry # 6
[ 75484][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZE200_bh3n6gk8::TS0601, entry # 7
[ 75484][I][Z2S_Gateway.ino:272] loop(): LIST checking __TZ3000_k4ej3ww2::TS0207, entry # 8
[ 75485][I][Z2S_Gateway.ino:272] loop(): LIST checking TEST1::TS0205, entry # 9
[ 75485][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_lf56vpxj::TS0202, entry # 10
[ 75486][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_cehuw1lw::TS011F, entry # 11
[ 75486][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_5f43h46b::TS011F, entry # 12
[ 75487][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_wkai4ga5::TS0044, entry # 13
[ 75487][I][Z2S_Gateway.ino:218] loop(): LIST matched _TZ3000_yj6k7vfo::TS0041, entry # 14, endpoints # 4, endpoints 1,2,3,4
[ 75488][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x1000, 5, 0x0, 0x3, 0x1, 0x402, 0x405, 0x0, 0x0, 0x0, endpoint 1
[ 75489][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x2000, 4, 0x3, 0x1, 0x500, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 1
[ 75490][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4000, 3, 0x3, 0x1, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 1
[ 75490][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4100, 5, 0x3, 0x1, 0x6, 0x702, 0xb04, 0x0, 0x0, 0x0, endpoint 1
[ 75491][I][Z2S_Gateway.ino:233] loop(): DESC matched 0x8000, 4, 0x1, 0x5, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 0x1
[ 75492][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75493][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75493][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75494][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75505][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75505][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75506][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75506][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75507][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x1000, 5, 0x0, 0x3, 0x1, 0x402, 0x405, 0x0, 0x0, 0x0, endpoint 2
[ 75507][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x2000, 4, 0x3, 0x1, 0x500, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 2
[ 75508][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4000, 3, 0x3, 0x1, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 2
[ 75509][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4100, 5, 0x3, 0x1, 0x6, 0x702, 0xb04, 0x0, 0x0, 0x0, endpoint 2
[ 75509][I][Z2S_Gateway.ino:233] loop(): DESC matched 0x8000, 4, 0x1, 0x5, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 0x2
[ 75510][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75511][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75511][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75512][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75524][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75525][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75525][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75526][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75526][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x1000, 5, 0x0, 0x3, 0x1, 0x402, 0x405, 0x0, 0x0, 0x0, endpoint 3
[ 75527][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x2000, 4, 0x3, 0x1, 0x500, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 3
[ 75528][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4000, 3, 0x3, 0x1, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 3
[ 75529][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4100, 5, 0x3, 0x1, 0x6, 0x702, 0xb04, 0x0, 0x0, 0x0, endpoint 3
[ 75529][I][Z2S_Gateway.ino:233] loop(): DESC matched 0x8000, 4, 0x1, 0x5, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 0x3
[ 75530][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75531][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75531][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75532][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75544][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x1000, 5, 0x0, 0x3, 0x1, 0x402, 0x405, 0x0, 0x0, 0x0, endpoint 4
[ 75545][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x2000, 4, 0x3, 0x1, 0x500, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 4
[ 75547][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75547][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75547][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75548][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75545][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4000, 3, 0x3, 0x1, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, endpoint 4
[ 75549][I][Z2S_Gateway.ino:257] loop(): DESC checking 0x4100, 5, 0x3, 0x1, 0x6, 0x702, 0xb04, 0x0, 0x0, 0x0, endpoint 4
[ 75550][I][Z2S_Gateway.ino:233] loop(): DESC matched 0x8000, 4, 0x1, 0x5, 0x4, 0x6, 0x0, 0x0, 0x0, 0x0, endpoint 0x4
[ 75550][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75551][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75552][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75552][D][ZigbeeGateway.cpp:221] bindDeviceCluster(): Request sensor to bind us
[ 75561][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75561][V][ZigbeeGateway.cpp:106] bindCb(): Binding success (ZC side)
[ 75562][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_4fjiwweb::TS004F, entry # 15
[ 75562][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_uri7ongn::TS004F, entry # 16
[ 75563][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_ixla93vd::TS004F, entry # 17
[ 75563][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_qja6nq5z::TS004F, entry # 18
[ 75564][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_abrsvsou::TS004F, entry # 19
[ 75566][I][ZigbeeGateway.cpp:470] sendAttributeRead(): Sending 'read attribute' command
[ 75775][V][ZigbeeGateway.cpp:108] bindCb(): Binding success (ED side
[ 75816][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 76000][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 76053][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 76549][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[ 76620][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): Network(0x7455) is open for 180 seconds
[ 80494][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80495][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80512][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80512][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80513][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80532][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80532][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80533][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80552][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80552][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
[ 80552][E][ZigbeeGateway.cpp:113] bindCb(): Binding failed!
Send: [53 55 50 4C 41 17 08 00 00 00 28 00 00 00 10 00 00 00 A9 00 00 00 00 00 00 00 4E BB 08 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 08 00 00 00 32 00 00 00 10 00 00 00 71 9E 8A 67 00 00 00 00 E9 A5 07 00 00 00 00 00 53 55 50 4C 41 ]
[ 85600][I][ZigbeeGateway.cpp:470] sendAttributeRead(): Sending 'read attribute' command
NLME Status Indication, status: 0x0

czujnik zalania też się nie pojawił w supli
https://pl.aliexpress.com/item/10050074 ... pt=glo2pol

Code: Select all

Activity timeout set to 30 s
NLME Status Indication, status: 0x12
[ 10724][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[ 10726][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 11245][I][ZigbeeCore.cpp:324] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x133b)
[ 11245][V][ZigbeeCore.cpp:328] esp_zb_app_signal_handler(): Device capabilities: 0x80
NLME Status Indication, status: 0x12
[ 11750][D][ZigbeeGateway.cpp:131] find_Cb(): Sensor found: short address(0x133b), endpoint(1)
[ 11770][I][ZigbeeGateway.cpp:274] printJoinedDevices(): joined devices:
[ 11771][I][ZigbeeGateway.cpp:277] printJoinedDevices(): Device on endpoint 1, short address: 0x133b
[ 12252][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 12253][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 12253][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
[ 12254][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_k4ej3ww2"
[ 12255][I][Z2S_Gateway.ino:206] loop(): manufacturer _TZ3000_k4ej3ww2
NLME Status Indication, status: 0x12
[ 12756][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 12757][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 12758][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
[ 12758][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0207"
[ 12761][I][Z2S_Gateway.ino:208] loop(): model TS0207
[ 12761][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_akqdg6g7::TS0201, entry # 0
[ 12762][I][Z2S_Gateway.ino:272] loop(): LIST checking Xiaomi::LYWSD03MMC-z, entry # 1
[ 12762][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_rdhukkmi::TS0201, entry # 2
[ 12763][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_fllyghyj::TS0201, entry # 3
[ 12764][I][Z2S_Gateway.ino:272] loop(): LIST checking TEST1::TS0202, entry # 4
[ 12764][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_26fmupbb::TS0203, entry # 5
[ 12766][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_rcuyhwe3::TS0203, entry # 6
[ 12766][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZE200_bh3n6gk8::TS0601, entry # 7
[ 12767][I][Z2S_Gateway.ino:272] loop(): LIST checking __TZ3000_k4ej3ww2::TS0207, entry # 8
[ 12767][I][Z2S_Gateway.ino:272] loop(): LIST checking TEST1::TS0205, entry # 9
[ 12769][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_lf56vpxj::TS0202, entry # 10
[ 12770][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_cehuw1lw::TS011F, entry # 11
[ 12771][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_5f43h46b::TS011F, entry # 12
[ 12772][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_wkai4ga5::TS0044, entry # 13
[ 12772][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_yj6k7vfo::TS0041, entry # 14
[ 12773][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_4fjiwweb::TS004F, entry # 15
[ 12774][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_uri7ongn::TS004F, entry # 16
[ 12774][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_ixla93vd::TS004F, entry # 17
[ 12775][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_qja6nq5z::TS004F, entry # 18
[ 12775][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_abrsvsou::TS004F, entry # 19
[ 12776][D][Z2S_Gateway.ino:274] loop(): Unknown model _TZ3000_k4ej3ww2::TS0207, no binding is possible
[ 13295][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[ 13812][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): Network(0xd2f2) is open for 180 seconds
[ 21796][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 21797][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0x0), delay (0x0)
[ 21798][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xdf:0xe7:0x66:0x27:0xe5, endpoint 0x1, channel type 0x3e8
[ 21799][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒'f▒▒8▒
[ 21997][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 21997][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 21998][I][ZigbeeGateway.cpp:347] zbAttributeRead(): zbAttributeRead power config battery percentage remaining 200
[ 21998][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 21999][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 21999][I][ZigbeeGateway.cpp:350] zbAttributeRead(): zbAttributeRead power config cluster (0x1), attribute id (0x20), attribute data type (0x20)
[ 22559][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 22559][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 22560][I][ZigbeeGateway.cpp:347] zbAttributeRead(): zbAttributeRead power config battery percentage remaining 20
[ 22561][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 22561][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 22562][I][ZigbeeGateway.cpp:350] zbAttributeRead(): zbAttributeRead power config cluster (0x1), attribute id (0x20), attribute data type (0x20)
[ 23009][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 23009][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0x0), delay (0x0)
[ 23010][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xdf:0xe7:0x66:0x27:0xe5, endpoint 0x1, channel type 0x3e8
[ 23011][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒'f▒▒8▒
[ 27339][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 27340][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0x0), delay (0x0)
[ 27341][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0xdf:0xe7:0x66:0x27:0xe5, endpoint 0x1, channel type 0x3e8
[ 27341][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒'f▒▒8▒
[ 27898][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 27899][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 27899][I][ZigbeeGateway.cpp:347] zbAttributeRead(): zbAttributeRead power config battery percentage remaining 20
[ 27900][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 27900][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x133b) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 27901][I][ZigbeeGateway.cpp:350] zbAttributeRead(): zbAttributeRead power config cluster (0x1), attribute id (0x20), attribute data type (0x20)
Send: [53 55 50 4C 41 17 04 00 00 00 28 00 00 00 10 00 00 00 4B 01 00 00 00 00 00 00 1A 7B 0C 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 04 00 00 00 32 00 00 00 10 00 00 00 CA 9F 8A 67 00 00 00 00 E8 24 01 00 00 00 00 00 53 55 50 4C 41 ]
i co dziwne czujnik otwarcia też się nie pojawił chodź wcześniej się pojawiał w supli- chyba przy pierwszej wersji

Code: Select all

[ 17841][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: NWK Device Associated (0x12), status: ESP_OK
[ 17843][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Update (0x30), status: ESP_OK
[ 18364][I][ZigbeeCore.cpp:324] esp_zb_app_signal_handler(): New device commissioned or rejoined (short: 0x63f6)
[ 18364][V][ZigbeeCore.cpp:328] esp_zb_app_signal_handler(): Device capabilities: 0x80
[ 18878][D][ZigbeeGateway.cpp:131] find_Cb(): Sensor found: short address(0x63f6), endpoint(1)
[ 18926][I][ZigbeeGateway.cpp:274] printJoinedDevices(): joined devices:
[ 18927][I][ZigbeeGateway.cpp:277] printJoinedDevices(): Device on endpoint 1, short address: 0x63f6
[ 19371][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 19372][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 19372][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x4), type(0x42), value(16)
[ 19373][I][ZigbeeEP.cpp:223] zbReadBasicCluster(): Peer Manufacturer is "_TZ3000_0hkmcrza"
[ 19374][I][Z2S_Gateway.ino:206] loop(): manufacturer _TZ3000_0hkmcrza
[ 19883][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1000) callback
[ 19883][V][ZigbeeHandlers.cpp:94] zb_cmd_read_attr_resp_handler(): Read attribute response: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x0)
[ 19884][V][ZigbeeHandlers.cpp:103] zb_cmd_read_attr_resp_handler(): Read attribute response: status(0), cluster(0x0), attribute(0x5), type(0x42), value(6)
[ 19885][I][ZigbeeEP.cpp:232] zbReadBasicCluster(): Peer Model is "TS0203"
[ 19888][I][Z2S_Gateway.ino:208] loop(): model TS0203
[ 19888][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_akqdg6g7::TS0201, entry # 0
[ 19889][I][Z2S_Gateway.ino:272] loop(): LIST checking Xiaomi::LYWSD03MMC-z, entry # 1
[ 19889][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_rdhukkmi::TS0201, entry # 2
[ 19890][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_fllyghyj::TS0201, entry # 3
[ 19890][I][Z2S_Gateway.ino:272] loop(): LIST checking TEST1::TS0202, entry # 4
[ 19891][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_26fmupbb::TS0203, entry # 5
[ 19891][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_rcuyhwe3::TS0203, entry # 6
[ 19892][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZE200_bh3n6gk8::TS0601, entry # 7
[ 19893][I][Z2S_Gateway.ino:272] loop(): LIST checking __TZ3000_k4ej3ww2::TS0207, entry # 8
[ 19893][I][Z2S_Gateway.ino:272] loop(): LIST checking TEST1::TS0205, entry # 9
[ 19894][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_lf56vpxj::TS0202, entry # 10
[ 19894][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_cehuw1lw::TS011F, entry # 11
[ 19895][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_5f43h46b::TS011F, entry # 12
[ 19896][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_wkai4ga5::TS0044, entry # 13
[ 19896][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_yj6k7vfo::TS0041, entry # 14
[ 19897][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_4fjiwweb::TS004F, entry # 15
[ 19897][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_uri7ongn::TS004F, entry # 16
[ 19898][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_ixla93vd::TS004F, entry # 17
[ 19898][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_qja6nq5z::TS004F, entry # 18
[ 19899][I][Z2S_Gateway.ino:272] loop(): LIST checking _TZ3000_abrsvsou::TS004F, entry # 19
[ 19904][D][Z2S_Gateway.ino:274] loop(): Unknown model _TZ3000_0hkmcrza::TS0203, no binding is possible
[ 20378][V][ZigbeeCore.cpp:371] esp_zb_app_signal_handler(): ZDO signal: ZDO Device Authorized (0x2f), status: ESP_OK
[ 20935][I][ZigbeeCore.cpp:355] esp_zb_app_signal_handler(): Network(0xa83b) is open for 180 seconds
[ 26051][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 26052][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x1), extended status (0x0), zone id (0xff), delay (0x0)
[ 26053][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 26054][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒
[ 26566][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 26567][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 26567][I][ZigbeeGateway.cpp:350] zbAttributeRead(): zbAttributeRead power config cluster (0x1), attribute id (0x20), attribute data type (0x20)
[ 26568][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x2000) callback
[ 26569][V][ZigbeeHandlers.cpp:72] zb_attribute_reporting_handler(): Received report from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x1)
[ 26569][I][ZigbeeGateway.cpp:347] zbAttributeRead(): zbAttributeRead power config battery percentage remaining 200
NLME Status Indication, status: 0x12
Send: [53 55 50 4C 41 17 04 00 00 00 28 00 00 00 10 00 00 00 05 01 00 00 00 00 00 00 8B FE 03 00 00 00 00 00 ]
Send: [53 55 50 4C 41 ]
Recv: [53 55 50 4C 41 17 04 00 00 00 32 00 00 00 10 00 00 00 D2 A0 8A 67 00 00 00 00 14 DC 03 00 00 00 00 00 53 55 50 4C 41 ]
[ 41614][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 41614][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0xff), delay (0x0)
[ 41615][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 41616][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒
[ 42332][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 42332][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x1), extended status (0x0), zone id (0xff), delay (0x0)
[ 42333][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 42334][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒
[ 43555][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 43556][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0xff), delay (0x0)
[ 43557][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 43558][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒
[ 44221][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 44221][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x1), extended status (0x0), zone id (0xff), delay (0x0)
[ 44222][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 44223][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒
[ 45255][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 45255][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0xff), delay (0x0)
[ 45256][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 45257][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒
[ 45750][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 45751][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x1), extended status (0x0), zone id (0xff), delay (0x0)
[ 45752][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 45753][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒@
[ 46379][I][ZigbeeHandlers.cpp:21] zb_action_handler(): Receive Zigbee action(0x1031) callback
[ 46380][V][ZigbeeHandlers.cpp:167] zb_cmd_ias_zone_status_change_handler(): IAS Zone Status Notification: from address(0x63f6) src endpoint(1) to dst endpoint(1) cluster(0x500), zone status (0x0), extended status (0x0), zone id (0xff), delay (0x0)
[ 46381][I][Z2S_Devices_Table.cpp:42] Z2S_findChannelNumberSlot(): Z2S_findChannelNumberSlot 0xa4:0xc1:0x38:0x6e:0x64:0xd1:0x1f:0xf3, endpoint 0x1, channel type 0x3e8
[ 46382][I][Z2S_Devices_Table.cpp:293] Z2S_onIASzoneStatusChangeNotification(): No channel found for address ▒▒dn8▒

Last edited by LukiSpajder on Fri Jan 17, 2025 7:35 pm, edited 1 time in total.
[email protected]
Posts: 1586
Joined: Mon Feb 06, 2023 8:56 am
Has thanked: 18 times
Been thanked: 26 times

Post

vajera wrote: Fri Jan 17, 2025 8:19 am
Zibi_007 wrote: Thu Jan 16, 2025 11:42 pm
vajera wrote: Thu Jan 16, 2025 10:24 pm Chciałoby Ci się sprawdzić jeszcze raz wersję z 23:23?
Miałem mały problem z kompilacją, ale udało się opanować. Teraz takie coś wypluwa. Plik w załączniku, bo przekroczyło limit znaków. Teraz wydaje się reagować na naciśnięcia (albo zbieg okoliczności, bo sam z siebie też coś wypluwa), ale w Supli dalej nic nie ma.
Zaczął wypluwać raporty on/off czyli poszedłem dobrym tropem. W temacie przełożenia na Suplę to zastanawiam się, na jaki kanał najsensowniej? To chyba powinno działać jako przycisk, czyli nie tyle być widoczne w Cloud co generować akcje Supla? Czy macie jakieś inne pomysły?
virtual relay + action triggers - ja tego nie próbowałem co prawda , ale patrząc na dostępne akcje na takim virtual relay to chyba tak powinno być, wtedy można sobie przypisać reakcje jak potrzeba coś innego wyzwolić
endrju_88
Posts: 448
Joined: Tue Apr 25, 2023 1:02 pm
Has thanked: 3 times
Been thanked: 4 times

Post

Witam Wszystkich.

Pytanko , jak dodajecie (parujecie )urządzenie ESP32 C6 z np. czujnikiem kontaktronowym Zigbee? Chodzi mi o procedurę. Mam już w Supla Cloud dodaną bramkę ale nie widzi żadnego urządzenia. Czyli jeśli dobrze rozumie jak pisał @Zibi_007 , wprowadzam urządzenie Zigbee w tryb parowania ( przytrzymuje 5 sec. przycisk aż zaczyna dioda LED migać ) , następnie na krótką chwilę wciskam w ESP32 przycisk BOOT , i powinno się samo dodać w Cloud i pojawić nowe urządzenie? Czy w tym czasie musi być włączona Rejestracja urządzeń w Cloud? Jak patrzę na tą migającą diodę to ,krótkie przyciśnięcie BOOT na bramce nic nie wpływa na czujkę Zigbee. Resetuje bramkę , wyłączam i nic się nie dodaje. Robię coś źle ?
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

endrju_88 wrote: Fri Jan 17, 2025 7:14 pm Witam Wszystkich.

Pytanko , jak dodajecie (parujecie )urządzenie ESP32 C6 z np. czujnikiem kontaktronowym Zigbee? Chodzi mi o procedurę. Mam już w Supla Cloud dodaną bramkę ale nie widzi żadnego urządzenia. Czyli jeśli dobrze rozumie jak pisał @Zibi_007 , wprowadzam urządzenie Zigbee w tryb parowania ( przytrzymuje 5 sec. przycisk aż zaczyna dioda LED migać ) , następnie na krótką chwilę wciskam w ESP32 przycisk BOOT , i powinno się samo dodać w Cloud i pojawić nowe urządzenie? Czy w tym czasie musi być włączona Rejestracja urządzeń w Cloud? Jak patrzę na tą migającą diodę to ,krótkie przyciśnięcie BOOT na bramce nic nie wpływa na czujkę Zigbee. Resetuje bramkę , wyłączam i nic się nie dodaje. Robię coś źle ?
Dobrze robisz, może urządzenia nie ma na liście. Wrzuć tutaj logi, to się sprawdzi.
Image Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Image Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

LukiSpajder wrote: Fri Jan 17, 2025 6:27 pm a więc u mnie tylko dodaje się czujnik ruchu i termometr xaomi

Natomiast przycisk ma takie logi nic w supli się nie pojawiło
https://pl.aliexpress.com/item/10050053 ... pt=glo2pol

czujnik zalania też się nie pojawił w supli
https://pl.aliexpress.com/item/10050074 ... pt=glo2pol

i co dziwne czujnik otwarcia też się nie pojawił chodź wcześniej się pojawiał w supli- chyba przy pierwszej wersji

[
1. Na przycisk trzeba jeszcze poczekać. Widzi go, ale nie dodaje.
2. Skompiluj z najnowszą wersja bazy urządzeń. Tam był błąd i nie widzi Ci "_TZ3000_k4ej3ww2", bo masz "__TZ3000_k4ej3ww2". W nowej wersji jest to poprawione.
3. Tego czujnika otwarcia nie ma dodanego. Prośba do @vajera o dodanie:

{ .manufacturer_name = "_TZ3000_0hkmcrza", .model_name = "TS0203",
.z2s_device_desc_id = Z2S_DEVICE_DESC_IAS_ZONE_SENSOR, .z2s_device_endpoints_count = 1},
Image Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Image Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036
LukiSpajder
Posts: 1548
Joined: Tue Aug 18, 2020 2:22 pm
Has thanked: 25 times
Been thanked: 34 times

Post

To muszę Cię prosić o plik bin 😁, ( niestety nie dam rady tego sam skompilować - próbowałem ale …..)
Z góry dziękuje 😁,
Tylko wcześniej ten czujnik otwarcia działał dlatego nie dawałem logów z skanera
Jeszcze jedna rzecz przy termometrach xaomi nie czyta wilgotności ale nie wiem czemu wcześniej działało a teraz w putty pojawia się wartość -1 czyli brak odczytu .
You do not have the required permissions to view the files attached to this post.
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

LukiSpajder wrote: Fri Jan 17, 2025 7:49 pm To muszę Cię prosić o plik bin 😁, ( niestety nie dam rady tego sam skompilować - próbowałem ale …..)
Z góry dziękuje 😁,
Tylko wcześniej ten czujnik otwarcia działał dlatego nie dawałem logów z skanera
Jeszcze jedna rzecz przy termometrach xaomi nie czyta wilgotności ale nie wiem czemu wcześniej działało a teraz w putty pojawia się wartość -1 czyli brak odczytu .
Kompilować mogę najwcześniej późno w nocy (i to też nie jest pewne). Jak to zrobię, to zamieszczę. Wilgotność powinna się pojawić. Bądź cierpliwy (kilka, kilkanaście minut) albo przenieś urządzenie do innego środowiska, np. łazienki. Odczyt się powinien pojawić wcześniej.
Image Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Image Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036
LukiSpajder
Posts: 1548
Joined: Tue Aug 18, 2020 2:22 pm
Has thanked: 25 times
Been thanked: 34 times

Post

Oczywiście jak będziesz miał czas - kiedy by to nie było to i tak będę wdzięczny 😁

Testowałem to i kombinowałem z tym termometrem i nic . Natomiast po wgraniu poprzedniej wersji wilgotność pojawiła się od razu i się odświeża bez problemu . Czyli coś chyba jest z odczytem nie tak - chyba

Może ktoś to jeszcze sprawdzić czy dział pomiar na tym termometrze xaomi
User avatar
Zibi_007
Posts: 3985
Joined: Tue Oct 31, 2023 10:06 pm
Has thanked: 10 times
Been thanked: 31 times

Post

LukiSpajder wrote: Fri Jan 17, 2025 8:03 pm Oczywiście jak będziesz miał czas - kiedy by to nie było to i tak będę wdzięczny 😁

Testowałem to i kombinowałem z tym termometrem i nic . Natomiast po wgraniu poprzedniej wersji wilgotność pojawiła się od razu i się odświeża bez problemu . Czyli coś chyba jest z odczytem nie tak - chyba

Może ktoś to jeszcze sprawdzić czy dział pomiar na tym termometrze xaomi
Ja mam to samo, ale po po chwili (najwyżej kilku, kilkunastu) minutach się pojawia i później już jest cały czas. Zobaczysz najwyżej na nowej wersji, jak skompiluję.
Image Wiesz, że Supla obsługuje Zigbee? Wstąp do Klubu Promila: https://forum.supla.org/viewtopic.php?t=18018
Image Szukasz nowego GG? Jest tutaj: https://forum.supla.org/viewtopic.php?t=18036
LukiSpajder
Posts: 1548
Joined: Tue Aug 18, 2020 2:22 pm
Has thanked: 25 times
Been thanked: 34 times

Post

Dobra czekam teraz dłuższą chwilę i zobaczę - jeśli się pojawi pomiar to ten termometr wystawia moją cierpliwość na próbę 😉

Return to “Bramka ZigBee”