EspHoMaTriXv2
EspHoMaTriXv2 copied to clipboard
A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
# Question How show on Display Text or Picture when OTA start? I try: ``` ota: on_begin: then: - lambda: id(rtttl_out).turn_off(); - lambda: |- id(rgb8x32)->alert_screen("wait", "OTA", 15, true, 240, 240,...
# Feature Request With upcoming 2024.1.0 there is no direct way to set an screen (like clock and date) permanent (without a lifetime). In my case the primary function of...
# Bug report ## Describe the bug The clock displayed nothing but was reachable with HA. But it's really busy! Viewing Logs online was hard and HA freezes because of...
Hi there, in the last time there were so many new features added (thanx @andrewjswan a) that it is now necessary to restructure the repo, clean it up and make...
# Question I've been running this FW on my ulanzi for a while and last time I compiled it was back in Sept. (ESPHome 2023.8.3). I wanted to add a...
With the default easy_ulanzi.yaml I can't do OTA updates. They usually go through and the clock reboots but it doesn't actually change anything. I have a fairly new Ulanzi smart...
# Question I would like to adjust the timezone to UTC + 1, how can I achieve this? ## Additional information - used Hardware: - ESP32 or ESP8266: Ulanzi TC001...
# Bug report ## Describe the bug After updating to v2, the following error occurs in HA when attempting to call the clock_color servie ``` Logger: homeassistant.components.websocket_api.http.connection Source: components/esphome/manager.py:746 Integration:...
# Bug report ## Describe the bug setting a screen does not work or works only once. ## Additional information - used Hardware: - ESP8266 (D1 mini) - EspHome 2023.12.3...
# Question I call a service node in node red to add a Icon_screen: ``` { "icon_name": "dishwasher", "text": "{{payload}}", "lifetime": "1", "screen_time": "1", "r": 255, "g": 255, "b": 255,...