Nikolay Vasilchuk

Results 56 comments of 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 ![image](https://github.com/Blueforcer/awtrix-light/assets/1973755/2ef2ae7e-e1db-46ab-9a67-478dc7e22a8e) 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.

![image](https://github.com/Blueforcer/awtrix-light/assets/1973755/977f4147-0250-41b4-86ba-ea4ddf0e5cc4) 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. ![image](https://github.com/Blueforcer/awtrix-light/assets/1973755/9957444e-4531-4c42-81f3-c4595629d158)