OpenSprinkler Forums Comments, Suggestions, Requests Add field to display for additional configurable item Reply To: Add field to display for additional configurable item

#60403

Ray
Keymaster

I mentioned this in a different thread previously: if you want to add custom parameters, and do not want to modify the UI/app Javascript since it’s a big file (it contains some more than 11 thousand lines of code…), an easy work-around is to just modify the firmware, to create a new page that displays your custom information. For example, you can hook up a page on the firmware side, call it /pressure that spits out the custom variables you want to monitor. You do have to go to the http://x.x.x.x/pressure page to check the data, and it’s not integrated into the homepage, but this is a much smaller amount of efforts and does not require modifying the UI/app code at all.