-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the new/upcoming generic ZHA Zeroconf discovery? #109
Comments
Hi @Hedda, thanks for the info. |
FYI, this "generic ZHA Zeroconf discovery" feature has been merged into Home Assistant's core "I'm introducing a new service type: Disclaimer; This is just an FYI; I can not test this myself since I do not have a XZG based Zigbee Coordinator. PS: puddly posted comments there and elseware stating that this become the new default for discovering Zigbee Coordiantors. |
Tip is to check out code from tube0013 since read that he helped puddly beta test it so also first to implement this feature: Noted that he is using get_mac_address and convert that into a serial_number in order to make the serials unique for each device: PS: Off-topic but you might also be interested to check out his customized version of the uart component which enable hardware flow control for ESP32 boards: |
In XZG we can provide the MAC address of Zigbee module as a serial. XZG isn't based on ESP HOME, so I don't need to look at those code. |
I only meant that you could use the same concept with the idea of using the MAC address as the serial number to make it unique. |
Is your feature request related to a problem? Please describe.
This is a feature request; puddly is working on a new/upcoming generic Zeroconf discovery for the ZHA integration in Home Assistant to allow it to discover new network-attached Zigbee Coordinator adapters without code changes to the ZHA component in Home Assistant core. Please look into adding support for this Zeroconf discovery formatting, see:
home-assistant/core#126294
Describe the solution you'd like
The goal with this is that code changes to the ZHA component in Home Assistant core but it puts some new requirement on the firmware site where the manufacturer need to enter unique metadate for each new type and model of network-attached Zigbee Coordinator adapter. This will eventeully also make the old disovery method obsolete:
https://www.home-assistant.io/integrations/zha#discovery-via-usb-or-zeroconf
Describe alternatives you've considered
Alternative is to use the old method but it is likley that new patches to Home Assistant core will be accepted once support for this new formallting/method has been implemented.
Additional context
puddly has already posted comments to each new patch for new devices that he is working on this and that it will become the default.
The text was updated successfully, but these errors were encountered: