Owners of smart home devices often face the need to configure equipment in environments where there is no internet access or the router does not provide a Wi-Fi signal. For popular controllers Sonoff Dual R3 This is not a critical issue, as their architecture provides for several initial connection scenarios. Understanding the logic of operation ESP32 microcontroller, installed inside the device, allows you to bypass the standard limitations of cloud services and establish direct control of the relay.
The main difficulty for beginners is the lack of a familiar cloud-based setup interface. eWeLink upon first startup. However, the device defaults to access point mode if it can't find a previously saved network. This allows the user to directly access the web interface or force switching between operating modes through the physical interface. It's important to clearly distinguish between AP mode and quick connection mode, since the algorithm of actions for them is fundamentally different.
In this guide we will examine the mechanics of operation in detail. Sonoff Dual R3 in an isolated network. We'll cover methods for forcing pairing mode, configuration via the local web interface, and protocol handling. Zigbee or RS485, if you plan to integrate the device into more complex automation systems without access to an external network.
⚠️ Caution: Always observe safety precautions when working with 220V electrical circuits. All manipulations involving connecting wires to terminals Sonoff Dual R3 carry out only when the panel is de-energized.
Dual R3 operating principle and connection modes
Device Sonoff Dual R3 Designed with fault tolerance and flexible use cases in mind. Unlike simple switches, this controller has a dual connectivity nature: it can operate as an end device in a Wi-Fi network or as a gateway for other protocols. The key element here is AP (Access Point) mode, which is activated automatically when there is no saved data about the Wi-Fi network.
When you power up the device, it scans the airwaves for a known network. If there isn't one, ESP32 creates its own network with the name of the type ITEAD-xxxxxxBy connecting to it from a smartphone or laptop, you access the local settings menu. This allows you to configure your Wi-Fi router settings, even if the router itself doesn't have internet access, which is required for offline operation in the local network.
There is also the possibility of control via local area network (LAN)If your router distributes IP addresses but does not have access to the global network, Sonoff Dual R3 successfully connect to it and be managed via a local IP address. This is critical for systems that require complete isolation from external servers for security or stability reasons.
Preparing equipment and resetting settings
Before starting the configuration procedure, you must ensure that the device is in good working order and ready for reflashing the parameters. Sonoff Dual R3 The device is shipped from the factory with clear settings, but if it has been used previously, a hard reset will be required. This can be done using the physical button on the case or a combination of jumper actions.
The reset process is initiated by long-pressing the setup button. Depending on the firmware version, the holding time may vary. Typically, you need to hold the button down. Reset for 7-10 seconds until the LED indicator starts flashing rapidly. This signals the transition to the mode Fast Pairing or connection standby mode.
If a standard reset does not help, you can use the contacts on the board to clear the memory more deeply, although for Dual R3 This is rarely necessary. It's enough to ensure the device is within range of your control device (smartphone or laptop), as the access point's signal may be weaker than that of a full-fledged router.
☑️ Check before setup
It's important to note that resetting deletes all saved encryption keys and previous network data. This ensures that the device doesn't automatically attempt to connect to an old router, which may be visible but not have internet access.
Configuration via Access Point Mode (AP Mode)
Access Point Mode is the primary setup method. Sonoff Dual R3 without internet access. After resetting the device, it creates a Wi-Fi network. You need to open the list of available networks on your smartphone or laptop and find the network with the prefix ITEAD- or Sonoff-.
The default connection password is indicated on the sticker on the device body and is usually 20170618After successfully pairing your gadget with the device, your phone's internet connection may be lost. This is normal, as you've connected to the controller's local network. Now you need to open a browser and go to 10.10.7.1.
In the web interface that opens, you'll see a list of available Wi-Fi networks. Select your local network (even if it doesn't have internet access) and enter the password. The device will attempt to connect. If you don't have a router and want to manage the device directly, you can skip this step and remain connected to the device's network, but functionality will be limited.
What to do if page 10.10.7.1 does not open?
If the browser doesn't load the setup page, try using incognito mode or a different browser (Chrome, Safari). Also, make sure your mobile data (4G/5G) is disabled on your device, as it may attempt to use it instead of the Wi-Fi connection to the controller. In rare cases, you may need to enter a static IP address on your smartphone: IP 10.10.7.100, mask 255.255.255.0, gateway 10.10.7.1.
Using Quick Pairing
An alternative to the classic AP mode is the quick connect mode, which is often used in the application eWeLink, but it has its own nuances when working without the Internet. In this mode, the device creates a network with an SSID containing the word SmartConfigThe app sends data about your Wi-Fi network encoded in a special format.
For Sonoff Dual R3 This method is less reliable without internet access, as the app may require cloud authorization before starting the process. However, if you have a local copy of the app or the ability to run it offline, this method allows you to quickly transfer the router's SSID and password.
If automatic search doesn't work, you can use manual data entry. Some firmware versions offer this feature. AP Mode By pressing the button three times. Hold the button until the LED flashes three times to force pairing mode, bypassing quick connection attempts.
⚠️ Note: The eWeLink app interface is subject to change. If the "Add Device" feature requires account login and you don't have internet access, use the web interface method via a browser, described in the previous section.
Local management via LAN and static IP
For full functionality without the internet, we recommend setting up a static IP address. This will ensure you always know the device's network address. In the web interface Sonoff Dual R3 (available at 10.10.7.1 after connecting to the AP) you can set a static IP, subnet mask and gateway.
For example, if your router distributes addresses in the range 192.168.1.x, the device can be assigned an address 192.168.1.200After this, even without an internet connection, you can control the relay by simply entering this IP address into the address bar of the browser of any device on the same network.
This method is especially relevant for industrial applications or smart homes where the external network is protected by a firewall. HTTP protocol The request engine works locally, providing instant response to the on and off buttons.
| Parameter | Default value | Recommended value (LAN) | Description |
|---|---|---|---|
| IP Address | Dynamic (DHCP) | 192.168.1.200 | A unique address on the network |
| Subnet Mask | 255.255.255.0 | 255.255.255.0 | Subnet mask |
| Gateway | Router address | 192.168.1.1 | Gateway (router address) |
| DNS | Automatically | Not required | No need without internet |
Integration with Home Assistant and local servers
For advanced users who want to get rid of the cloud completely, the ideal solution is integration Sonoff Dual R3 with a platform Home AssistantTo do this, the device must be reflashed with an alternative firmware, for example, Tasmota or ESPHome, or the used support of Local Tuya/Cloud-free modes, if the model allows it.
The firmware process Tasmota on Dual R3 Requires a connection via a USB-TTL adapter to the contacts on the board, as OTA (over-the-air) updates are impossible without internet access. After flashing, the device creates its own Wi-Fi network for configuration, after which it connects to your local MQTT broker.
This approach provides complete control over the relay's operating logic, allowing for the creation of complex scenarios dependent on time, sensors, and other devices, completely without the need for external servers. This is a higher level of independence and security.
Diagnostics and troubleshooting
During setup, users may encounter a number of common issues. Most commonly, the device is unable to detect the Wi-Fi network. Make sure the router is within range. 2.4 GHz. Sonoff Dual R3, like most IoT devices, does not support 5 GHz networks.
Another common error is "Device Offline," or the inability to connect to the access point. This may be due to a power shortage. If you're powering the device via USB, make sure the power supply provides sufficient current (at least 1A, preferably 2A). Otherwise, the device will reboot when attempting to turn on the Wi-Fi module.
If the web interface doesn't open, check your computer's firewall or antivirus settings. Sometimes they block local connections to unknown devices. Also, try clearing your browser cache.
FAQ: Frequently Asked Questions
Is it possible to control Sonoff Dual R3 without a router, directly from your phone?
Yes, this is possible in AP mode. You connect to the device's Wi-Fi network and manage it via the web interface at 10.10.7.1. However, in this mode, you won't be able to use voice control or remote access, as the device is isolated.
Do the settings reset when the power goes out?
No, Sonoff Dual R3 The device has non-volatile memory. All configurations, including relay mode and Wi-Fi settings, are saved after a power outage. When power is restored, the device will attempt to connect to the last known network.
Does the schedule work without the Internet?
Yes, built-in timers and schedules (if they were loaded into the device's memory before the internet was disconnected or configured locally) continue to function. The device's internal clock may drift without NTP synchronization, so for accurate operation, at least periodic synchronization or the use of an external time controller is recommended.
What is the default password for the device's Wi-Fi hotspot?
The default password for AP mode on most Sonoff devices is 20170618However, always check the label on the case of your specific unit, as new batches may have a different password.