Skip to content
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

Setup zigbee2mqtt using network adapter #86

Open
rouke-broersma opened this issue Jan 7, 2024 · 1 comment
Open

Setup zigbee2mqtt using network adapter #86

rouke-broersma opened this issue Jan 7, 2024 · 1 comment

Comments

@rouke-broersma
Copy link
Contributor

rouke-broersma commented Jan 7, 2024

When we onboard a raspberry pi with the zigbee controller to talos we need a container that can mount the controller from usb and map it to tcp. Zigbee2mqtt can then connect to the controller over tcp.

https://www.zigbee2mqtt.io/advanced/remote-adapter/connect_to_a_remote_adapter.html#_2-a-configure-ser2net-4-0

unmaintained example of serial2network container: https://github.com/jbouwh/ser2net/tree/main

The advantage is that zigbee2mqtt can then run anywhere and is not bound to the node that has a zigbee controller.

@rouke-broersma
Copy link
Contributor Author

Zigbee2mqtt can use mdns auto discovery. If we make the serial2network service discoverable through mdns, z2mqtt can auto connect: https://www.zigbee2mqtt.io/guide/configuration/adapter-settings.html#mdns-zeroconf-discovery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant