|
| 1 | +--- |
| 2 | +title: Configure Flashed Sonoff NSPanel |
| 3 | +sidebar_position: 4 |
| 4 | +--- |
| 5 | +import YouTubePlayer from '@site/src/components/YoutubePlayer'; |
| 6 | +import CenteredImage from '@site/src/components/CenteredImage'; |
| 7 | +import Tabs from '@theme/Tabs'; |
| 8 | +import TabItem from '@theme/TabItem'; |
| 9 | + |
| 10 | +# Configure Flashed Sonoff NSPanel |
| 11 | + |
| 12 | +:::note |
| 13 | + |
| 14 | +Pre-requisite: You have to [flash the Sonoff NSPanel with our custom firmware](./flash-nspanel.md) first. |
| 15 | + |
| 16 | +::: |
| 17 | + |
| 18 | +## Connect to Wifi |
| 19 | + |
| 20 | +After flashing your NSPanel: |
| 21 | + |
| 22 | +1) Connect it to power |
| 23 | +2) It will boot as an access point. |
| 24 | +3) Check for a WIFI network called `NSPMPanel`. |
| 25 | +4) Connect to it (no password required) |
| 26 | +5) Visit http://192.168.1.1 |
| 27 | + |
| 28 | +You should see a page similar to this: |
| 29 | + |
| 30 | +<CenteredImage src="/images/doc/configuration/sonoff-nspanel-configuration.png" alt="Simplified configuration page" figureNumber="1" /> |
| 31 | + |
| 32 | +## NSPanel Configuration |
| 33 | + |
| 34 | +Let's setup the minimal configuration, the rest can be configured from NSPanel Manager directly. |
| 35 | + |
| 36 | +1) Fill up the WiFi section with your Wifi information. |
| 37 | +2) Complete the MQTT section. |
| 38 | +3) Click the **Save** button. |
| 39 | + |
| 40 | +After that the device will reboot and connect to your Wifi |
| 41 | +(it will no longer host a WiFi named `NSPMPanel` nor be reachable to the previous url). |
| 42 | + |
| 43 | +If needed, you will still be able to connect to it via it's new IP from your own Wifi network. |
| 44 | +(Check in your Router to retrieve its IP) |
| 45 | + |
| 46 | + |
| 47 | +At this stage, if your device could connect to your WiFi and to MQTT you can jump into |
| 48 | +the [installation of NSPanel Manager](./install/installation-guide-docker.md) |
0 commit comments