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