GithubHelp home page GithubHelp logo

xyzroe / xzg Goto Github PK

View Code? Open in Web Editor NEW
78.0 4.0 21.0 50.3 MB

Unifies the best innovations from previous Zigbee gateway projects into a single, comprehensive solution

Home Page: https://xzg.xyzroe.cc/

License: GNU General Public License v3.0

C++ 48.52% C 7.62% CSS 2.26% HTML 20.31% JavaScript 18.20% Python 2.12% Shell 0.97%
cc1352 cc2652 cc2652p2 esp32 gateway zigbee zigstar

xzg's Introduction

Stand With Ukraine

Hi there 👋


How to reach me:

badges badges badges


Like ♥️?

badges badges badges



Made in Ukraine Lebe in Deutschland


Created with ❤️ by xyzroe © 2014-2024

xzg's People

Contributors

artbrayko avatar chrizy66 avatar cxa918 avatar diddlik avatar dzerrenner avatar fairecasoimeme avatar gazki avatar github-actions[bot] avatar leroyloren avatar luisetex84 avatar mercenaruss avatar mihsu81 avatar mind-house avatar nicolinuxfr avatar saopp avatar sergge1 avatar skrue avatar smlight-dev-223942 avatar sn00kit avatar tarik2142 avatar xyzroe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

xzg's Issues

После установки прошивки 20240609 на шлюзы, программа ZigstarGW-MT перестала видеть шлюзы. Их у меня 5 шт.

Describe the bug
A clear and concise description of what the bug is.

Device information

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Redirection

After update from 0.2.6 can't access web ui by fqdn; opening http://uzg-01/ redirects to 192.168.1.1 but my local address pool is in 10.0.0.0 range; Chrome, Firefox, Edge

Zigbee Firmware value set to "0" after reboot ESP32

Describe the bug
After reboot the ESP32 with the latest image the Zigbee Firmware Version shows "0"
See #47

Device information
see Screenshots...

Screenshot_20240531_235231_Chrome.jpg

To Reproduce
Steps to reproduce the behavior:

  1. Reboot ESP32
    Screenshot_20240531_235327_Chrome.jpg

  2. Check Zigbee Version
    Screenshot_20240531_235406_Chrome.jpg

  3. Zigbee Version is shown as expected
    Screenshot_20240531_235420_Chrome.jpg

Expected behavior
After Reboot the ESP32 the Zigbee Firmware Version should be show the correct value

PoE powered UZG-01 does not come online after reboot

Not sure if this is related to the switch or the UZG-01
If I restart the UZG-01, it does not come back until I shutdown the switchport and turn it back on.
Until then, the UZG network port blinks for a second, then goes dark. Blinks for a second then goes dark, etc.

The switch is a Cisco Catalyst 9300 of model C9300L-48UXG-4X
The port settings looks like this:

interface GigabitEthernet1/0/31
 description UZG
 switchport access vlan 1098
 switchport mode access
 device-tracking
 speed 100

The show power inline command shows this:

show power inline Gi1/0/31 detail 
 Interface: Gi1/0/31
 Inline Power Mode: auto
 Operational status: on
 Device Detected: yes
 Device Type: Ieee PD
 IEEE Class: 0
 Discovery mechanism used/configured: Ieee and Cisco
 Police: off

 Power Allocated 
 Admin Value: 60.0
 Power drawn from the source: 15.4
 Power available to the device: 15.4
 
 Actual consumption
 Measured at the port: 0.8
 Maximum Power drawn by the device since powered on: 0.9
 
 Absent Counter: 0
 Over Current Counter: 0
 Short Current Counter: 0
 Invalid Signature Counter: 0
 Power Denied Counter: 0

 Power Negotiation Used: None
 LLDP Power Negotiation --Sent to PD--      --Rcvd from PD--
   Power Type:          -                    -
   Power Source:        -                    -
   Power Priority:      -                    -
   Requested Power(W):  -                    -
   Allocated Power(W):  -                    -

Four-Pair PoE Supported: Yes
Spare Pair Power Enabled: No
Four-Pair PD Architecture: N/A
Perpetual POE Enabled: FALSE
Fast POE Enabled: FALSE

The configHW.json debug file contains this:

{
  "board": "UZG-01",
  "addr": 0,
  "pwrPin": -1,
  "mdcPin": 23,
  "mdiPin": 18,
  "phyType": 0,
  "clkMode": 3,
  "pwrAltPin": 5,
  "btnPin": 35,
  "btnPlr": 1,
  "uartSelPin": 33,
  "uartSelPlr": 1,
  "ledModePin": 12,
  "ledModePlr": 1,
  "ledPwrPin": 14,
  "ledPwrPlr": 1,
  "zbTxPin": 4,
  "zbRxPin": 36,
  "zbRstPin": 16,
  "zbBslPin": 32
}

ZigBee FW revision after reboot is 0

Describe the bug
After device reboot ZigBee FW revision on status page get "0" value.

To Reproduce

  1. Restart whole device.
  2. Check ZB FW revision

Expected behavior
ZigBee FW revision should be refreshed/checked.

Screenshots
image
I know, thats screenshot is from HA ;). And the unavailable status is my MQTT restart.

Additional info
When I press "Check Zigbee version" on Debug tools page, the firmware version is refreshed and get correct value.

Connect Wifi to strongest AP

Is your feature request related to a problem? Please describe.
My WiFi network consists out of three AP's (one in each floor) with roaming enabled (same SSID). XZG does not reliably connect to the closest AP with the strongest signal. Sometimes power on/off serveral times in row helps. Currently I am stuck connected to the AP with lowest signal in my cellar - sigh :-(

Describe the solution you'd like
A very nice project I am also using is https://github.com/tbnobody/OpenDTU which seems to have solved the same issue by using this two lines of code:

            WiFi.setScanMethod(WIFI_ALL_CHANNEL_SCAN);
            WiFi.setSortMethod(WIFI_CONNECT_AP_BY_SIGNAL);

Describe alternatives you've considered
Power on/off device until connected to the desired AP or disable all AP's I don't want XZG to connect to. This is obviously not a alternative or solution ;-)

Additional context
none

Hostname setting is ignored for WebUI

Describe the bug
Trying to access the webUI by the device's hostname set in General Settings, always redirects to 192.168.1.1.

Device information
Screenshot from 2024-06-10 13-04-51

{
  "network-config": {
    "wifiEnbl": false,
    "wifiSsid": "",
    "wifiPass": "",
    "wifiDhcp": true,
    "wifiIp": "::",
    "wifiMask": "255.255.255.0",
    "wifiGate": "::",
    "wifiDns1": "1.1.1.1",
    "wifiDns2": "8.8.8.8",
    "ethEnbl": true,
    "ethDhcp": true,
    "ethIp": "::",
    "ethMask": "255.255.255.0",
    "ethGate": "::",
    "ethDns1": "1.1.1.1",
    "ethDns2": "8.8.8.8"
  },
  "vpn-config": {
    "wgEnable": false,
    "wgLocalIP": "::",
    "wgLocalSubnet": "255.255.255.0",
    "wgLocalPort": 33333,
    "wgLocalGateway": "0.0.0.0",
    "wgLocalPrivKey": "",
    "wgEndAddr": "",
    "wgEndPubKey": "",
    "wgEndPort": 0,
    "wgAllowedIP": "0.0.0.0",
    "wgAllowedMask": "0.0.0.0",
    "wgMakeDefault": true,
    "wgPreSharedKey": "",
    "hnEnable": false,
    "hnJoinCode": "",
    "hnHostName": "XZG-FA75",
    "hnDashUrl": "default"
  },
  "mqtt-config": {
    "enable": false,
    "server": "",
    "port": 1883,
    "user": "",
    "pass": "",
    "topic": "ZigStarGW-C169",
    "updateInt": 60,
    "discovery": false,
    "reconnectInt": 0
  },
  "system-config": {
    "keepWeb": false,
    "disableWeb": false,
    "webAuth": false,
    "webUser": "",
    "webPass": "",
    "fwEnabled": false,
    "fwIp": "0.0.0.0",
    "serialSpeed": 115200,
    "socketPort": 6638,
    "tempOffset": 12,
    "disableLedUSB": false,
    "disableLedPwr": false,
    "refreshLogs": 1,
    "hostname": "ZigBee",
    "timeZone": "Europe/London",
    "ntpServ1": "pool.ntp.org",
    "ntpServ2": "",
    "nightMode": false,
    "startHour": "23:00",
    "endHour": "07:00",
    "workMode": 0
  }
}

To Reproduce

  1. Remove DNS/static entries on router if necessary
  2. Change the Hostname in General Settings to Bargle
  3. Save and restart the coordinator
  4. curl -v http://bargle
  5. Recieve HTTP 302, Location http://192.168.1.1

Expected behavior
Get 200, and the page contents

ESP32 firmware is not updated via the web interface

Доброго времени суток. Постоянно получаю уведомление о доступности новой прошивки, но при попытки обновления постоянно висит в статусе "Скачивание последнего релиза GitHub...". Пробовал перезагружать роутер и координатор, ничего не помогает.

tubeszb-efr32-mgm210-poe-2022 failed to load after flashing to XZG from ESPHome

I flashed 20240612 via USB using the web flasher which seemed successful, however when I connected the ethernet back it powered up but was unreachable via the network and ZHA refused to connect. Re-flashed it with ESPHome and it came back up.

Here is the esp-web-tools-logs.txt

this is the ESPHome .yaml https://github.com/tube0013/tube_gateways/blob/850b7ff29925f1eaef1ef23fef872351e00f53b2/models/current/tubeszb-efr32-MGM210-poe/firmware/esphome/tubeszb-efr32-mgm210-poe-2022.yaml

Is this firmware meant to work with ESP devices connected to Silabs zigbee modules like the efr32 or is it only for Ti based ones?

UZG-01 - Git CC2652 update not updating via web interface

I realized I was running an older version of the zigbee firmware (20230507).
So I wanted to update it via the web gui.
image
image
But when I click install, it says:
image
and it hangs there for a while.
Then it simply states "failed"
Is there another way to flash it?

Thanks

Не прошивается Zigbee через Web после обновления ESP32 до FW версия 20240519

Пробовал несколько раз разные прошивки - процесс идет до 75-95% и после этого устройство полностью отваливается (и по ping в том числе). Принудительно передергиваю по питанию (POE) - в окне статус "FW версия" либо пусто, либо 0
Пришлось прошивать через ZigStarGW-MT-x64
Screenshot 2024-05-24 183837

Warning in HA about the missing attribute wlanSsid in a template

Describe the bug
Getting warnings in HA when using Ethernet without WiFi:
Template variable warning: 'dict object' has no attribute 'wlanSsid' when rendering '{{ value_json.wlanSsid }}'

To Reproduce
Steps to reproduce the behavior:

  1. Only connect over Ethernet
  2. Check HA logs

Expected behavior
Shouldn't get these warnings while only connected over Ethernet.

Screenshots

Logger: homeassistant.helpers.template
Source: helpers/template.py:2613
First occurred: 20 mai 2024 la 20:18:52 (1427 occurrences)
Last logged: 19:56:18

Template variable warning: 'dict object' has no attribute 'wlanSsid' when rendering '{{ value_json.wlanSsid }}'

Additional context
Olimex-ESP32-POE
20240519

SLZB-06M can't leave access point mode

Hi folks,

I heard about this wonderful project and wanted to switch with my SLZB-06M to XZG.
Before flashing XZG I was on v2.2.8.dev from smlight.
I always use the device connected via wired ethernet and also powered over ethernet.

For flashing to XZG I used a USB cable of course.
After a few attempts the webflasher finally startet flashing and said successfull in the end.

First I thought it should obtain a IP-address via ethernet and DHCP but it didn't.
Then I found the XZG WiFi access point and connected to it.

Loved the UI but couldn't change to use the wired ethernet connection at all.
Every time I changed the config and triggered the reboot it came up with the access point again.
No connection via wired ethernet possible.
Neither by fixed ip (which is my default) or DHCP.

I the tried to put it in my own WiFi network first but also had no luck in changing to ethernet connection.
Even with the ethernet cable plugged in it always showed the wired ethernet connection "red" in upper right corner.

As I didn't had more time today to struggle with this, I flashed back to v2.2.8.dev from smlight to have my zigbee running again.

Thought, I write you guys here and maybe you an idea for me :)
Maybe I did something wrong or there really is an issue with wired ethernet connection and SLZB-06M.
Would love to give it another try if you guide me the right direction.

Thx
Julian

Support HMG-01 POE Plus

Hello,
Is your feature request related to a problem? Please describe.
Support for HMG-01 POE Plus (Chinese clone)

Describe the solution you'd like
Is it possible to support the HMG-01 POE Plus device (Chinese clone)? I believe it is a "simple" modification?. In the firmware https://github.com/mercenaruss/uzg-firmware, I changed #define ETH_POWER_PIN_1 -1 to #define ETH_POWER_PIN_1 5 and it seems to be working correctly for the past couple of months. I see that this new firmware supports several devices: UZG-01, SLZB-06, Olizig PoE, LilyZig PoE, ZigStar LAN. Could HMG-01 POE Plus be included?

Describe alternatives you've considered
Change of the equivalent code in the XZG firmware regarding the use of ETH_POWER_PIN_1, following the modification from #define ETH_POWER_PIN_1 -1 to #define ETH_POWER_PIN_1 5 as done in the UZG firmware, and I do not know if further changes would be necessary.

Additional context
Thank you.

UZG-01 - Low LQI on all Zigbee devices

After moving all my devices to the UZG-01, all of them has low LQI.
Some of theme are slow to respond.
The highest connected one has 153 LQI, the lowest one has 29

With my old Conbee II stick, most units had excellent LQI

The Zigbee2MQTT configuration is set to:

Serial settings

serial:

Location of XZG

port: tcp://uzg-01.domain.tld:6638
baudrate: 115200

Disable Zigbee led?

disable_led: false

Set output power to max 20

advanced:
transmit_power: 20

Wireguard no longer connects after upgrade from FW revision 20240519 to 20240612

Describe the bug
After upgrading FW revision 20240519 to 20240612 wireguard is no longer connecting. It shows status as Initialized and Disconnected.

On the affected firmware is not connecting.
image

Log:

[1210] | [ZB] Chip: CC2652P7
[1210] | [ZB] IEEE: xxxx
[1221] | [ZB] Flash size: 704 KB
[2347] | [Time] Thu Jun 13 19:50:08 2024
[2348] | [UPD_CHK] cron 9 30 19 * * *
[2453] | WG was initialized
[5689] | [DNS] Saved WiFi - 192.168.101.44
[14985] | [ZB] FW: Unknown! Check serial speed!

After downgrade:
image

Log:

[131] | Switched USB to ESP
[1210] | [ZB] Chip: CC2652P7
[1210] | [ZB] IEEE: xxxx
[1220] | [ZB] Flash size: 704 KB
[3053] | [ZB] fw: unknown!
[3997] | WG was initialized
[4009] | Local time: Thu Jun 13 19:39:16 2024

Device information

image
{
  "network-config": {
    "wifiEnbl": true,
    "wifiSsid": “xxxxxx”,
    "wifiPass": “xxxxxxx”,
    "wifiDhcp": true,
    "wifiIp": "::",
    "wifiMask": "255.255.255.0",
    "wifiGate": "::",
    "wifiDns1": "1.1.1.1",
    "wifiDns2": "8.8.8.8",
    "wifiPwr": 78,
    "wifiMode": 1,
    "ethEnbl": false,
    "ethDhcp": true,
    "ethIp": "::",
    "ethMask": "255.255.255.0",
    "ethGate": "::",
    "ethDns1": "1.1.1.1",
    "ethDns2": "8.8.8.8"
  },
  "vpn-config": {
    "wgEnable": true,
    "wgLocalIP": “xxxxx”,
    "wgLocalSubnet": "255.255.255.255",
    "wgLocalPort": 33333,
    "wgLocalGateway": "0.0.0.0",
    "wgLocalPrivKey": “xxxx+xxxxx=",
    "wgEndAddr": “xxxxx”,
    "wgEndPubKey": “xxxxx”,
    "wgEndPort": 13231,
    "wgAllowedIP": “xxxxxx”,
    "wgAllowedMask": "255.255.255.255",
    "wgMakeDefault": true,
    "wgPreSharedKey": "",
    "hnEnable": false,
    "hnJoinCode": "",
    "hnHostName": "XZG-CD6A",
    "hnDashUrl": "default"
  },
  "mqtt-config": {
    "enable": false,
    "server": "",
    "port": 1883,
    "user": "",
    "pass": "",
    "topic": "XZG-CD6A",
    "updateInt": 60,
    "discovery": true,
    "reconnectInt": 15
  },
  "system-config": {
    "disableWeb": true,
    "webAuth": true,
    "webUser": “xxxx”,
    "webPass": “xxxxx”,
    "fwEnabled": true,
    "fwIp": “xxxx”,
    "serialSpeed": 115200,
    "socketPort": 6638,
    "tempOffset": 15,
    "disableLedUSB": false,
    "disableLedPwr": false,
    "refreshLogs": 1,
    "hostname": "UZG01-xxxx”,
    "timeZone": "Europe/xxxx”,
    "ntpServ1": "pool.ntp.org",
    "ntpServ2": "time.google.com",
    "nightMode": false,
    "startHour": "23:00",
    "endHour": "07:00",
    "workMode": 0,
    "zbRole": 0,
    "zbFw": "?",
    "updHour": "19:30",
    "updDays": "*",
    "autoIns": true
  }
}

To Reproduce
Upgrade to 20240612

Expected behavior
Wireguard client should connect.

XZG Zigbee Firmware 20240510

Today I updated via LAN my ZigStar Lan Gateway.
Device model WT32-ETH01
FW revision 20240510
HW version ESP32-D0WD
The device is recognized by iobroker, but the connection is offline every 30 to 60 minutes. After a few minutes it is online again, but the adapter (zigbee.iobroker) in the iobroker remains yellow. Only after restarting the adapter will it turn green again.

zh:zstack:znp: Skip bootloader for CC2652/CC1352 [2024-05-30 21:52:09] error: z2m: Error while starting zigbee-herdsman [2024-05-30 21:52:09] error: z2m: Failed to start zigbee [2024-05-30 21:52:09] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions [2024-05-30 21:52:09] error: z2m: Exiting... [2024-05-30 21:52:09] error: z2m: Error: Failed to connect to the adapter (Error: SRSP - SYS - ping after 6000ms) at ZStackAdapter.start (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/adapter/zStackAdapter.ts:101:27) at Controller.start (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:124:29) at Zigbee.start (/app/lib/zigbee.ts:62:27) at Controller.start (/app/lib/controller.ts:109:27) at start (/app/index.js:107:5)

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

502 Error on "General" page when using nginx proxy manager

Describe the bug
There is a 502 error when attempting to navigate to 'General' settings tab when going through a reverse proxy. In this case- I am using Nginx Proxy Manager.

To Reproduce
Steps to reproduce the behavior:

  1. Setup reverse proxy that points to XZG device
  2. Navigate to {xzg-device}.{your-domain}.com settings
  3. Go to 'General' tab

Expected behavior
Page should load like all the other tabs

Screenshots
Screenshot 2024-05-29 at 3 36 04 PM

Desktop (please complete the following information):

  • OS: macOS
  • Browser Chrome
  • 125.0.6422.77

Additional context
All other tabs in the settings page loads just fine

pfSense + HAProxy

I had my UZG01 just updated to the XZG firmware and found I am unable to connect to the Web UI using HAProxy.

Any idea please?

No IP passed to MQTT

In the previous firmware 0.26 and prior, MQTT configuration used to send the IP address of the coordinator

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade to XZG firmware
  2. Enable MQTT Configuration

Expected behavior
IP Address as part of MQTT Payload

Screenshots
If applicable, add screenshots to help explain your problem.
image
image

Additional context
Add any other context about the problem here.

When DHCP is enabled, it is showing static IP and it's info.

So when I first upgrade the firmware and I am using Static IP, when I click to the IP setting page it is showing the default IP settings instead of what's being defined from previous firmware, I had mine switched from Static IP to DHCP and now IP info shows correctly.

LAN connection does not work with ZigStar LAN PoE gateway.

Splitting this off into a separate issue as it doesn't appear to match what @rombrock reported in theirs:

I wasn't able to get FW 20240508/20240509 to work on my ZigStar LAN PoE gateway because the LAN connection would not work. It worked once immediately after flash with DHCP, and then never again. No combination of LAN DHCP or static IP address settings would make the LAN connection come up, and I tried re-flashing the firmware multiple times. (I also wasn't able to connect it to my Wi-Fi, though that may be normal as I've never used Wi-Fi before on it.) I rolled back to the old firmware and the device started working normally again.

Hardware and previous firmware:
FW version : 0.6.10
Hardware : TTGO T-Internet-POE
ESP32 model : ESP32-D0WDQ5

HW as shown in the XZG firmware:
Device model: Olimex-ESP32-POE
FW revision: 20240519
HW version: ESP32-D0WD

Originally posted by @Steltek in #11 (comment)

Unable to connect to WIFI

Describe the bug
I have installed firmware 20240531 via Web Installer (fresh install no update) on my UZG-01. But I am unable to connect to my local WIFI with this firmware. I supspect there are some "new" restrictictions in place.

My local WIFI has a SSID in form of [email protected] and and a WPA2 password with a length of 63 charactes of all kind. I opened a WIFI hostpost from my Adnroid phone with a SSID "Phone_8123" and a WPA2 Password "12345678" and was able to connect. So I suspect something has changed in what is allowed for SSID or password.

Device information
grafik

To Reproduce
Steps to reproduce the behavior:

  1. Create a WIFI with an SSID like XYZ.local.home and as password with a length of 63 charactes of all kind.
  2. Try to connect to that WIFI

Expected behavior
Able to connect to WIFI like with UZG-01 firmware ;-)

MQTT broker config hostname field length

Describe the bug
The minimal input length of the broker hostname / ip is 4 characters. The hostname of my broker is "nuc", which can not be entered.

To Reproduce
Steps to reproduce the behavior:

  1. Open the XZG web interface
  2. Click on 'MQTT'
  3. Try to enter a broker name with less than 4 characters
  4. See error

Expected behavior
Enter and accept a hostname with less than 4 characters, but at least 1.

Screenshots
Screenshot 2024-05-29 182433

I don't know why the error message is in german, i explicitly changed the UI language to english. Maybe the message is generated by the browser (Firefox?) It says: "Please use at least 4 characters (currently 3)"

Workaround
Use the IP address and a static IP for the broker, which isn't always possible.

12-hour clock

Hi there! ✌️

I would like to c 12 hourly format for displaying time in the web.

This is not an absolutely urgent feature request, so we can move it somewhere to the end of to-do list. 😉

Thank u in advance!

ZigStarGW - Update ESP32 FW to support WPA3-Personal if possible

Is your feature request related to a problem? Please describe.
Missing support for WPA3-Personal
I've recently upgraded my wireless router and I was wanting to utilize wireless connection on my ZigStarGW.

Describe the solution you'd like
Update FW on ESP32 to support WPA3-Personal if possible
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi-security.html#wpa3-personal

Describe alternatives you've considered

Additional context
https://imgur.com/gb6jt4i

Error switching to USB mode

In the General section when selecting "USB mode" after saving in "Operating mode 2" and connecting from z2m via USB does not work. Experimentally found out that if you set value="1" instead of value="2" in the HTML code of the element selecting USB mode, then after sending the form and saving "Operating mode Zigbee-USB".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.