Skip to content
gn0st1c edited this page Mar 21, 2018 · 15 revisions

Configuration

TODO

First boot

On normal boot (i.e. button not pressed) it will execute the firmware. It configures the enabled hardware/features like (button, LED, relay), the SPIFFS memory access, the WIFI, the WebServer, MQTT etc.

Obviously the default values for WIFI network and MQTT will probably not match your requirements. The device will start in Soft AP creating a WIFI SSID named "DEVICE_XXXXXX", where DEVICE will be an identifier of your device (default: ESPURNA) and XXXXXX are the last 3 bytes of the radio MAC.

  • Connect with phone or computer to the "ESPURNA_XXXXXX" network.
  • Password is "fibonacci".
  • Once connected browse to "http://192.168.4.1"
  • It will then present an authentication challenge.
  • Default user and password are "admin" and "fibonacci".
  • Then you will be presented a page to change this default password. The new password has to have a minimum of 8 characters (letters, numbers and _) including one number, one lower case and one uppercase. The same password is used for the WIFI Access Point, for the web interface and for the OTA firmware upload.
  • Once you change the password you will have to authenticate yourself again using now this new password and finally you will see the configuration page where you will be able to define different configuration parameters.

WiFi configuration

You can configure up to five WIFI networks.
It will then try to connect to the configure WIFI networks in order of signal strength. If none of the defined networks succeed it will default to SoftAP mode again.

You can also switch to SoftAP mode by double click the on-board button or reset the board long pressing it. It will stay in SoftAP mode for a minute before trying to reconnect.

MQTT

Once connected to an access point the board will try to connect the MQTT server defined.

The device will publish the relay state to the given topic and it will subscribe to the same topic for remote switching. Don't worry, it avoids infinite loops.

You can also use "{identifier}" as place holder in the topic. It will be translated to your device ID (same as the soft AP network it creates).

Home
Change log

Getting started

Supported hardware and options

Configuration

Integrations

Network

Developers

More around ESPurna

Clone this wiki locally