mirror of https://github.com/arendst/Tasmota.git
Changed boot message
parent
e5ff6702d9
commit
d71272122b
|
@ -208,9 +208,9 @@ After the Tasmota device boots, Z2T will wait for 15 seconds before initializing
|
||||||
|
|
||||||
When you first run your CC2530, you will see additional steps to configure the device:
|
When you first run your CC2530, you will see additional steps to configure the device:
|
||||||
```
|
```
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeStatus":{"Status":1,"Message":"Booting"}}
|
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"410000"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"410000"}
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"4180020200020603"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"4180020200020603"}
|
||||||
|
MQT: tele/<topic>/RESULT = {"ZigbeeStatus":{"Status":1,"Message":"CC2530 booted","RestartReason":"Watchdog","MajorRel":2,"MinorRel":6}}
|
||||||
ZIG: checking device configuration
|
ZIG: checking device configuration
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"2108000F00"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"2108000F00"}
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"61080200"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"61080200"}
|
||||||
|
@ -277,9 +277,9 @@ You can also force a complete reconfiguration of your CC2530 with the following
|
||||||
Normal boot looks like:
|
Normal boot looks like:
|
||||||
```
|
```
|
||||||
MQT: tele/<topic>/INFO3 = {"RestartReason":"External System"}
|
MQT: tele/<topic>/INFO3 = {"RestartReason":"External System"}
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeStatus":{"Status":1,"Message":"Booting"}}
|
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"410000"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"410000"}
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"4180020200020603"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"4180020200020603"}
|
||||||
|
MQT: tele/<topic>/RESULT = {"ZigbeeStatus":{"Status":1,"Message":"CC2530 booted","RestartReason":"Watchdog","MajorRel":2,"MinorRel":6}}
|
||||||
ZIG: checking device configuration
|
ZIG: checking device configuration
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"2108000F00"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPSent":"2108000F00"}
|
||||||
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"6108000155"}
|
MQT: tele/<topic>/RESULT = {"ZigbeeZNPReceived":"6108000155"}
|
||||||
|
@ -328,7 +328,7 @@ ZIG: zigbee device ready, listening...
|
||||||
|
|
||||||
### Z2T Status
|
### Z2T Status
|
||||||
You can inspect the log output to determine whether Z2T started correctly. Z2T sends several `ZigbeeStatus` messages to inform the MQTT host about initialization:
|
You can inspect the log output to determine whether Z2T started correctly. Z2T sends several `ZigbeeStatus` messages to inform the MQTT host about initialization:
|
||||||
Ex: ```{"ZigbeeStatus":{"Status":1,"Message":"Booting"}}```
|
Ex: ```{"ZigbeeStatus":{"Status":1,"Message":"CC2530 booted","RestartReason":"Watchdog","MajorRel":2,"MinorRel":6}}```
|
||||||
- `Status` contains a numeric code about the status message
|
- `Status` contains a numeric code about the status message
|
||||||
- `0`: initialization complete, **Z2T is running normally**
|
- `0`: initialization complete, **Z2T is running normally**
|
||||||
- `1`: booting
|
- `1`: booting
|
||||||
|
|
Loading…
Reference in New Issue