Updated (EN) First Steps Installation and Setup (markdown)
@@ -32,26 +32,26 @@ This section covers the initial configuration. All important steps for installat
|
|||||||
## 1. Short version of the setup of Esphome and Blueprint
|
## 1. Short version of the setup of Esphome and Blueprint
|
||||||
> _**(for those who already have experience with ESPhome and Home Assistant)**_
|
> _**(for those who already have experience with ESPhome and Home Assistant)**_
|
||||||
|
|
||||||
1. First you have to install the Blueprint. For this please use the following link
|
### 1. First you have to install the Blueprint. For this please use the following link
|
||||||
|
|
||||||
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FBlackymas%2FNSPanel_HA_Blueprint%2Fblob%2Fmain%2Fnspanel_blueprint.yaml)
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FBlackymas%2FNSPanel_HA_Blueprint%2Fblob%2Fmain%2Fnspanel_blueprint.yaml)
|
||||||
|
|
||||||
> It is also possible to copy the code from the file _**"nspnael_blueprint.yaml "**_ and paste it into HA.
|
> It is also possible to copy the code from the file _**"nspnael_blueprint.yaml "**_ and paste it into HA.
|
||||||
> You can find instructions for this under [Using Automation Blueprints](https://www.home-assistant.io/docs/automation/using_blueprints/) und [Automation blueprint tutorial](https://www.home-assistant.io/docs/blueprint/tutorial/#create-the-blueprint-file)
|
> You can find instructions for this under [Using Automation Blueprints](https://www.home-assistant.io/docs/automation/using_blueprints/) und [Automation blueprint tutorial](https://www.home-assistant.io/docs/blueprint/tutorial/#create-the-blueprint-file)
|
||||||
|
|
||||||
2. You have to download the file **_nspanel.tft_** from Github
|
### 2. You have to download the file **_nspanel.tft_** from Github
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
3. Upload the **_nspnael.tft_** file to your **_Home Assistant Server_** in the **_www_** folder, see [Home Assistant HTTP](https://www.home-assistant.io/integrations/http/#hosting-files) 'Hosting Files section for details.
|
### 3. Upload the **_nspnael.tft_** file to your **_Home Assistant Server_** in the **_www_** folder, see [Home Assistant HTTP](https://www.home-assistant.io/integrations/http/#hosting-files) 'Hosting Files section for details.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
4. In the next step you have to create a new ESP32 device in ESPHome
|
### 4. In the next step you have to create a new ESP32 device in ESPHome
|
||||||
|
|
||||||
5. When the new ESP32 device has been created, next click _**"Edit "**_ on the device you have just created to open the web editor. Now the following code must be copied and pasted.
|
### 5. When the new ESP32 device has been created, next click _**"Edit "**_ on the device you have just created to open the web editor. Now the following code must be copied and pasted.
|
||||||
|
|
||||||
> _**IMPORTANT!**_ The already existing code in the ESPHome file must be _**"COMPLETELY "**_ deleted and _**"REPLACED "**_ by the code below.
|
> _**IMPORTANT!**_ The already existing code in the ESPHome file must be _**"COMPLETELY "**_ deleted and _**"REPLACED "**_ by the code below.
|
||||||
|
|
||||||
@@ -93,18 +93,29 @@ packages:
|
|||||||
##### DO NOT CHANGE ANYTHING! #####
|
##### DO NOT CHANGE ANYTHING! #####
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> At **_http://HOME-ASSISTANT-IP:8123/local/nspanel.tft_** you have to enter your _**IP from Home Assistant**_.
|
||||||
|
|
||||||
|
> This could look like this **_http://192.168.1.1:8123/local/nspanel.tft_**
|
||||||
|
|
||||||
|
> _**ATTENTION!**_ You can also comment out the path nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel.tft" and load the TFT directly from Github. But it can happen that there are problems with the upload to the NSPanel. It should then look like this
|
||||||
|
|
||||||
|
```
|
||||||
|
# nextion_update_url: "http://HOME-ASSISTANT-IP:8123/local/nspanel.tft" # URL to local tft File
|
||||||
|
nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel.tft"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
6. Now the NSPanel can be flashed with the new ESPHome code.
|
### 6. Now the NSPanel can be flashed with the new ESPHome code.
|
||||||
> how to flash the NSPanel you can see here [HOW TO - Flash Sonoff NSPanel with ESPHome](https://www.youtube.com/watch?v=p-AK4o5jOSI)
|
> how to flash the NSPanel you can see here [HOW TO - Flash Sonoff NSPanel with ESPHome](https://www.youtube.com/watch?v=p-AK4o5jOSI)
|
||||||
|
|
||||||
7. After the NSPanel is flashed, you can go to _**"Settings --> Devices & Services --> Add Integration"**_ to add your new device and finish setting it up.
|
### 7. After the NSPanel is flashed, you can go to _**"Settings --> Devices & Services --> Add Integration"**_ to add your new device and finish setting it up.
|
||||||
|
|
||||||
8. In the last step, only the TFT must be uploaded. To do this, open your new device in the ESPHome integration and activate the item _**"Update TFT display "**_ under _**"Configuration"**_. Now the current TFT file is loaded from Github and uploaded to your NSPanel. _**ATTENTION!**_ this process may take a moment.
|
### 8. In the last step, only the TFT must be uploaded. To do this, open your new device in the ESPHome integration and activate the item _**"Update TFT display "**_ under _**"Configuration"**_. Now the current TFT file is loaded from local Home Assistant Server or Github and uploaded to your NSPanel. _**ATTENTION!**_ this process may take a moment.
|
||||||
|
|
||||||
9. now the setup of ESPHome and NSPanel is completed.
|
### 9. now the setup of ESPHome and NSPanel is completed.
|
||||||
|
|
||||||
10. Now you can configure your NSPanel via the Blueprint. To do this, go to _**"Settings --> Automations & Scenes --> Templates --> NSPanel Configuration --> CREATE AUTOMATION"**_ and start with the setup of the NSPanel.
|
### 10. Now you can configure your NSPanel via the Blueprint. To do this, go to _**"Settings --> Automations & Scenes --> Templates --> NSPanel Configuration --> CREATE AUTOMATION"**_ and start with the setup of the NSPanel.
|
||||||
|
|
||||||
> _**NOTE!**_ In the blueprint, in the _**"ESPHOME Node Name"**_ field, enter exactly the same name that you assigned in the _**"ESPHome File"**_.
|
> _**NOTE!**_ In the blueprint, in the _**"ESPHOME Node Name"**_ field, enter exactly the same name that you assigned in the _**"ESPHome File"**_.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user