Posts: 187
Threads: 43
Joined: Jul 2015
Reputation:
2
(05.11.2021, 07:22) admin Wrote: @gtsamis, it is more complicated because this device does not use standard ZigBee clusters. Instead it only uses ZigBee as a transport for TRV control and status messages. Some more info on this: https://medium.com/@dzegarra/zigbee2mqtt...92707e882d
They are too cheep to be true!
So any suggestions for certified TRV that can work with LM?
Posts: 32
Threads: 4
Joined: Apr 2020
Reputation:
1
Is it possible to add a profile for Develco SPLZB-131 on/off schuko plug with powermetering?
It's adding but is not responding to any commands, or reporting back, seems like it's repeating signal as it is range expanding to my lights bulbs.
Log is empty for operation on the device on off button. Aattatched log output controlling device from zigbee app (all buttons tested) Read status goes timeout.
Here is screenprint of device.
Attached Files
Posts: 458
Threads: 97
Joined: Jun 2015
Reputation:
6
Can i use this with a LM Ambient?
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Depends on the CPU model. At this moment only i.MX6 is supported.
Posts: 458
Threads: 97
Joined: Jun 2015
Reputation:
6
(23.11.2021, 08:33) admin Wrote: Depends on the CPU model. At this moment only i.MX6 is supported.
LMWNCO2-ZR
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Go to the LM app store. If ZigBee app is there then it can be installed on your device.
Posts: 39
Threads: 9
Joined: Oct 2015
Reputation:
0
Hello
I have an installation which cannot be connected to the internet and I would like to put the ZigBee module.
Can we have the zigbee installation file?
thx
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Posts: 3
Threads: 0
Joined: Jun 2019
Reputation:
0
(09.12.2021, 12:01) admin Wrote: https://dl.openrb.com/pkg/zigbee-20211116.ipk Hello,
Could you please resend the link for the download?
I have a USB CC2531 but in the application the status icon appears red.
In the syslog if the USB Dongle is recognized, is there anything else that needs to be configured?
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Posts: 29
Threads: 6
Joined: Jan 2016
Reputation:
4
(02.01.2022, 13:03) admin Wrote: Here's the current version: https://dl.openrb.com/pkg/zigbee-20211217.ipk
Hello
it is possible to publish profiles without bytecode?
For community integration 3party devices.
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Custom profiles will be implemented later on. Which device do you want to integrate?
Posts: 3
Threads: 0
Joined: Jun 2019
Reputation:
0
(02.01.2022, 13:03) admin Wrote: Here's the current version: https://dl.openrb.com/pkg/zigbee-20211217.ipk thanks for the file
Is any additional configuration necessary?
Status icon is still red
Attached Files
Thumbnail(s)
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
Did you get the dongle from us or have you bought it yourself? The dongle must be flashed with correct firmware before it can be used. This has to be done via an external programming device.
Posts: 3
Threads: 0
Joined: Jun 2019
Reputation:
0
(03.01.2022, 06:32) admin Wrote: Did you get the dongle from us or have you bought it yourself? The dongle must be flashed with correct firmware before it can be used. This has to be done via an external programming device.I bought it myself. Is it possible to make this update?
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
You will need additional hardware for this. See this guide:
https://www.zigbee2mqtt.io/guide/adapter...c2531.html
Posts: 86
Threads: 17
Joined: Feb 2021
Reputation:
3
(11.08.2021, 07:50) Daniel Wrote: We have first prototypes and they do work great. To official sale it is still a while 2-3 months I think.
Hi Daniel,
First of all Best wishes to you and the embedded Systems Team!
Any update on the offical sale of the zigbee devices with remote antenna?
Greetings,
tig
Posts: 5030
Threads: 28
Joined: Aug 2017
Reputation:
230
We are in process of making 4rth version, I hope last one.
------------------------------
Ctrl+F5
Posts: 29
Threads: 6
Joined: Jan 2016
Reputation:
4
Hello, I have Silvercrest Smart Plug from Lidl and feedback object dont work. Whats wrong?
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320
2022 -
01 -
07 22 :
31 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
31 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
31 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
31 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
31 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
31 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
31 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
30 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
30 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
30 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
30 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
30 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
30 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
30 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
29 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
29 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
29 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
29 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
29 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
29 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
29 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
29 :
45 CC :
MT command SRSP_ZDO_EXT_ROUTE_DISC ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
29 :
45 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x45 ,
data :
[
3 ]
65 45 00
2022 -
01 -
07 22 :
29 :
45 ZNP :
sending request :
[
9 ]
FE 04 25 45 FC FF 03 03 67
2022 -
01 -
07 22 :
29 :
45 SREQ :
sending ZDO_EXT_ROUTE_DISC ,
data :
{
Radius =
3 ,
DestinationAddress =
65532 ,
Options =
3 }
2022 -
01 -
07 22 :
29 :
45 ZB :
send many to one route request
2022 -
01 -
07 22 :
28 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
28 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
28 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
28 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
28 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
28 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
28 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
27 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
27 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
27 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
27 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
27 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
27 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
27 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
27 :
15 CC :
MT command SRSP_ZDO_EXT_ROUTE_DISC ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
27 :
15 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x45 ,
data :
[
3 ]
65 45 00
2022 -
01 -
07 22 :
27 :
15 ZNP :
sending request :
[
9 ]
FE 04 25 45 FC FF 03 03 67
2022 -
01 -
07 22 :
27 :
15 SREQ :
sending ZDO_EXT_ROUTE_DISC ,
data :
{
Radius =
3 ,
DestinationAddress =
65532 ,
Options =
3 }
2022 -
01 -
07 22 :
27 :
15 ZB :
send many to one route request
2022 -
01 -
07 22 :
26 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
26 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
26 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
26 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
26 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
26 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
26 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
26 :
13 ZCL OK 0c4314fffe6ff041
4
2022 -
01 -
07 22 :
26 :
13 CC :
MT command AREQ_AF_DATA_CONFIRM ,
payload :
{
Status =
0 ,
TransId =
4 ,
Endpoint =
1 }
2022 -
01 -
07 22 :
26 :
13 CC :
MT type AREQ (
2 ),
subsystem AF (
0x04 ),
command id 0x80 ,
data :
[
5 ]
44 80 00 01 04
2022 -
01 -
07 22 :
26 :
13 CC :
MT command SRSP_AF_DATA_REQUEST ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
26 :
13 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x01 ,
data :
[
3 ]
64 01 00
2022 -
01 -
07 22 :
26 :
13 ZNP :
sending request :
[
18 ]
FE 0D 24 01 16 E3 0B 01 06 00 04 00 1E 03 11 04 00 DD
2022 -
01 -
07 22 :
26 :
13 SREQ :
sending AF_DATA_REQUEST ,
data :
{
ClusterId =
6 ,
DstEndpoint =
11 ,
Data = [
17 ,
4 ,
0 ],
DstAddr =
58134 ,
Radius =
30 ,
Options = [ ],
TransId =
4 ,
SrcEndpoint =
1 }
2022 -
01 -
07 22 :
26 :
13 ZB :
sending ZCL message to 0c4314fffe6ff041 ,
cluster 0006 :
{
FrameControl = [
"FrameTypeLocal" ,
"DirectionToServer" ,
"DisableDefaultResponse" ],
TransactionSequenceNumber =
4 ,
OnOffClusterFrame = {
CommandIdentifier =
"Off" } }
2022 -
01 -
07 22 :
26 :
11 ZCL OK 0c4314fffe6ff041
3
2022 -
01 -
07 22 :
26 :
11 CC :
MT command AREQ_AF_DATA_CONFIRM ,
payload :
{
Status =
0 ,
TransId =
3 ,
Endpoint =
1 }
2022 -
01 -
07 22 :
26 :
11 CC :
MT type AREQ (
2 ),
subsystem AF (
0x04 ),
command id 0x80 ,
data :
[
5 ]
44 80 00 01 03
2022 -
01 -
07 22 :
26 :
11 CC :
MT command SRSP_AF_DATA_REQUEST ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
26 :
11 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x01 ,
data :
[
3 ]
64 01 00
2022 -
01 -
07 22 :
26 :
11 ZNP :
sending request :
[
18 ]
FE 0D 24 01 16 E3 0B 01 06 00 03 00 1E 03 11 03 01 DC
2022 -
01 -
07 22 :
26 :
11 SREQ :
sending AF_DATA_REQUEST ,
data :
{
ClusterId =
6 ,
DstEndpoint =
11 ,
Data = [
17 ,
3 ,
1 ],
DstAddr =
58134 ,
Radius =
30 ,
Options = [ ],
TransId =
3 ,
SrcEndpoint =
1 }
2022 -
01 -
07 22 :
26 :
11 ZB :
sending ZCL message to 0c4314fffe6ff041 ,
cluster 0006 :
{
FrameControl = [
"FrameTypeLocal" ,
"DirectionToServer" ,
"DisableDefaultResponse" ],
TransactionSequenceNumber =
3 ,
OnOffClusterFrame = {
CommandIdentifier =
"On" } }
2022 -
01 -
07 22 :
26 :
08 ZCL OK 0c4314fffe6ff041
2
2022 -
01 -
07 22 :
26 :
08 CC :
MT command AREQ_AF_DATA_CONFIRM ,
payload :
{
Status =
0 ,
TransId =
2 ,
Endpoint =
1 }
2022 -
01 -
07 22 :
26 :
08 CC :
MT type AREQ (
2 ),
subsystem AF (
0x04 ),
command id 0x80 ,
data :
[
5 ]
44 80 00 01 02
2022 -
01 -
07 22 :
26 :
08 CC :
MT command SRSP_AF_DATA_REQUEST ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
26 :
08 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x01 ,
data :
[
3 ]
64 01 00
2022 -
01 -
07 22 :
26 :
08 ZNP :
sending request :
[
18 ]
FE 0D 24 01 16 E3 0B 01 06 00 02 00 1E 03 11 02 00 DD
2022 -
01 -
07 22 :
26 :
08 SREQ :
sending AF_DATA_REQUEST ,
data :
{
ClusterId =
6 ,
DstEndpoint =
11 ,
Data = [
17 ,
2 ,
0 ],
DstAddr =
58134 ,
Radius =
30 ,
Options = [ ],
TransId =
2 ,
SrcEndpoint =
1 }
2022 -
01 -
07 22 :
26 :
08 ZB :
sending ZCL message to 0c4314fffe6ff041 ,
cluster 0006 :
{
FrameControl = [
"FrameTypeLocal" ,
"DirectionToServer" ,
"DisableDefaultResponse" ],
TransactionSequenceNumber =
2 ,
OnOffClusterFrame = {
CommandIdentifier =
"Off" } }
2022 -
01 -
07 22 :
26 :
06 ZCL OK 0c4314fffe6ff041
1
2022 -
01 -
07 22 :
26 :
06 CC :
MT command AREQ_AF_DATA_CONFIRM ,
payload :
{
Status =
0 ,
TransId =
1 ,
Endpoint =
1 }
2022 -
01 -
07 22 :
26 :
06 CC :
MT type AREQ (
2 ),
subsystem AF (
0x04 ),
command id 0x80 ,
data :
[
5 ]
44 80 00 01 01
2022 -
01 -
07 22 :
26 :
06 CC :
MT command SRSP_AF_DATA_REQUEST ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
26 :
06 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x01 ,
data :
[
3 ]
64 01 00
2022 -
01 -
07 22 :
26 :
06 ZNP :
sending request :
[
18 ]
FE 0D 24 01 16 E3 0B 01 06 00 01 00 1E 03 11 01 01 DC
2022 -
01 -
07 22 :
26 :
06 SREQ :
sending AF_DATA_REQUEST ,
data :
{
ClusterId =
6 ,
DstEndpoint =
11 ,
Data = [
17 ,
1 ,
1 ],
DstAddr =
58134 ,
Radius =
30 ,
Options = [ ],
TransId =
1 ,
SrcEndpoint =
1 }
2022 -
01 -
07 22 :
26 :
06 ZB :
sending ZCL message to 0c4314fffe6ff041 ,
cluster 0006 :
{
FrameControl = [
"FrameTypeLocal" ,
"DirectionToServer" ,
"DisableDefaultResponse" ],
TransactionSequenceNumber =
1 ,
OnOffClusterFrame = {
CommandIdentifier =
"On" } }
2022 -
01 -
07 22 :
25 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
25 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
25 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
25 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
25 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
25 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
25 :
47 ZB :
permit join : -
1
2022 -
01 -
07 22 :
24 :
47 CC :
MT command AREQ_ZDO_MGMT_PERMIT_JOIN_RSP ,
payload :
{
SrcAddr =
0 ,
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xB6 ,
data :
[
5 ]
45 B6 00 00 00
2022 -
01 -
07 22 :
24 :
47 CC :
MT command AREQ_ZDO_PERMIT_JOIN_IND ,
payload :
{
PermitJoinDuration =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xCB ,
data :
[
3 ]
45 CB 00
2022 -
01 -
07 22 :
24 :
47 CC :
MT command SRSP_ZDO_MGMT_PERMIT_JOIN_REQ ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x36 ,
data :
[
3 ]
65 36 00
2022 -
01 -
07 22 :
24 :
47 ZNP :
sending request :
[
9 ]
FE 04 25 36 FF FF 00 00 17
2022 -
01 -
07 22 :
24 :
47 SREQ :
sending ZDO_MGMT_PERMIT_JOIN_REQ ,
data :
{
AddrMode =
255 ,
TCSignificance =
0 ,
Duration =
0 ,
DstAddr =
65535 }
2022 -
01 -
07 22 :
24 :
47 CC :
initialized
2022 -
01 -
07 22 :
24 :
47 CC :
MT command SRSP_AF_INTER_PAN_CTL ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x10 ,
data :
[
3 ]
64 10 00
2022 -
01 -
07 22 :
24 :
47 ZNP :
sending request :
[
7 ]
FE 02 24 10 02 02 36
2022 -
01 -
07 22 :
24 :
47 SREQ :
sending AF_INTER_PAN_CTL_InterPanReg ,
data :
{
Endpoint =
2 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT command SRSP_AF_REGISTER ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x00 ,
data :
[
3 ]
64 00 00
2022 -
01 -
07 22 :
24 :
47 ZNP :
sending request :
[
18 ]
FE 0D 24 00 02 5E C0 40 08 00 00 01 00 10 01 00 10 FD
2022 -
01 -
07 22 :
24 :
47 SREQ :
sending AF_REGISTER ,
data :
{
AppInClusterList = [
4096 ],
AddDevVer =
0 ,
AppDeviceId =
2112 ,
AppOutClusterList = [
4096 ],
AppProfId =
49246 ,
EndPoint =
2 ,
LatencyReq = [
"NoLatency" ] }
2022 -
01 -
07 22 :
24 :
47 CC :
MT command SRSP_AF_REGISTER ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type SRSP (
3 ),
subsystem AF (
0x04 ),
command id 0x00 ,
data :
[
3 ]
64 00 00
2022 -
01 -
07 22 :
24 :
47 ZNP :
sending request :
[
18 ]
FE 0D 24 00 01 04 01 05 00 00 00 01 06 00 01 06 00 28
2022 -
01 -
07 22 :
24 :
47 SREQ :
sending AF_REGISTER ,
data :
{
AppInClusterList = [
6 ],
AddDevVer =
0 ,
AppDeviceId =
5 ,
AppOutClusterList = [
6 ],
AppProfId =
260 ,
EndPoint =
1 ,
LatencyReq = [
"NoLatency" ] }
2022 -
01 -
07 22 :
24 :
47 CC :
MT command SRSP_ZDO_END_DEVICE_ANNCE ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x0A ,
data :
[
3 ]
65 0A 00
2022 -
01 -
07 22 :
24 :
47 CC :
device state changed to 9
2022 -
01 -
07 22 :
24 :
47 CC :
MT command AREQ_ZDO_STATE_CHANGE_IND ,
payload :
{
State =
9 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type AREQ (
2 ),
subsystem ZDO (
0x05 ),
command id 0xC0 ,
data :
[
3 ]
45 C0 09
2022 -
01 -
07 22 :
24 :
47 ZNP :
sending request :
[
16 ]
FE 0B 25 0A 00 00 34 12 CE 1C 00 4B 12 00 8E 07
2022 -
01 -
07 22 :
24 :
47 SREQ :
sending ZDO_END_DEVICE_ANNCE ,
data :
{
Capabilities = [
"ZigbeeRouter" ,
"MainPowered" ,
"ReceiverOnWhenIdle" ,
"AllocateShortAddress" ],
NwkAddr =
0 ,
IEEEAddr =
"00124b001cce1234" }
2022 -
01 -
07 22 :
24 :
47 CC :
MT command SRSP_ZDO_STARTUP_FROM_APP ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
47 CC :
MT type SRSP (
3 ),
subsystem ZDO (
0x05 ),
command id 0x40 ,
data :
[
3 ]
65 40 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
7 ]
FE 02 25 40 00 00 67
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending ZDO_STARTUP_FROM_APP ,
data :
nil
2022 -
01 -
07 22 :
24 :
46 CC :
subscribed to MT_DEBUG events
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_UTIL_CALLBACK_SUB_CMD ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem UTIL (
0x07 ),
command id 0x06 ,
data :
[
3 ]
67 06 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
8 ]
FE 03 27 06 00 08 01 2B
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending UTIL_CALLBACK_SUB_CMD ,
data :
{
Action = [
"Enable" ],
Subsystem = [
"MT_DEBUG" ] }
2022 -
01 -
07 22 :
24 :
46 CC :
subscribed to MT_SYS events
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_UTIL_CALLBACK_SUB_CMD ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem UTIL (
0x07 ),
command id 0x06 ,
data :
[
3 ]
67 06 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
8 ]
FE 03 27 06 00 01 01 22
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending UTIL_CALLBACK_SUB_CMD ,
data :
{
Action = [
"Enable" ],
Subsystem = [
"MT_SYS" ] }
2022 -
01 -
07 22 :
24 :
46 CC :
subscribed to MT_ZDO events
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_UTIL_CALLBACK_SUB_CMD ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem UTIL (
0x07 ),
command id 0x06 ,
data :
[
3 ]
67 06 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
8 ]
FE 03 27 06 00 05 01 26
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending UTIL_CALLBACK_SUB_CMD ,
data :
{
Action = [
"Enable" ],
Subsystem = [
"MT_ZDO" ] }
2022 -
01 -
07 22 :
24 :
46 CC :
subscribed to MT_UTIL events
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_UTIL_CALLBACK_SUB_CMD ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem UTIL (
0x07 ),
command id 0x06 ,
data :
[
3 ]
67 06 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
8 ]
FE 03 27 06 00 07 01 24
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending UTIL_CALLBACK_SUB_CMD ,
data :
{
Action = [
"Enable" ],
Subsystem = [
"MT_UTIL" ] }
2022 -
01 -
07 22 :
24 :
46 CC :
subscribed to MT_AF events
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_UTIL_CALLBACK_SUB_CMD ,
payload :
{
Status =
0 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem UTIL (
0x07 ),
command id 0x06 ,
data :
[
3 ]
67 06 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
8 ]
FE 03 27 06 00 04 01 27
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending UTIL_CALLBACK_SUB_CMD ,
data :
{
Action = [
"Enable" ],
Subsystem = [
"MT_AF" ] }
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_ZB_READ_CONFIGURATION ,
payload :
{
Status =
0 ,
ConfigId =
98 ,
Value = [
255 ,
106 ,
134 ,
224 ,
50 ,
48 ,
128 ,
101 ,
227 ,
6 ,
124 ,
152 ,
131 ,
228 ,
55 ,
130 ] }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem SAPI (
0x06 ),
command id 0x04 ,
data :
[
21 ]
66 04 00 62 10 FF 6A 86 E0 32 30 80 65 E3 06 7C 98 83 E4 37 82
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
6 ]
FE 01 26 04 62 41
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending ZB_READ_CONFIGURATION ,
data :
{
ConfigId =
98 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_SYS_OSAL_NV_READ ,
payload :
{
Status =
0 ,
Value = [
89 ,
5 ,
2 ,
16 ,
20 ,
16 ,
0 ,
30 ,
0 ,
0 ,
0 ,
1 ,
5 ,
1 ,
143 ,
7 ,
0 ,
2 ,
5 ,
30 ,
0 ,
0 ,
16 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
189 ,
76 ,
8 ,
0 ,
0 ,
1 ,
0 ,
15 ,
15 ,
5 ,
0 ,
1 ,
0 ,
0 ,
0 ,
1 ,
0 ,
0 ,
0 ,
0 ,
52 ,
18 ,
206 ,
28 ,
0 ,
75 ,
18 ,
0 ,
1 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
0 ,
15 ,
3 ,
1 ,
0 ,
0 ,
10 ,
1 ,
0 ,
0 ,
2 ,
0 ,
0 ] }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem SYS (
0x01 ),
command id 0x08 ,
data :
[
114 ]
61 08 00 6E 59 05 02 10 14 10 00 1E 00 00 00 01 05 01 8F 07 00 02 05 1E 00 00 10 00 00 00 00 00 00 00 00 00 00 BD 4C 08 00 00 01 00 0F 0F 05 00 01 00 00 00 01 00 00 00 00 34 12 CE 1C 00 4B 12 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0F 03 01 00 00 0A 01 00 00 02 00 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
8 ]
FE 03 21 08 21 00 00 0B
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending SYS_OSAL_NV_READ ,
data :
{
ConfigId =
33 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_SYS_GET_EXTADDR ,
payload :
{
ExtAddress =
"00124b001cce1234" }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem SYS (
0x01 ),
command id 0x04 ,
data :
[
10 ]
61 04 34 12 CE 1C 00 4B 12 00
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
5 ]
FE 00 21 04 25
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending SYS_GET_EXTADDR ,
data :
nil
2022 -
01 -
07 22 :
24 :
46 CC :
firmware supports all needed features
2022 -
01 -
07 22 :
24 :
46 CC :
MT command SRSP_SYS_PING ,
payload :
{
Capabilities = [
"MT_CAP_SYS" ,
"MT_CAP_AF" ,
"MT_CAP_ZDO" ,
"MT_CAP_SAPI" ,
"MT_CAP_UTIL" ,
"MT_CAP_APP" ] }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type SRSP (
3 ),
subsystem SYS (
0x01 ),
command id 0x01 ,
data :
[
4 ]
61 01 79 01
2022 -
01 -
07 22 :
24 :
46 ZNP :
sending request :
[
5 ]
FE 00 21 01 20
2022 -
01 -
07 22 :
24 :
46 SREQ :
sending SYS_PING ,
data :
nil
2022 -
01 -
07 22 :
24 :
46 CC :
reset successful (
0 )
2022 -
01 -
07 22 :
24 :
46 CC :
MT command AREQ_SYS_RESET_IND ,
payload :
{
Reason =
"PowerUp" ,
TransportRev =
2 ,
MinorRel =
6 ,
MajorRel =
2 ,
HwRev =
3 ,
Product =
0 }
2022 -
01 -
07 22 :
24 :
46 CC :
MT type AREQ (
2 ),
subsystem SYS (
0x01 ),
command id 0x80 ,
data :
[
8 ]
41 80 00 02 00 02 06 03
2022 -
01 -
07 22 :
24 :
45 ZNP :
sending request :
[
6 ]
FE 01 41 00 01 41
2022 -
01 -
07 22 :
24 :
45 AREQ :
sending SYS_RESET_REQ ,
data :
{
Type =
1 }
2022 -
01 -
07 22 :
24 :
45 CC :
resetting device
Attached Files
Thumbnail(s)
Posts: 8174
Threads: 43
Joined: Jun 2015
Reputation:
473
@merel, support for this device will be added in the next version which should be published this week.
Edit: updated app has been published in the store.