Mdns discover or ip search
I assume it’s MDNS, since I don’t have an option to enter an IP.
Can you ping device from HA?
What is your install method?
Install is a container running in a kubernetes cluster, so it’s probably a bit more complicated than a more common install.
ping seems to fail from within the container
➜ home-ops git:(main) ✗ kubectl -n home exec -it home-assistant-0 – bash
Defaulted container “main” out of: main, init-db (init), k8tz (init)
home-assistant-0:~$ ping 10.10.20.17
ping: socktype: SOCK_RAW
ping: socket: Operation not permitted
ping: => missing cap_net_raw+p capability or setuid?
Does IOT vlan have internet access?
No, but I’ve poked a hole in my firewall so that the refosss EM16 device does.
Does em16 connect local or remote?
How do you know this?
My understanding is that the Refoss integration is a local connection. I’m not sure what you’re referring to with local or remote.
There is no magic. If it’s mdns you may need to get mdns working in the vlan if it is not already. Mdns…not dns.
Ack, yeah, maybe MDNS isn’t configured or not configured correctly. I’ll look into it.
If IP, you can try ping.
Then try nmap if ping work to check open port.
I can check this. I’m not sure what port the EM16 uses, but I can look into it.
EDIT
Just in case
You didn’t ignore warning did you
Refoss LAN and Refoss(core integration) cannot be used simultaneously. If you plan to use Refoss LAN, please remove Refoss first.
From what I can tell the EM16 does not support Refoss LAN (which seems to be renamed Refoss RPC). I am only using Refoss, since I believe that to be the only available integration for this device.
Thanks for your suggestions. I will poke around on my MDNS configuration first.