Initial real zigbee2mqtt data added
This commit is contained in:
parent
f11a8f42c9
commit
c9383e3560
46
config/coordinator_backup.json
Normal file
46
config/coordinator_backup.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"format": "zigpy/open-coordinator-backup",
|
||||||
|
"version": 1,
|
||||||
|
"source": "zigbee-herdsman@0.19.0",
|
||||||
|
"internal": {
|
||||||
|
"date": "2024-11-17T11:05:08.950Z",
|
||||||
|
"ezspVersion": 8
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"stack_specific": {
|
||||||
|
"ezsp": {
|
||||||
|
"hashed_tclk": "7a9c5c23d37de02a5ab566a37fa763bb"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"coordinator_ieee": "e0798dfffebcc36e",
|
||||||
|
"pan_id": "1a62",
|
||||||
|
"extended_pan_id": "dddddddddddddddd",
|
||||||
|
"nwk_update_id": 0,
|
||||||
|
"security_level": 5,
|
||||||
|
"channel": 25,
|
||||||
|
"channel_mask": [
|
||||||
|
11,
|
||||||
|
12,
|
||||||
|
13,
|
||||||
|
14,
|
||||||
|
15,
|
||||||
|
16,
|
||||||
|
17,
|
||||||
|
18,
|
||||||
|
19,
|
||||||
|
20,
|
||||||
|
21,
|
||||||
|
22,
|
||||||
|
23,
|
||||||
|
24,
|
||||||
|
25,
|
||||||
|
26
|
||||||
|
],
|
||||||
|
"network_key": {
|
||||||
|
"key": "db83767acfbe4e26d00ce8d2dcf2c997",
|
||||||
|
"sequence_number": 0,
|
||||||
|
"frame_counter": 15
|
||||||
|
},
|
||||||
|
"devices": []
|
||||||
|
}
|
1
config/database.db
Normal file
1
config/database.db
Normal file
@ -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":null,"defaultSendRequestWhen":"immediate"}
|
1
config/state.json
Normal file
1
config/state.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
@ -8,7 +8,23 @@ mqtt:
|
|||||||
serial:
|
serial:
|
||||||
port: /dev/ttyACM0
|
port: /dev/ttyACM0
|
||||||
advanced:
|
advanced:
|
||||||
network_key: GENERATE
|
network_key:
|
||||||
|
- 219
|
||||||
|
- 131
|
||||||
|
- 118
|
||||||
|
- 122
|
||||||
|
- 207
|
||||||
|
- 190
|
||||||
|
- 78
|
||||||
|
- 38
|
||||||
|
- 208
|
||||||
|
- 12
|
||||||
|
- 232
|
||||||
|
- 210
|
||||||
|
- 220
|
||||||
|
- 242
|
||||||
|
- 201
|
||||||
|
- 151
|
||||||
ikea_ota_use_test_url: true
|
ikea_ota_use_test_url: true
|
||||||
legacy_api: false
|
legacy_api: false
|
||||||
channel: 25
|
channel: 25
|
||||||
@ -19,3 +35,5 @@ frontend:
|
|||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
auth_token: {{ smart_sat_zigbee2mqtt_auth_token }}
|
auth_token: {{ smart_sat_zigbee2mqtt_auth_token }}
|
||||||
url: http://localhost
|
url: http://localhost
|
||||||
|
device_options:
|
||||||
|
legacy: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user