Nikolay Vasilchuk
Nikolay Vasilchuk
Вы видимо используете прошивку из каталога esphome. Она давно не поддерживается, но я внесу изменения. Спасибо.
> можете помочь? Внес исправления в код. Удалите каталог `/config/.esphome/packages` перед сборкой, должно заработать.
> use standard device names Please try to add quotes around device name, e.g. ``` entity: '0x7cb03eaa0a002bab' ```
How to stop automation? By automation id? Look at my solution: ```yaml kitchen_workspace_on_by_motion: trigger: platform: state entity: Motion Kitchen attribute: occupancy state: true action: - entity: Kitchen Workspace service: custom...
Working config: ```yaml esphome: name: atom-s3 friendly_name: atom-s3 name_add_mac_suffix: false esp32: board: esp32-s3-devkitc-1 variant: esp32s3 framework: type: esp-idf version: 4.4.5 platform_version: 5.4.0 ``` Another working config with `m5stack-atoms3` board and...
> People, no need to post broken configs, this one works fine: Try to build this "fine" config with `esp-idf` framework %)
Please reopen this issue  There is problem with corsproxy.io. Maybe it's possible not to use this proxy and try to load icons directly from lametric?
> Thats not possible Just use fetch with {mode: 'no-cors'}, it works. I can't find source of awtrix web, only compiled js.
 I don't know the reason, but my ip is blocked on corsproxy. According to this issue, i'm not alone.
So, i changed function `downloadLametricImage` in `DoNotTouch.json` and now it works without proxy. Please try this solution. 