Hallo Elmar,
hast du ESPHome schon installiert?
Anschluss und Konfiguration findest du hier:
Anschlussbezeichnung:
Meine Config:
esphome:
name: esp8266-speicher
platform: ESP8266
board: esp01_1m
# Enable logging
logger:
# Enable Home Assistant API
api:
ota:
password:
wifi:
ssid:
password:
manual_ip:
static_ip:
gateway:
subnet:
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid:
password:
captive_portal:
spi:
miso_pin: GPIO12
clk_pin: GPIO14
sensor:
- platform: max6675
name: "abgastemperatur_holzofen"
cs_pin: GPIO15
update_interval: 10s
- platform: wifi_signal
name: esp8266-speicher-wifi
update_interval: 10s
