Releases: xyzroe/ZigStarGW-FW
1.0.0
As you can see, this project has not been updated for some time, and it's now transitioning to archival status. 🏛
I'm pleased to introduce a modern alternative: XZG Firmware, which is currently in its final testing stage. 🚀
I invite everyone to participate and share their feedback to ensure the best possible product.
Join new Telegram group to share your experiences and feedback. 💌
If you're reading this from your ZigStar web interface, you can seamlessly update directly while preserving your existing settings. 👾
We thank you for being part of our community and are excited to see you upgrade to the latest and greatest platform! 🤝
XZG version 20240510
0.6.10
0.6.9
0.6.8
-
Redesigned WIFI mode
-
New logic - while Wi-Fi client mode is enabled or emergency mode is activated:
If any SSID and password are saved, it will try to connect 7 times (less than 1 minute), if it fails, ESP32 will raise its own hotspot and then try to connect again after 7 minutes. -
Checkbox to disable emergency mode - now not only disables future emergencies, but also disables the current one forcibly.
-
-
New checkbox to disable ping to the default gateway (this worsens connection status checking, but can help if ping is not allowed on the network)
-
Reset web authentication (all general settings) by performing 5 on/off cycles less than 2 seconds apart.
-
Correction of minor errors that occurred after the core update.
-
Rework web console messages' render.
0.6.6
-
MQTT Discovery for OneWire (DSB18B20) finally fixed
-
Add Captive portal while WiFi is in AP mode
-
Fix long await first MQTT data after restart
-
Change switches to buttons in MQTT AutoDiscovery (enable BSL, restart ESP, restart Zigbee)
-
Some small code reworks and cleans
0.6.5
0.6.4
0.6.3
-
Add support for DS18B20 sensor. Works only on TTGO using GPIO 33. Shows in web browser
and sends via MQTT with AutoDiscovery. Works only when the sensor is connected. -
Number of active socket clients reduced to 5 to avoid hangs. Maybe #10
-
Number of active socket clients now sends via MQTT with auto-discovery. Using MQTT Refresh Interval. #9
-
Automatically reconnect to a Wi-Fi hotspot after being disconnected, but you still need
the hotspot to be available during the gateway reboot, otherwise it will start its own hotspot. #8 -
Add a checkbox to disable emergency mode in Wi-Fi settings. #11
0.6.2
- Set MQTT reconnect interval same as MQTT update interval to avoid web server freezing, while broker is unavailable. - Added web authentication. Issue #4 Set to OFF by default, enable on general settings page. - Blocking saving an empty hostname, login and password to the web interface. Replaced with standard values ( ZigStarGM / admin / admin ) 0.6.1 - Fixed delay on high load Zigbee networks. Issue #5