Updated (EN) First Steps Installation and Setup (markdown)

Edward Firmo
2023-12-07 15:49:26 +01:00
parent 5b4e92b89c
commit e03268f991

@@ -67,6 +67,7 @@ substitutions:
wifi_password: !secret wifi_password
nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft"
nextion_blank_url: "http://homeassistant.local:8123/local/nspanel_blank.tft"
##### addon-configuration #####
## addon_climate ##
@@ -81,8 +82,8 @@ packages:
files:
- nspanel_esphome.yaml # Core package
# - advanced/esphome/nspanel_esphome_advanced.yaml # activate advanced (legacy) elements - can be useful for troubleshooting
# - advanced/esphome/nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control
# - advanced/esphome/nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control
# - nspanel_esphome_addon_climate_cool.yaml # activate for local climate (cooling) control
# - nspanel_esphome_addon_climate_heat.yaml # activate for local climate (heater) control
refresh: 1s
esp32:
@@ -92,17 +93,10 @@ esp32:
##### My customization - Start #####
##### My customization - End #####
```
> ⚠️ _**ATTENTION!**_ You can also comment out the path `nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel_us.tft"` and load the TFT directly from GitHub. But it can happen that there are problems with the upload to the NSPanel. This depends on your internet and Wi-Fi. For more information on this issue, see the issue page on GitHub. It should then look like this:
```yaml
# nextion_update_url: "http://homeassistant.local:8123/local/nspanel_eu.tft" # URL to local tft File
nextion_update_url: "https://raw.githubusercontent.com/Blackymas/NSPanel_HA_Blueprint/main/nspanel_eu.tft"
```
⚠️ The following TFT files are available and can be replaced in your url accordingly:
- `nspanel_eu.tft` (European layout)
- `nspanel_us.tft` (US layout)
- `nspanel_us_land.tft` (US layout - landscape orientation)
⚠️ The following TFT files are available and can be replaced in your URL accordingly:
- [`nspanel_eu.tft`](/Blackymas/NSPanel_HA_Blueprint/raw/main/nspanel_eu.tft) (European layout)
- [`nspanel_us.tft`](/Blackymas/NSPanel_HA_Blueprint/raw/main/nspanel_eu.tft) (US layout)
- [`nspanel_us_land.tft`](/Blackymas/NSPanel_HA_Blueprint/raw/main/nspanel_us_land.tft) (US layout - landscape orientation)