LuBeDa

Results 48 comments of LuBeDa

Ussually after a reboot, there are a lot more log-entries. can you change the loglevel to debug? ``` logger: level: DEBUG ``` and try again. Does the history of home...

This could also help the reason of the connection problem ``` api: # ... on_client_disconnected: - logger.log: "API client disconnected!" ```

Hi, can you add these code-lines to your yaml: ```yaml ehmtxv2: ...... on_empty_queue: then: - homeassistant.event: event: esphome.ehmtx_empty_queue - lambda: |- id(rgb8x32).icon_clock("emptycal|day#0",1440,10,false); ``` So the device has to show at...

Hi, your device has limited ram. more then 50% are reserved for the software `RAM: [====== ] 57.4% (used 47024 bytes from 81920 bytes)` when the system starts it needs...

Hi, everything is possible, but ........... I have an automation in homeassistant which triggers a birthday-cake with the name of the person to handle your request (kind of) Its hard...

I see, but you have to see the colors once a week to have it right. What does the automation on the home-assistant site look like? What is the color...

Same here but even worse. ``` | ^~~~~~~~~~~~~~~~~~ src/esphome/components/ehmtxv2/EHMTX.cpp: In member function 'virtual void esphome::EHMTX::setup()': **src/esphome/components/ehmtxv2/EHMTX.cpp:1016:5: error: 'register_service' was not declared in this scope** 1016 | register_service(&EHMTX::get_status, "get_status"); ``` On...

Do you use an encryption key? i only use this, and it works with 2025.7.3 ``` api: custom_services: true ```