Just discovered there is a zeroconf browser in Home Assistant.
I have two servers running HA in the same network and in the zeroconf browser (of both) I see two records - one for each server.
However, comparing the two records, I notice that the IP adresses section are identical.
Record for server A as seen from browser on server A:
IPv4-A (running in docker on a NAS)
IPv4-B (on proxmox)
IPv6-A1 (LAN on NAS)
IPv6-A2 (LAN on NAS)
IPv6-B
Record for server B as seen from browser on server A:
IPv4-A (running in docker on a NAS)
IPv4-B (on proxmox)
IPv6-A1 (LAN on NAS)
IPv6-A2 (LAN on NAS)
IPv6-B
Is this normal? Should I see the ip adresses of B in the A-record and the adresses of A in the B-record?
I also notice that the properties section shows the “uuid” is also the same for the two records and on the two servers.
Some more info:
I first installed HA on the NAS a couple of years ago.
Later, when that took too much resources on the NAS, I backed up the installation and deployed it on the proxmox. So I could just go ahead and work from there, with my old stuff in place.
Maybe this move also preserved the uuid? If so, is it possible to generate another uuid for any of the installations?