arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.04k stars 4.78k forks source link

Zigbee startup event triggered after plugins are loaded #21320

Closed s-hadinger closed 5 months ago

s-hadinger commented 5 months ago

Description:

Now the Zigbee startup event are sent after plugins are loaded

19:51:39.364 MQT: tele/tasmota/ZBBridge/RESULT = {"ZbState":{"Status":51,"IEEEAddr":"0x00124B002A2E916B","ShortAddr":"0x0000","DeviceType":7,"DeviceState":9,"NumAssocDevices":2,"AssocDevicesList":["0xE7D6","0x040B"]}}
19:51:39.937 ZIG: Zigbee device information found in File System (12 devices - 616 bytes)
19:51:39.957 ZIG: Zigbee device data in File System (441 bytes)
19:51:39.966 ZIG: ZbLoad '<internal_plugin>' loaded successfully
19:51:40.064 ZIG: ZbLoad 'Aqara_plug.zb' loaded successfully
19:51:40.163 ZIG: ZbLoad 'air_quality.zb' loaded successfully
19:51:40.234 ZIG: ZbLoad 'giex_water.zb' loaded successfully
19:51:40.265 MQT: tele/tasmota/ZBBridge/RESULT = {"ZbState":{"Status":0,"Message":"Started"}}
19:51:40.267 ZIG: Zigbee started

Related issue (if applicable): fixes #21305

Checklist:

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass