[HowTo] Connect Homey Pro (Early 2023) with Ethernet Only - aka Disable WiFi

[HowTo] Connect Homey Pro (Early 2023) with Ethernet Only - aka Disable WiFi

There is already a lot written and asked here on the forum around the Ethernet adapter for Homey Pro (Early 2023).

The Official support guide

The official Guide from Athom how to connect including a Video (Without Alex :face_holding_back_tears: ) is leading of course:

Setting up the Homey Pro Ethernet Adapter

and it States:

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.

Choose Only use Ethernet if you prefer that.

1 Like

I Wouldn’t write the above official statement, if there wasn’t another way.

The unofficial way

using the Web Api

Like you can see the IP Addresses and configuration there on Homey Developer Tools

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(); 

8 Likes

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?

Ethernet has higher priority, so it will use that unless it for some reason can’t, then it will fall back to WiFi.

1 Like

So, just to confirm, I can leave things as they are and just plug in the adapter and boot things up? I don’t need to disable WiFi?

Correct.

2 Likes

How do you get to the screens of the wifi info ??

3 Likes