xyzroe / XZG

Unifies the best innovations from previous Zigbee gateway projects into a single, comprehensive solution
https://xzg.xyzroe.cc/
GNU General Public License v3.0
108 stars 21 forks source link

UZG-01 does not register itself with DNS after the latest version #56

Closed GD-Dal closed 4 months ago

GD-Dal commented 4 months ago

UZG-01 does not register itself with DNS after the latest version 20240529.1 It may be introduced in the release before, but it was with this update I discovered it

xyzroe commented 4 months ago

What did you mean not register itself with DNS?

GD-Dal commented 4 months ago

Dynamic DNS registration The old firmwares created a DHCID dns record when supplied with an IP address from DHCP. The new UXG software does not.

Here is from an UZG running the old firmware:

image

From another unit running the UXG firmware: image

GD-Dal commented 4 months ago

Nevermind this, it seems to work as intended now.

Thanks

xyzroe commented 4 months ago

The mDNS section in the code for both the XZG and UZG repositories is similar. The primary difference is an additional ServiceTxt entry for "board" in the XZG repository. one and two