hello, I have a question I'm connecting an irradiation and temperature sensor to my Ekrano gx my question is there any way to put the values on the main screen so I can see them without going through the menu?
This site is now in read-only archive mode. Please move all discussion, and create a new account at the new Victron Community site.
Yes,
Modify the files from /opt/victronenergy/gui/qml folder, inside the Ekrano OS.
Alex
It's not quite simple and you need to have some understanding of Linux internals and a little bit of programming.
You can access the Linux file system by using the WinSCP utility (from internet) and once you have root access to the Linux filesystem, you can go the the indicated folder and there you can see the Ekrano display layout based on a mix of QML (Qt) and Javascript.
By modifying it you can obtain what you want.
Also you can look on the following repository on the GitHub to have an idea of what is needed.
https://github.com/kwindrem/GuiMods
Additional resources still need to be added for this topic
41 People are following this question.