Commit 9026894 1 parent 2944008 commit 9026894 Copy full SHA for 9026894
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ Thank you for using Doorman <3
8
8
9
9
### Network Connection
10
10
When you power on your Doorman-S3 for the first time it will blink fast (orange) and opens a new Access Point called ` Doorman-S3 Setup ` .
11
+ You can setup your WiFi credentials via Access Point, Improv Serial or Improv Bluetooth.
11
12
12
13
The Access Point password is ` open-sesame ` .
13
14
14
- You can setup your WiFi credentials via Access Point, Improv Serial or Improv Bluetooth.
15
+ When you connect to the Access Point, the web interface should open automatically (see also login to network notifications).\
16
+ If that does not work, you can also navigate to http://192.168.4.1/ manually in your browser.
17
+
18
+
15
19
16
20
::: tip
17
21
Thanks to mDNS support, Home Assistant will find your Doorman out of the box after connecting it to WiFi.
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ globals:
49
49
# Board Setup
50
50
esp32 :
51
51
board : esp32-s3-devkitc-1
52
+ variant : esp32s3
52
53
flash_size : 8MB
53
54
framework :
54
55
type : esp-idf
@@ -64,10 +65,7 @@ esphome:
64
65
project :
65
66
name : " AzonInc.Doorman-Stock"
66
67
version : " 2024.8.1"
67
-
68
- platformio_options :
69
- board_build.flash_mode : dio
70
-
68
+
71
69
on_boot :
72
70
then :
73
71
- light.turn_on :
You can’t perform that action at this time.
0 commit comments