Custom Screens #16
Replies: 7 comments 23 replies
-
It has not been attempted or tested. You can flash back the original display firmware same as you can flash custom firmware |
Beta Was this translation helpful? Give feedback.
-
Success!!! I now have working custom screen flashing for tasmota! :) You simply put the TFT on a accessable URL and run this command. There is a small java program to run on the host to convert the TFT into a format the can be loaded as needed to work with some of the issues of using Berry. But you just need the standard tasmota binary and a new I've tried flashing a test custom TFT and then flashing the stock one back. Worked fine. Customer screens here we come. I'll tidy it up a bit then post for those interested Thanks to @blakadder for the ordinal script. I've not heard of berry until 2 days ago so would never have got a solution as fast without that as a starting point. Wish he'd tell me how to get my buzzer going though! :) |
Beta Was this translation helpful? Give feedback.
-
Early version here; https://github.com/peepshow-21/ns-flash Let me know how it goes! I just did 1.1 for now as it was the first doc I saw. Will look at that next, I understand it's faster. |
Beta Was this translation helpful? Give feedback.
-
NxPanel - Full featured replacement custom firmware for NsPanel Features
|
Beta Was this translation helpful? Give feedback.
-
@blakadder Is it possible to change the Icons from Widgets with own PNG/SVG/JPG-Files? |
Beta Was this translation helpful? Give feedback.
-
Has someone please an example custom nextion.be? But i don't see how or where the (tasmota) values like "temperature" are connected/translated to the (nextion) Page/ID to be shown. So my experiment to make a own tft to show the values "temperature/tmin/tmax/..." like the original one was not showing any values with the stock tasmota.be Or did i misunderstand something? ...Eok |
Beta Was this translation helpful? Give feedback.
-
Thanks, i looked at lovelace and tried it. but without luck. Ok, for example.
On (for example) Page "0" i have a text field with ID "3" and objname "temperature" Without homeassistant or anything else. I see some parsing in the .be, but i don't get where the "switch" from the variable "temperature" to "0/3" happens. I thought i just have to know the page/id which i want to fill and then send something there to see it on the screen? If i understand it with one value, i can do it with any. It feels like just a small step to do. |
Beta Was this translation helpful? Give feedback.
-
Is is possible to send the custom TFT files to the screen via this Tasmota implementation?
If so, I guess that is all that's needed and a custom ".be" files to map that to the MTQ messages, like the current one.
Importantly, can the original TFT file be put back, when tinkering is over, without having to hardware reflash the whole firmware?
The place to be would be keeping Tasmota on, and just be able to drop differnt TFT's to the screen.
Beta Was this translation helpful? Give feedback.
All reactions