lubeda / EsphoMaTrix

A simple DIY status display with an 8x32 RGB LED panel implemented with esphome.io and Home Assistant
MIT License
217 stars 23 forks source link

Display problem since update #100

Closed bobdivx closed 1 year ago

bobdivx commented 1 year ago

Hello, a few months ago I installed your project on my esp 8266, today I only have two lines left to display. My code worked perfectly, today impossible to update.

`
substitutions: devicename: esphomatrix mypin: GPIO16 board: mhetesp32minikit

external_components:

esphome: name: $devicename on_boot: priority: -100 then:

esp32: board: $board

binary_sensor:

font:

Enable Home Assistant API

api: services:

wifi: ssid: !secret wifi_ssid password: !secret wifi_password

Enable fallback hotspot (captive portal) in case wifi connection fails

ap: ssid: $devicename password: "InM2TlqVfJe4"

light:

time:

display:

select:

LOGS: ` INFO Reading configuration /config/esphome/esphomatrix.yaml... WARNING WARNING If you are upgrading EsphoMaTrix from a version before 2023.4.0, WARNING you should read the section https://github.com/lubeda/EsphoMaTrix/#how-to-update for tipps. WARNING INFO Detected timezone 'Europe/Paris' Failed config

ehmtx: [source /config/esphome/esphomatrix.yaml:180]

'time_component' is a required option for [ehmtx].

[ehmtxselect] is an invalid option for [ehmtx]. Please check the indentation.
ehmtxselect: esphomatrix
id: rgb8x32

[show_clock] is an invalid option for [ehmtx]. Did you mean [show_dow], [show_seconds], [on_next_clock]?
show_clock: 4

[show_screen] is an invalid option for [ehmtx]. Did you mean [show_seconds], [on_next_screen], [show_date]?
show_screen: 6

[display8x32] is an invalid option for [ehmtx]. Please check the indentation.
display8x32: ehmtx_display

[time] is an invalid option for [ehmtx]. Did you mean [hold_time]?
time: ehmtx_time

[duration] is an invalid option for [ehmtx]. Please check the indentation.
duration: 5
font_id: ehmtx_font
on_next_screen: 
  lambda: ESP_LOGD("Trigger","Notification");
icons: 
  - url: https://developer.lametric.com/content/apps/icon_thumbs/41503
    id: boot
  - url: https://developer.lametric.com/content/apps/icon_thumbs/7112
    id: temp_home

    [duration] is an invalid option for [1]. Did you mean [frame_duration]?
    duration: 250
  - url: https://developer.lametric.com/content/apps/icon_thumbs/4788
  id: alert
  duration: 250

 select.ehmtx: [source /config/esphome/esphomatrix.yaml:262]

   Platform not found: 'select.ehmtx'.
  platform: ehmtx
 id: esphomatrix
  name: esphomatrix
  required key not provided

`

lubeda commented 1 year ago

Did you read https://github.com/lubeda/EsphoMaTrix/#how-to-update ?

bobdivx commented 1 year ago

yes I saw that, but I confess that I am a little lost, attached my file to modify but I think I missed something matrix.txt

lubeda commented 1 year ago

bobdivx.txt