Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Releases: xyzroe/ZigStarGW-FW

1.0.0

10 May 09:50
b31a2eb
Compare
Choose a tag to compare

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

19 Nov 09:41
Compare
Choose a tag to compare

0.6.9

04 Nov 15:18
Compare
Choose a tag to compare

Olizig POE support

0.6.8

03 Aug 14:36
Compare
Choose a tag to compare
  • 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

24 May 14:08
Compare
Choose a tag to compare
  • 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

23 May 18:54
Compare
Choose a tag to compare
  • MQTT Discovery for OneWire (DSB18B20) fixed

  • Add pop up at main page if any ESP32 firmware update available

  • Add ability to update directly from GitHub without downloading file to PC

0.6.4

31 Jan 12:58
Compare
Choose a tag to compare
  • Fix version number

  • Fix web interface rendering error

0.6.3

30 Jan 21:00
Compare
Choose a tag to compare
  • 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

31 Oct 16:02
Compare
Choose a tag to compare
- 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

0.6.1

30 Oct 23:09
Compare
Choose a tag to compare
  • Fixed delay on high load Zigbee networks. Issue #5