mirror of
https://github.com/ale1800/ESP-360-REMOTE.git
synced 2025-03-10 12:48:45 -03:00
fixed some formatting
fixed some formatting
This commit is contained in:
parent
bd260b96ca
commit
c886eedf16
10
INSTALL.md
10
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 :
|
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) folder.
|
||||||
as explained in the template section of this file
|
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
|
once happy with your config you can compile by clicking save then come back to the main menu and click the "..." then install
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
choose manual download
|
choose manual download
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
the file will be compiled to a .bin that you will be able to download. you need to download the legacy format :
|
the file will be compiled to a .bin that you will be able to download. you need to download the legacy format :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
from there, give it a name and choose ESP32
|
from there, give it a name and choose ESP32
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
now return to the webpage of the ESP 360 Remote and under OTA Update browse for the file you previously downloaded and click update
|
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
|
once the device as rebooted, you should see the value from the sensors and your switch
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
you are done :)
|
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
|
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.
|
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 :
|
it should looks like something like this :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
the line that we care about is the following
|
the line that we care about is the following
|
||||||
```
|
```
|
||||||
Received NEC: address=0xFE01, command=0xE21D
|
Received NEC: address=0xFE01, command=0xE21D
|
||||||
|
Loading…
x
Reference in New Issue
Block a user