rbtnx / thingset-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThingSet Dashboard

This application is an interface and visualization tool for the libreSolar box. It listens on a given serial interface for incoming data using the ThingSet protocol and stores the data in a local sqlite database. A web app provides an interface to view measurement data and change settings on the microcontrollers of the box.

ThingSet publication messages are valid JSON maps with a # prefix as indicator, like the following simple example:

# {"vBat": 15.2, "tAmbient": 22}

There is also a more compact binary version (CBOR format) which shall be supportet in a later step.

Current Status

Line plots from sqlite database working

Example figure of ThingSet Dashboard

About

License:Apache License 2.0


Languages

Language:Python 100.0%