Skip to content

Commit

Permalink
Update devices list
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed May 29, 2024
1 parent c968f82 commit e7522ad
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,43 @@ By focusing the community's efforts on enhancing one product, XZG aims to stream

## 🍓 Key features

| | |
| :-------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Localized Translation | <div class="badges">🇬🇧 🇺🇦 🇨🇳 🇪🇸 🇵🇹 🇷🇺 🇫🇷 🇩🇪 🇯🇵 🇹🇷 🇮🇹 🇵🇱</div> |
| | |
| :-------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Localized Translation | <div class="badges">🇬🇧 🇺🇦 🇨🇳 🇪🇸 🇵🇹 🇷🇺 🇫🇷 🇩🇪 🇯🇵 🇹🇷 🇮🇹 🇵🇱</div> |
| Zigbee OTA | Install new Zigbee firmware or change role <span style="color:red">Coordinator</span> / <span style="color:green">Router</span> / <span style="color:blue">OpenThread</span> using **only the Web UI** of your gateway 🚀 |
| NVRAM | Erase NVRAM using **only the Web UI** of your gateway 🎉 |
| Web UI theme | 🌞 Light *or* Dark 🌑 |
| Zigbee mode | :material-lan: Network *or* USB :fontawesome-brands-usb: |
| Network mode | :material-ethernet: RJ45 **and** Wi-Fi :material-wifi: *(simultaneously)* |
| VPN support | :simple-wireguard: WireGuard |
| MQTT client | :simple-mqtt: Publish gateway states to brokers and subscribes for commands |
| Access point | :material-antenna: If there isn't available any wire and wireless connection |
| NTP client | :material-clock: Yes |
| Custom DNS servers | :material-dns: Yes *(when DHCP is **off**)*, Ethernet and WiFi |
| Realtime web updates | :material-run-fast: Without page refreshing |
| Button | :material-button-pointer: Change current modes, factory reset :material-factory: |
| LEDs | :material-led-on: Different blinks helps to indicate current mode |
| Disable LEDs modes | :material-led-variant-off: Full disable and Night :material-weather-night: |
| Code | XZG is developed, coded and tested in Ukraine 🇺🇦 |
| Build | :fontawesome-brands-github: All builds are published using GitHub Actions. No more manual publishing of binaries. |
| NVRAM | Erase NVRAM using **only the Web UI** of your gateway 🎉 |
| Web UI theme | 🌞 Light *or* Dark 🌑 |
| Zigbee mode | :material-lan: Network *or* USB :fontawesome-brands-usb: |
| Network mode | :material-ethernet: RJ45 **and** Wi-Fi :material-wifi: *(simultaneously)* |
| VPN support | :simple-wireguard: WireGuard |
| MQTT client | :simple-mqtt: Publish gateway states to brokers and subscribes for commands |
| Access point | :material-antenna: If there isn't available any wire and wireless connection |
| NTP client | :material-clock: Yes |
| Custom DNS servers | :material-dns: Yes *(when DHCP is **off**)*, Ethernet and WiFi |
| Realtime web updates | :material-run-fast: Without page refreshing |
| Button | :material-button-pointer: Change current modes, factory reset :material-factory: |
| LEDs | :material-led-on: Different blinks helps to indicate current mode |
| Disable LEDs modes | :material-led-variant-off: Full disable and Night :material-weather-night: |
| Code | XZG is developed, coded and tested in Ukraine 🇺🇦 |
| Build | :fontawesome-brands-github: All builds are published using GitHub Actions. No more manual publishing of binaries. |

## 🎮 Supported devices

| | Button | Custom LEDs | Remote Network / USB mode selection |
| | Button | ESP32 LEDs | Remote Network / USB mode selection |
| :------------------------------------------------------------ | :----------------: | :----------------: | :---------------------------------: |
| [UZG-01](https://uzg.zig-star.com) | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [SLZB-06]() | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [Olizig PoE](https://zig-star.com/projects/zigstar-olizig/) | :x: | :x: | :x: |
| [LilyZig PoE](https://zig-star.com/projects/zigstar-lilyzig/) | :x: | :x: | :x: |
| [ZigStar LAN](https://zig-star.com/projects/zigbee-gw-lan/) | :x: | :x: | :x: |
| [Olizig PoE](https://zig-star.com/projects/zigstar-olizig/) | :x: | :x: | :white_check_mark: |
| [LilyZig PoE](https://zig-star.com/projects/zigstar-lilyzig/) | :x: | :x: | :white_check_mark: |
| [ZigStar LAN](https://zig-star.com/projects/zigbee-gw-lan/) | :x: | :x: | :white_check_mark: |
| [TubesZB-eth]() | :x: | :x: | :white_check_mark: |
| [TubesZB-eth_usb]() | :x: | :x: | :white_check_mark: |
| [TubesZB-poe]() | :x: | :x: | :white_check_mark: |
| [CZC-1.0]() | :white_check_mark: | :white_check_mark: | :white_check_mark: |

* Some devices do not support all features


!!! tip "Custom device support"
You can add **any** custom device by editing `configHw.json` in Tools/Debug/File browser after installing XZG firmware.


0 comments on commit e7522ad

Please sign in to comment.