Kaynağa Gözat

Init configuration

master
Dirk Alders 3 hafta önce
ebeveyn
işleme
eb04a252fb

+ 0
- 46
config/coordinator_backup.json Dosyayı Görüntüle

@@ -1,46 +0,0 @@
1
-{
2
-  "metadata": {
3
-    "format": "zigpy/open-coordinator-backup",
4
-    "version": 1,
5
-    "source": "zigbee-herdsman@0.19.0",
6
-    "internal": {
7
-      "date": "2024-12-01T11:42:36.521Z",
8
-      "ezspVersion": 8
9
-    }
10
-  },
11
-  "stack_specific": {
12
-    "ezsp": {
13
-      "hashed_tclk": "0ffeca2d2427d7fd06fc544bf6da7bb1"
14
-    }
15
-  },
16
-  "coordinator_ieee": "e0798dfffebcc36e",
17
-  "pan_id": "e011",
18
-  "extended_pan_id": "4ac0e1043f05e92a",
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": "ea86a8e1ed12d9db04b2ee2e572e1b2c",
42
-    "sequence_number": 0,
43
-    "frame_counter": 8278
44
-  },
45
-  "devices": []
46
-}

+ 0
- 2
config/database.db Dosyayı Görüntüle

@@ -1,2 +0,0 @@
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":1733051950266,"defaultSendRequestWhen":"immediate"}
2
-{"id":2,"type":"Router","ieeeAddr":"0x6cfd22fffedf572f","nwkAddr":57487,"manufId":4476,"manufName":"IKEA of Sweden","powerSource":"Mains (single phase)","modelId":"TRADFRI bulb E27 WS globe 1055lm","epList":[1,242],"endpoints":{"1":{"profId":260,"epId":1,"devId":268,"inClusterList":[0,3,4,5,6,8,768,4096,64636],"outClusterList":[25],"clusters":{"genBasic":{"attributes":{"modelId":"TRADFRI bulb E27 WS globe 1055lm","manufacturerName":"IKEA of Sweden","powerSource":1,"zclVersion":8,"appVersion":3,"stackVersion":113,"hwVersion":1,"dateCode":"20230621","swBuildId":"3.0.8"}},"lightingColorCtrl":{"attributes":{"colorCapabilities":16,"colorTempPhysicalMin":250,"colorTempPhysicalMax":454}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[33],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":3,"stackVersion":113,"hwVersion":1,"dateCode":"20230621","swBuildId":"3.0.8","zclVersion":8,"interviewCompleted":true,"meta":{"configured":88764544},"lastSeen":1733053335828,"defaultSendRequestWhen":"immediate"}

+ 0
- 11
config/state.json Dosyayı Görüntüle

@@ -1,11 +0,0 @@
1
-{
2
-    "0x6cfd22fffedf572f": {
3
-        "color_mode": "color_temp",
4
-        "state": "ON",
5
-        "update": {
6
-            "state": "idle"
7
-        },
8
-        "brightness": 120,
9
-        "color_temp": 454
10
-    }
11
-}

+ 8
- 35
config_example/configuration.j2 Dosyayı Görüntüle

@@ -7,39 +7,14 @@ mqtt:
7 7
   password: {{ smart_sat_zigbee2mqtt_password  }}
8 8
 serial:
9 9
   port: /dev/ttyACM0
10
-advanced:
11
-  network_key:
12
-    - 234
13
-    - 134
14
-    - 168
15
-    - 225
16
-    - 237
17
-    - 18
18
-    - 217
19
-    - 219
20
-    - 4
21
-    - 178
22
-    - 238
23
-    - 46
24
-    - 87
25
-    - 46
26
-    - 27
27
-    - 44
28
-  pan_id: 57361
29
-  ext_pan_id:
30
-    - 74
31
-    - 192
32
-    - 225
33
-    - 4
34
-    - 63
35
-    - 5
36
-    - 233
37
-    - 42
38
-  ikea_ota_use_test_url: true
39
-  legacy_api: false
40 10
   channel: 25
41
-  homeassistant_legacy_entity_attributes: false
42
-  legacy_availability_payload: false
11
+advanced:
12
+    # Let Zigbee2MQTT generate a network key on first start
13
+    network_key: GENERATE
14
+    # Let Zigbee2MQTT generate a pan_id on first start
15
+    pan_id: GENERATE
16
+    # Let Zigbee2MQTT generate a ext_pan_id on first start
17
+    ext_pan_id: GENERATE
43 18
 frontend:
44 19
   port: 8038
45 20
   host: 0.0.0.0
@@ -47,6 +22,4 @@ frontend:
47 22
   url: http://localhost
48 23
 device_options:
49 24
   legacy: false
50
-devices:
51
-  '0x6cfd22fffedf572f':
52
-    friendly_name: gfe/room3/window_light
25
+

Loading…
İptal
Kaydet