Witam wszystkich.
Jestem początkującym użytkownikiem HA. Przesiadam się z Domoticza i mam problem z komunikacją z ESP-Easy.
Próbuję odczytać temperatury przez mqtt. Przerabiałem większość poradników z netu i nie działa.
Co mam źle w konfiguracji ?
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
- platform: mqtt
name: "bufor_up"
state_topic: 'ESP_Easy/BUFOR/T_BUF_UP'
unit_of_measurement: "°C"
value_template: "{{ value_json.temperature }}"
device_class: temperature
Z logów wynika, że urządzenie o adresie IP 192.168.162.150 nie łączy się do brokera MQTT ponieważ nie zostało zautoryzowane, np. błędny login i hasło albo brak loginu i hasła. Nie znam ESP Easy ale chyba ma być ustawiony ptaszek przy opcji Use Extended Credentials i podany login i hasło do brokera MQTT.