This firmware delevoped to use with ZigStar LAN Gateway
- Zigbee UART port forwarding using socket LAN connection
- MQTT connection to view states and contorl ESP32
- Restarting Zigbee and enabling Zigbee BSL via webpage and MQTT
- ESP32 firmware update via webpage
- Automatic switching to Wi-Fi network when RJ45 is disconnected - "Emergency mode"
- If no Wi-Fi network is available, the hotspot will be configured
Contains the current state of the gateway connection to the MQTT broker.
When a connection is established, the payload online
is published.
Using the Last Will and Testament (LWT) mechanism, if the connection is broken,
the MQTT broker will publish offline
payload within 30 seconds.
Contains information about the gateway.
Publish every N seconds. It is set in the MQTT setting - "Update interval".
Payload example:
{"uptime":"0 d 00:00:08","temperature":"45.67","ip":"10.0.10.130","emergencyMode":"ON","hostname":"ZigStarGW"}
Publishing messages to this topic allows you to control your gateway via MQTT.
Possible commands:
{cmd:"rst_zig"}
- restart Zigbee module
{cmd:"rst_esp"}
- restart ESP32
{cmd:"enbl_bsl"}
- enable BSL in Zigbee module
Status topics contain the current state of various operating modes of the gateway.
Possible states: ON
or OFF
Base code was taken from ZiGate-Ethernet
Some ideas and code snippets was taken from esp-rfid