eik3 / loxgraph

Graphs for the Loxone Miniserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loxgraph

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.

Demo

Loxgraph Demo with Sample Data

Screenshot

Loxgraph Screenshot

Installation

  1. Download Loxgraph and unzip the app folder
  2. FTP: Connect to your Miniserver
  3. FTP: Create the directory /user/common/loxgraph
  4. FTP: Copy the contents of the app folder from step 1 into /user/common/loxgraph/

Usage

  1. Open the Web Interface of your Loxone and append /loxgraph to the URL
  2. Log in with your Loxone credentials

To 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.

Contributions welcome!

TODO describe how to set up dev. env, code style etc

Contact

License

MIT

About

Graphs for the Loxone Miniserver

License:MIT License


Languages

Language:JavaScript 42.8%Language:CoffeeScript 23.8%Language:HTML 19.1%Language:CSS 13.2%Language:Shell 1.1%