Custom Web UI

Working on a home project? Post it here.
Post Reply
keyboardgnome
Posts: 4
Joined: Sun Mar 12, 2017 7:55 am

Custom Web UI

Post by keyboardgnome » Tue Apr 18, 2017 9:13 am

Getting the Gem installed and set up was fun on its own, but getting the application it posts to working on my server just wasn't possible. Because of this, I took it upon myself to write my own UI and reporting engine. It *works for me* disclaimer, only because I just wanted to get something up and running. There's still some sanding to do...

It has support for multiple self provisioning GEMS. You have to make the mapping of Gem->SensorPort->Breaker in the DB, since there isn't a UI for that part.

As you can see, you'll have your breaker position, the load on the breakers represented from green to red based on max value of breaker rating, and a reference about the breaker (mouse over's are the description of what is on the circuit). Click the breaker to get your day, week, month, year charts.

If anyone is interested in this, I'll spend some more time on documenting and making a cleaner "admin" UI.

System requirements are any LAMP stack, however you want to present it.

Code is at: http://handorf.org/code/?p=power-brultech.git;a=summary
Attachments
screenshot
screenshot
powermonitor.png (130.23 KiB) Viewed 13052 times
Post Reply