Browse Source

Initial real zigbee2mqtt data added

master
Dirk Alders 1 month ago
parent
commit
c9383e3560
4 changed files with 67 additions and 1 deletions
  1. 46
    0
      config/coordinator_backup.json
  2. 1
    0
      config/database.db
  3. 1
    0
      config/state.json
  4. 19
    1
      config_example/configuration.j2

+ 46
- 0
config/coordinator_backup.json View File

@@ -0,0 +1,46 @@
1
+{
2
+  "metadata": {
3
+    "format": "zigpy/open-coordinator-backup",
4
+    "version": 1,
5
+    "source": "zigbee-herdsman@0.19.0",
6
+    "internal": {
7
+      "date": "2024-11-17T11:05:08.950Z",
8
+      "ezspVersion": 8
9
+    }
10
+  },
11
+  "stack_specific": {
12
+    "ezsp": {
13
+      "hashed_tclk": "7a9c5c23d37de02a5ab566a37fa763bb"
14
+    }
15
+  },
16
+  "coordinator_ieee": "e0798dfffebcc36e",
17
+  "pan_id": "1a62",
18
+  "extended_pan_id": "dddddddddddddddd",
19
+  "nwk_update_id": 0,
20
+  "security_level": 5,
21
+  "channel": 25,
22
+  "channel_mask": [
23
+    11,
24
+    12,
25
+    13,
26
+    14,
27
+    15,
28
+    16,
29
+    17,
30
+    18,
31
+    19,
32
+    20,
33
+    21,
34
+    22,
35
+    23,
36
+    24,
37
+    25,
38
+    26
39
+  ],
40
+  "network_key": {
41
+    "key": "db83767acfbe4e26d00ce8d2dcf2c997",
42
+    "sequence_number": 0,
43
+    "frame_counter": 15
44
+  },
45
+  "devices": []
46
+}

+ 1
- 0
config/database.db View File

@@ -0,0 +1 @@
1
+{"id":1,"type":"Coordinator","ieeeAddr":"0xe0798dfffebcc36e","nwkAddr":0,"manufId":0,"epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":48879,"inClusterList":[0,3,6,10,25,26,768],"outClusterList":[0,3,4,5,6,8,32,768,1024,1026,1029,1030,1280,2817,2819,2820,1794,4096,64513,64514],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"interviewCompleted":true,"meta":{},"lastSeen":null,"defaultSendRequestWhen":"immediate"}

+ 1
- 0
config/state.json View File

@@ -0,0 +1 @@
1
+{}

+ 19
- 1
config_example/configuration.j2 View File

@@ -8,7 +8,23 @@ mqtt:
8 8
 serial:
9 9
   port: /dev/ttyACM0
10 10
 advanced:
11
-  network_key: GENERATE
11
+  network_key:
12
+    - 219
13
+    - 131
14
+    - 118
15
+    - 122
16
+    - 207
17
+    - 190
18
+    - 78
19
+    - 38
20
+    - 208
21
+    - 12
22
+    - 232
23
+    - 210
24
+    - 220
25
+    - 242
26
+    - 201
27
+    - 151
12 28
   ikea_ota_use_test_url: true
13 29
   legacy_api: false
14 30
   channel: 25
@@ -19,3 +35,5 @@ frontend:
19 35
   host: 0.0.0.0
20 36
   auth_token: {{ smart_sat_zigbee2mqtt_auth_token }}
21 37
   url: http://localhost
38
+device_options:
39
+  legacy: false

Loading…
Cancel
Save