Zeroconf seems to mess up in the node on first boot. The node works fine if you restart the service, but gets into a state after booting where the devices aren't registered properly (zeroconf.get_service_info(type, name) returns None for some reason). This means no devices are listed by the node.
Zeroconf seems to mess up in the node on first boot. The node works fine if you restart the service, but gets into a state after booting where the devices aren't registered properly (
zeroconf.get_service_info(type, name)
returnsNone
for some reason). This means no devices are listed by the node.