@busman - I was not aware you could run that command but the following are two of my entries:
{
"created_at": "1970-01-01T00:00:00+00:00",
"data": {
"device_name": "gasmetermonitor",
"host": "10.1.1.202",
"noise_psk": "y98VCvOJS8aHdc5ZGUUvf+M+voxw/bIMHYgH7Q2PZiU=",
"password": "",
"port": 6053
},
"disabled_by": null,
"discovery_keys": {
"dhcp": [
{
"domain": "dhcp",
"key": "64e83383cb40",
"version": 1
}
],
"zeroconf": [
{
"domain": "zeroconf",
"key": [
"_esphomelib._tcp.local.",
"gasmetermonitor._esphomelib._tcp.local."
],
"version": 1
}
]
},
"domain": "esphome",
"entry_id": "xxxxxxxxxx",
"minor_version": 1,
"modified_at": "2026-05-25T01:31:03.812307+00:00",
"options": {
"allow_service_calls": false
},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "zeroconf",
"subentries": [],
"title": "GasMeterMonitor",
"unique_id": "xxxxxxxxxxx",
"version": 1
},
{
"created_at": "1970-01-01T00:00:00+00:00",
"data": {
"device_name": "watermonitor",
"host": "10.1.1.191",
"noise_psk": "J4VHQFkXxuReKFpJ14ktlS6Yf2+zLOlDhHZwR52KHU0=",
"password": "",
"port": 6053
},
"disabled_by": null,
"discovery_keys": {
"dhcp": [
{
"domain": "dhcp",
"key": "64e8338415d4",
"version": 1
}
],
"zeroconf": [
{
"domain": "zeroconf",
"key": [
"_esphomelib._tcp.local.",
"watermonitor._esphomelib._tcp.local."
],
"version": 1
}
]
},
"domain": "esphome",
"entry_id": "xxxxxxx",
"minor_version": 1,
"modified_at": "2026-05-25T01:31:07.781394+00:00",
"options": {
"allow_service_calls": false
},
"pref_disable_new_entities": false,
"pref_disable_polling": false,
"source": "zeroconf",
"subentries": [],
"title": "WaterMonitor",
"unique_id": "xxxxxxxx",
"version": 1
},
The 'gasmetermonitor' entry works perfectly while the 'watermonitor' one reboots every 15 minutes with the device and all of its measurements showing as 'unavailable'.
I'm actually starting to wonder if there is something 'wrong' with my network. For example:
susan@Susans-iMac build % ping gasmetermonitor.local
ping: cannot resolve gasmetermonitor.local: Unknown host
susan@Susans-iMac build % ping 10.1.1.202
PING 10.1.1.202 (10.1.1.202): 56 data bytes
64 bytes from 10.1.1.202: icmp_seq=0 ttl=64 time=308.608 ms
64 bytes from 10.1.1.202: icmp_seq=1 ttl=64 time=123.690 ms
^C
--- 10.1.1.202 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 123.690/216.149/308.608/92.459 ms
susan@Susans-iMac build % ping watermonitor.local
PING watermonitor.local (10.1.1.191): 56 data bytes
64 bytes from 10.1.1.191: icmp_seq=0 ttl=64 time=41.803 ms
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
^C
So I can ping the gas monitor by IP but not name, but the water monitor name did resolve (this time - it often doesn't!) and the ping did go though once but then timed out. Strange (to me at least).
(BTW both of these nodes are within 1 metre of each other)