I'm stumped. I'm using docker.
The screenshot works.
If I connect to that specific container, I can resolve the hostname though.
11:25 $ docker exec -it ha_zwave2 sh
/usr/src/app # nslookup espgarage.local
Server: 127.0.0.11
Address: 127.0.0.11:53
** server can't find espgarage.local: SERVFAIL
Non-authoritative answer:
Name: espgarage.local
Address: 192.168.1.152
But if I try to change the config in ZwaveJS to use the DNS name, it fails to resolve the hostname.
Any ideas?