elupus / esphome-nibe

Esphome components for nibe heat pumps
MIT License
57 stars 19 forks source link

First step with Lilygo ESP32 #45

Closed frukttime closed 8 months ago

frukttime commented 8 months ago

Hello,

I'm just starting to learn ESPhome and ESP32. My problem:

  1. I connect the Board to computer
  2. Make the connection in ESPhome (in my HA)
  3. Edit the YAML (I take it from the example) and I get an error with OTA (Secret 'OTA_PASSWORD' not defined)
  4. I find solutions for OTA:

esphome: on_boot:

ota: password: "Old password" id: ota_id`


After solutions with ota i have next problem with - ssid: !secret WIFI_SSID
I think after WIFI_SSID coming WIFI_PASSWORD

What is my fault?
elupus commented 8 months ago

I'm not sure what it is you are trying to do. Secrets are part of the home assistant plugin. Just press the secrets button and make sure you have values there. You need to have enteried the name of your wifi network and the password to it for the device to be able to connect. I can not handle that type of support questions here, you need to read up on esphome in general.