Edward Firmo

Results 454 comments of Edward Firmo
trafficstars

Editing this in the HMI editor is quite easy. Changing the code to update time on each page is not hard. Finding space for this without messing up the pages...

Those icons are currently picture files, with black background, as this Nextion model can't deal with transparency. I can export those pictures later and share with you, if you wanna...

I don't know the answer for that. The current TFT files are bellow 8Mb for normal files and bellow 12Mb for CJK. The display's total memory is 16Mb, but I...

I've just exported all pics to this folder: https://github.com/Blackymas/NSPanel_HA_Blueprint/tree/dev/dev/ui/eu/pics You will find other pics there, but the ones used for weather are: ```yaml weather: sunny: '{{ 2 if sun_is_up else...

If you wanna play with animation, a good way with Nextion is to have all the frames merged in a single picture side by side, so a 100x100 picture with...

This is the source of the icons used on that example from #1444: https://github.com/pkissling/clock-weather-card/tree/master/src/icons/fill/svg But I can anticipate Nextion can't handle svg files directly.

Good use cases: - #1183 - #1750

@vshijiav, could you please share your panel's ESPHome yaml? Please hide any private info before sharing.

This will most likely work (I haven't tried myself), however you have a big chance to have issues when using the UI to change settings in your automation, as that...

I'm affraid this could be related to some special char used in your password or SSID that are not supported by the substitutions or not in the way we are...