From 655a0388b8d2c5df5ac144fb34f98466be98ad98 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sat, 11 Nov 2023 22:49:52 +0100 Subject: [PATCH 01/13] added a installation entry added a installation entry --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51febae..e07245a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Then screw the top part and turn the board on! Now you can also program the board with the USB-C. I suggest to use ESPHOME beacuse it's super easy to setup and to integrate with Home Assistant +# Installation +once you received the ESP 360 Remote you will need to flash esp home on it and configure the action you need. +please head to [INSTALL.md](INSTALL.md) + # Home Assistant integration ESP 360 REMOTE is designed to be fully integrated into Home Assistant and leverage the capabilities provided by ESPHome. If you decide to use the configuration file provided in this repo, you will see these exposed entities: From bd260b96ca0482bd797444ab2344651641128df6 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sat, 11 Nov 2023 23:42:09 +0100 Subject: [PATCH 02/13] Create INSTALL.md added basic info to configure the device in standalone mode and using the docker server --- INSTALL.md | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 0000000..f8386b7 --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,139 @@ +# Introduction + +if you know esphome, you can skip most of this document and just use the template in the [ESPHome Configuration](ESPHome Configuration) folder. + +if you don't know much about esphome this guide will guide you through the installation process. if you need more information you can head to [Discord](https://discord.gg/PsrK3KDkRy) and if you see something that is not clear enough, do not hesistate to make a pull request and improve the documentation for everybody. + +there are three way to use your device : +* standalone : good if you plan to setup the device once and forget about it, interract with your device using a webpage +* ESPhome : good if you plan to change the configuration often and add more esphome device, interract with your device using a webpage +* home assistant : if you use it aldready, it has a ESPhome plugin and the step are close the the ESPhome one. interract through home assistant +you also need to follow the next step no matter what setup you choose and finnish with the template step. + +# Universal first step +for this step you will require a USB-C cable that has power + data (a normal cable should but some cheap aliexpress cable only have the power wire and no data wire) and a computer with chrome or edge browser (no firefox) +open the following [link](https://web.esphome.io/) in your browser once the device is connected to your computer using the USB-C cable +you need to click on "connect" +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/d5390c21-c24f-41e1-a038-98f9d171800e) +and select the USB-Serial device, if no USB serial device appear, ensure your USB cable is good and that you have the CH240X driver (the tool give you the link to install the driver if needed) +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8a85914c-d865-4ee3-bd17-9f1b856367f2) +once you are conencted you should be able to click there : +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/2bd723f7-c853-4a67-82dd-09b676650a08) +the process takes a few minutes and ask for your wifi credentials toward the end so that the device can connect to your network. +once it's done you should be able to access the webpage hosted by the ESP 360 Remote +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/29d30c93-fc50-4dd9-8d0a-e4df338b7313) +as you can see it's empty. this is only the generic ESPHome configuration. follow to the next section to compile the firmware with the IR, RF and sensors feature + +# Standalone +first follow this guide that will help you install the compiler for the ESPhome firmware +[ESPHome tool desktop installation](https://esphome.io/guides/installing_esphome.html) +once the tools are installed you can follow this guide to compile the template provided here for your device : +[ESPHome tool desktop usage](https://esphome.io/guides/getting_started_command_line) +you can now jump to the template section + +# ESPhome +this option require docker but allow you to manage you fleet of esphome device +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/54c6994f-20ff-47d3-a7e6-2f1cb4a1465a) +I assume you know the docker basics, here is a docker-compose.yml that you can use to run the ESPhome "fleet manager" +``` +version: '3' +services: + esphome: + container_name: esphome + image: ghcr.io/esphome/esphome + volumes: + - /path/to/esphome/config:/config + - /etc/localtime:/etc/localtime:ro + restart: always + privileged: true + network_mode: host + environment: + - USERNAME=test + - PASSWORD=ChangeMe +``` + +edit the username + password and the path to your configuration (just an empty folder is good, we will create the file from the web interface) + +once it's running you can can access it on http://127.0.0.1:6052/ +from there you can create a new device + +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/c529b5d6-154f-40f2-a201-60daa0c56e23) + +once done, click on skip for the install and click "edit" instead from the main menu : + +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8a15594a-a562-450f-a4b7-fa74b08b9b23) + +remplace the text with the one found in the [ESPHome Configuration](ESPHome Configuration) folder. +as explained in the template section of this file +once happy with your config you can compile by clicking save then come back to the main menu and click the "..." then install +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/d8344466-55ab-4160-86c9-c3f37f18ba89) + +choose manual download +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/e6ae26cc-6eb6-4dc1-970b-3d262d75b06b) +the file will be compiled to a .bin that you will be able to download. you need to download the legacy format : + +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/dbe9ecfa-dd81-4144-9331-9234900aaab9) + +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/e6f7382d-27fc-405e-8511-8cb5cea83d2e) + +from there, give it a name and choose ESP32 +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/3865ad0b-b6ad-4962-8827-30d46b669c8e) + +now return to the webpage of the ESP 360 Remote and under OTA Update browse for the file you previously downloaded and click update +once the device as rebooted, you should see the value from the sensors and your switch +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8dd688a1-7d29-4f24-bf66-537c23cb7060) + +you are done :) +# home assistant +TODO, please write this section if you did it + +# template (universal last step) + +here is what the template looks like. you can edit the name field and the wifi ssid + password with your +``` +esphome: + name: esp360-default-1 + friendly_name: ESP360-default-1 + +esp32: + board: esp32dev + framework: + type: arduino + +# Enable logging +logger: + +api: + encryption: + ... +``` +you can add your own action. +this is an example that send an IR code that turn ON and OFF a fan. +you will need to adapt the transmit_nec function to your protocol and replace the address and command field accordingly +``` + - platform: template + name: "fan" + turn_on_action: + remote_transmitter.transmit_nec: + transmitter_id: IR_TX + address: 0xFE01 + command: 0xE21D + turn_off_action: + remote_transmitter.transmit_nec: + transmitter_id: IR_TX + address: 0xFE01 + command: 0xE21D +``` +if you dont know theses, you can start by compilling the base template and go to the webpage of the ESP 360 remote, you should see a terminal that display the data from the sensors and the IR + RF transceiver +just point the remote you want to clone toward the ESP 360 remote and look at the code display in the terminal. +it should looks like something like this : +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/0b4145c7-22b1-4e91-9b0d-4f6a9d262afe) +the line that we care about is the following +``` +Received NEC: address=0xFE01, command=0xE21D +``` +this line give you the protocol (NEC) the address and the command. if you have another protocol lookup in the ESPhome documentation the specific syntax. + +you can now edit the snippet with your value and add as many as you need for every function you want. + +(dont hesitate to read the ESPhome documentation as it will give you more detailled info and more options to configure your actions) From c886eedf16a81d8a010667c5552ce2ff154452e6 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sat, 11 Nov 2023 23:44:54 +0100 Subject: [PATCH 03/13] fixed some formatting fixed some formatting --- INSTALL.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f8386b7..e366e18 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -61,26 +61,30 @@ from there you can create a new device once done, click on skip for the install and click "edit" instead from the main menu : -![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8a15594a-a562-450f-a4b7-fa74b08b9b23) - remplace the text with the one found in the [ESPHome Configuration](ESPHome Configuration) folder. as explained in the template section of this file once happy with your config you can compile by clicking save then come back to the main menu and click the "..." then install + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/d8344466-55ab-4160-86c9-c3f37f18ba89) choose manual download + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/e6ae26cc-6eb6-4dc1-970b-3d262d75b06b) + the file will be compiled to a .bin that you will be able to download. you need to download the legacy format : ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/dbe9ecfa-dd81-4144-9331-9234900aaab9) + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/e6f7382d-27fc-405e-8511-8cb5cea83d2e) from there, give it a name and choose ESP32 + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/3865ad0b-b6ad-4962-8827-30d46b669c8e) now return to the webpage of the ESP 360 Remote and under OTA Update browse for the file you previously downloaded and click update once the device as rebooted, you should see the value from the sensors and your switch + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8dd688a1-7d29-4f24-bf66-537c23cb7060) you are done :) @@ -127,7 +131,9 @@ you will need to adapt the transmit_nec function to your protocol and replace th if you dont know theses, you can start by compilling the base template and go to the webpage of the ESP 360 remote, you should see a terminal that display the data from the sensors and the IR + RF transceiver just point the remote you want to clone toward the ESP 360 remote and look at the code display in the terminal. it should looks like something like this : + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/0b4145c7-22b1-4e91-9b0d-4f6a9d262afe) + the line that we care about is the following ``` Received NEC: address=0xFE01, command=0xE21D From 17bd90a865a85c7f250432df6bca9a7166f08ef0 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sat, 11 Nov 2023 23:47:58 +0100 Subject: [PATCH 04/13] more formatting fixing more formatting fixing --- INSTALL.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index e366e18..acbec52 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Introduction -if you know esphome, you can skip most of this document and just use the template in the [ESPHome Configuration](ESPHome Configuration) folder. +if you know esphome, you can skip most of this document and just use the template in the [ESPHome Configuration](ESPHome Configuration/esp360-default-1.yaml) folder. if you don't know much about esphome this guide will guide you through the installation process. if you need more information you can head to [Discord](https://discord.gg/PsrK3KDkRy) and if you see something that is not clear enough, do not hesistate to make a pull request and improve the documentation for everybody. @@ -14,14 +14,22 @@ you also need to follow the next step no matter what setup you choose and finnis for this step you will require a USB-C cable that has power + data (a normal cable should but some cheap aliexpress cable only have the power wire and no data wire) and a computer with chrome or edge browser (no firefox) open the following [link](https://web.esphome.io/) in your browser once the device is connected to your computer using the USB-C cable you need to click on "connect" + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/d5390c21-c24f-41e1-a038-98f9d171800e) + and select the USB-Serial device, if no USB serial device appear, ensure your USB cable is good and that you have the CH240X driver (the tool give you the link to install the driver if needed) + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8a85914c-d865-4ee3-bd17-9f1b856367f2) + once you are conencted you should be able to click there : + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/2bd723f7-c853-4a67-82dd-09b676650a08) + the process takes a few minutes and ask for your wifi credentials toward the end so that the device can connect to your network. once it's done you should be able to access the webpage hosted by the ESP 360 Remote + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/29d30c93-fc50-4dd9-8d0a-e4df338b7313) + as you can see it's empty. this is only the generic ESPHome configuration. follow to the next section to compile the firmware with the IR, RF and sensors feature # Standalone @@ -33,7 +41,9 @@ you can now jump to the template section # ESPhome this option require docker but allow you to manage you fleet of esphome device + ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/54c6994f-20ff-47d3-a7e6-2f1cb4a1465a) + I assume you know the docker basics, here is a docker-compose.yml that you can use to run the ESPhome "fleet manager" ``` version: '3' @@ -61,7 +71,7 @@ from there you can create a new device once done, click on skip for the install and click "edit" instead from the main menu : -remplace the text with the one found in the [ESPHome Configuration](ESPHome Configuration) folder. +remplace the text with the one found in the [ESPHome Configuration](ESPHome Configuration/esp360-default-1.yaml) folder. as explained in the template section of this file once happy with your config you can compile by clicking save then come back to the main menu and click the "..." then install @@ -80,12 +90,14 @@ the file will be compiled to a .bin that you will be able to download. you need from there, give it a name and choose ESP32 -![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/3865ad0b-b6ad-4962-8827-30d46b669c8e) +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8dd688a1-7d29-4f24-bf66-537c23cb7060) now return to the webpage of the ESP 360 Remote and under OTA Update browse for the file you previously downloaded and click update once the device as rebooted, you should see the value from the sensors and your switch -![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8dd688a1-7d29-4f24-bf66-537c23cb7060) +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/e66aeed3-7168-4010-b728-6675b3e7b089) + + you are done :) # home assistant From 3932db1b1f1cdbb7e00cb080178a3ad2a1bd86c7 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:01:27 +0100 Subject: [PATCH 05/13] Update INSTALL.md Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com> --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index acbec52..6462e03 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -152,6 +152,6 @@ Received NEC: address=0xFE01, command=0xE21D ``` this line give you the protocol (NEC) the address and the command. if you have another protocol lookup in the ESPhome documentation the specific syntax. -you can now edit the snippet with your value and add as many as you need for every function you want. +Edit the example template with your value and add as many as you need for every function of your remote you want to clone and use from the ESP 360 Remote. (dont hesitate to read the ESPhome documentation as it will give you more detailled info and more options to configure your actions) From d257d8cf63decb70d1245a187e1e31dde70a612d Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:01:38 +0100 Subject: [PATCH 06/13] Update README.md Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e07245a..8a2c2e1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then screw the top part and turn the board on! Now you can also program the board with the USB-C. I suggest to use ESPHOME beacuse it's super easy to setup and to integrate with Home Assistant # Installation -once you received the ESP 360 Remote you will need to flash esp home on it and configure the action you need. +Once you receive the ESP 360 Remote you will need to flash ESPHome on it and configure the remote commands you want to clone. please head to [INSTALL.md](INSTALL.md) # Home Assistant integration From 83a366617956ce5c98b2c2bca829e678e2886168 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:01:48 +0100 Subject: [PATCH 07/13] Update README.md Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2c2e1..09fd73e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Now you can also program the board with the USB-C. I suggest to use ESPHOME beac Once you receive the ESP 360 Remote you will need to flash ESPHome on it and configure the remote commands you want to clone. please head to [INSTALL.md](INSTALL.md) -# Home Assistant integration +# Home Assistant Integration ESP 360 REMOTE is designed to be fully integrated into Home Assistant and leverage the capabilities provided by ESPHome. If you decide to use the configuration file provided in this repo, you will see these exposed entities: From 5ed2a894ac16291c9811d4ce1bcb9b8c4b730520 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:01:57 +0100 Subject: [PATCH 08/13] Update README.md Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09fd73e..581af5f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Now you can also program the board with the USB-C. I suggest to use ESPHOME beac # Installation Once you receive the ESP 360 Remote you will need to flash ESPHome on it and configure the remote commands you want to clone. -please head to [INSTALL.md](INSTALL.md) +[INSTALL.md](INSTALL.md) has detailed instructions to follow. # Home Assistant Integration From 744467de79b1432bbebab5cf2bf31b8577108a61 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:02:05 +0100 Subject: [PATCH 09/13] Update INSTALL.md Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com> --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6462e03..137595e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,6 +1,6 @@ # Introduction -if you know esphome, you can skip most of this document and just use the template in the [ESPHome Configuration](ESPHome Configuration/esp360-default-1.yaml) folder. +If you know ESPHome, you can skip most of this document and just use the template in the [ESPHome Configuration](ESPHome Configuration/esp360-default-1.yaml) folder. if you don't know much about esphome this guide will guide you through the installation process. if you need more information you can head to [Discord](https://discord.gg/PsrK3KDkRy) and if you see something that is not clear enough, do not hesistate to make a pull request and improve the documentation for everybody. From 1f42a822aea1d30f7080af56ff391c622ed3f5f8 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:02:15 +0100 Subject: [PATCH 10/13] Update INSTALL.md Co-authored-by: Patrick <4002194+askpatrickw@users.noreply.github.com> --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 137595e..ae0338a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ If you know ESPHome, you can skip most of this document and just use the template in the [ESPHome Configuration](ESPHome Configuration/esp360-default-1.yaml) folder. -if you don't know much about esphome this guide will guide you through the installation process. if you need more information you can head to [Discord](https://discord.gg/PsrK3KDkRy) and if you see something that is not clear enough, do not hesistate to make a pull request and improve the documentation for everybody. +If you don't know much about ESPHome this document will guide you through the installation process. If you need more information you can head to [Discord](https://discord.gg/PsrK3KDkRy) and if you see something that is not clear enough, do not hesitate to make a pull request and improve the documentation for everybody. there are three way to use your device : * standalone : good if you plan to setup the device once and forget about it, interract with your device using a webpage From 050f9257b95a50be6b8ee9bfe7579ccb2a602153 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:08:02 +0100 Subject: [PATCH 11/13] replace image with a red box instead of handdrawn line replace image with a red box instead of handdrawn line --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ae0338a..fd2cb9e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,7 +15,8 @@ for this step you will require a USB-C cable that has power + data (a normal cab open the following [link](https://web.esphome.io/) in your browser once the device is connected to your computer using the USB-C cable you need to click on "connect" -![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/d5390c21-c24f-41e1-a038-98f9d171800e) +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/2bd903d1-df8f-49df-af7e-fb075620a588) + and select the USB-Serial device, if no USB serial device appear, ensure your USB cable is good and that you have the CH240X driver (the tool give you the link to install the driver if needed) From af5278af0095741038ebd3ba240547c65f7195b8 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:13:22 +0100 Subject: [PATCH 12/13] fixed another hand drawn line --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index fd2cb9e..8edce54 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,7 +20,8 @@ you need to click on "connect" and select the USB-Serial device, if no USB serial device appear, ensure your USB cable is good and that you have the CH240X driver (the tool give you the link to install the driver if needed) -![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/8a85914c-d865-4ee3-bd17-9f1b856367f2) +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/a0e29219-d31b-46d2-84c6-6d38e013bf19) + once you are conencted you should be able to click there : From 91223decda1011fbe24a0e9ebb4c8d32f184b883 Mon Sep 17 00:00:00 2001 From: Nathann Morand Date: Sun, 12 Nov 2023 11:15:56 +0100 Subject: [PATCH 13/13] fixed last handdrawn image --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8edce54..10139c5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -23,9 +23,10 @@ and select the USB-Serial device, if no USB serial device appear, ensure your US ![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/a0e29219-d31b-46d2-84c6-6d38e013bf19) -once you are conencted you should be able to click there : +once you are connected you should be able to click there : + +![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/e81471e2-3604-4299-94cf-40febff231c9) -![image](https://github.com/nathmo/ESP-360-REMOTE/assets/15912256/2bd723f7-c853-4a67-82dd-09b676650a08) the process takes a few minutes and ask for your wifi credentials toward the end so that the device can connect to your network. once it's done you should be able to access the webpage hosted by the ESP 360 Remote