Loxgraph is a solution to display graphs for statistics on a Loxone Miniserver. No separate computer/server/RasPi or internet connection is needed. Loxgraph is basically a JavaScript/HTML single-page application that gets served directly from the web server built into the Loxone Miniserver.
Loxgraph Demo with Sample Data
app
folder/user/common/loxgraph
app
folder from step 1 into /user/common/loxgraph/
/loxgraph
to the URLTo zoom a graph, select an horizontal or vertical area. Double-click to reset zoom.
To pan, hold shift
and drag with the mouse.
To smoothen a graph (e.g. temperature), play with the value in the lower left corner of each graph.
To fetch fresh data, use the reload button for that graph.
TODO describe how to set up dev. env, code style etc