Never used it- now I will. Thanks.
It sounds more straightforward than running Photoshop and exporting the png.
Sure is!!
Has anyone tried this gadget?
4 Inch ESP32-S3 IPS Touch Screen 86 Box Central Control Panel Monitor WiFi BT RS485 Chip Optional Temperature Humidity Sensor
It also includes temperature, humidity and modbus. I ordered one, canât wait to receive it.
also try irfranviewâŠgreat for batch altering of piccies!
yes, I have one here, just starting to figure out how to scale âstuffâ properlyâŠmost of the demo code and things you find are 320x240 or similar, not 480x480.
my advice, practice with the screen looking a little strange,
once you figure out the automations, integratinos etc, then spend time making it look awesome!
Hello everyone!
I am looking for a new project for the holidays and found this screen.
Will this one work? And in case what Nightly Development Build should I go for when it screen and the holiday arrives?
or:
BR.
Hi lads. I have this device for a few weeks now, and I went to ESPhome. I tried OpenHASP first, but I didnât like itâs limitations, and the native integration with HA is a must for me. Not to mention that the performance of the display is way better with EPShome than OpenHASP. So, this is what I have now, still improving day by day. At the moment itâs a massive ~2500 lines in ESPhome.
Here is a demo video, and Iâm sharing the code if someone looking for inspirations. The background pics and weather icons are might be under licence, thatâs the reason why Iâm not sharing them, so find your own.
That looks awesome Imre!
And despite the 2500 lines of code, by the look of the video, operations seem to be smooth/fluent. If there were any lags, it would become difficult / annoying to operate it on a daily basis. I looked at your code too, it seems that youâve cracked the nut by getting it both the display and touchscreen properly functional. Great job!
Iâve one lying around for somewhat of a year now, but did not manage to get it properly functioning. With your code, I think I can get it tuned up to my needs !
Thanks!!!
Hi Roger.
I have done few changes since my post, and still Iâll have to improve/finish few things, but yes, my code could be a good starting point. Be aware, some parts are not working as expected (yet): blind controls, alarm page (the code not even finished yet).
Of course, if you have any idea, or implementation, Iâd like to see
Hi.
Anybody managed to change internal relay state with button? I wish to have ability to control relay without need for HA connection etc.
I tried adding
{"comment": " Page 3 "}
{"page":3,"id":2,"obj":"btn","action":{"output40":{"state":"on"}},"x":50,"y":80,"w":140,"h":150,"text":"\uE143","text_color":"#FFFFFF","bg_color":"#2C3E50" ,"radius":0,"border_side":0,"text_font":32}
{"page":3,"id":3,"obj":"btn","action":{"output40":{"state":"off"}},"x":50,"y":250,"w":140, "h":150,"text":"\uE140","text_color":"#FFFFFF","bg_color":"#2C3E50" ,"radius":0,"border_side":0,"text_font":32}
on one of the page, outputs are properly configured in plate configuration window,but it doesnât work.
Thanks.
I have a pair of buttons controlling two relays:
{"comment":" ----------- Light switches ------------"}
{"id":2,"obj":"btn","x":0,"y":390,"w":90,"h":90,"toggle":true,"text":"\uE335","text_font":32,"mode":"break","align":1}
{"id":3,"obj":"btn","x":390,"y":390,"w":90,"h":90,"toggle":true,"text":"\uE335","text_font":32,"mode":"break","align":1,"groupid":1}
Works just fine even when HA is offline. Note the use of toggle rather than separate on & off buttons/commands.