Skip to content

Commit 0109231

Browse files
Document the initial configuration of the NSPanel Sonoff device (#34)
* Document the initial configuration of the NSPanel Sonoff device
1 parent ce1f812 commit 0109231

4 files changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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)

docs/getting-started/flash-nspanel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Then, flash the firmware with your tool of choice:
159159
After the flash of the firmware, you will not see any visible change on the NSPanel display this is normal at this stage.
160160
:::
161161

162+
You are now ready to (configure your flashed Sonoff NSPanel)[./configure-flashed-nspanel.md].
162163

163164

164165

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const sidebars: SidebarsConfig = {
2121
'getting-started/pre-requisites',
2222
'getting-started/supported-devices',
2323
'getting-started/flash-nspanel',
24+
'getting-started/configure-flashed-nspanel',
2425
{
2526
type: 'category',
2627
label: 'Install NSPanel Manager',
41.8 KB
Loading

0 commit comments

Comments
 (0)