That’s it! Homey Pro will automatically use the ethernet connection if it’s available. During setup, you will be asked to optionally connect to Wi-Fi as well.
So Official Disabling the WiFi is possible by choosing NOT to enable / Configure WiFi if Homey is connected using the Ethernet Adapater during Setup.
You can also use the Web API Playground to enable or disable WiFi without using a paperclip / SIM-Ejector pin.
Homey.system.getInfo(); // Get the info and Check it is working on Ethernet
Homey.system.disableWifi(); // Disable the WiFi i
Homey.system.enableWifi();
So, my Homey Pro 2023 is connected and was setup using WiFi. I just ordered the Ether Adapter. If I plug it in, will Homey still use WiFi and Ether, default to Ether or will it use both?
What is the recommended setup if any?