Visualise your statistics
Scope of the diagrams
Line charts
- Temperature, light, humidity, wind speed
- Currency
- Number of items
Period statistics
- Server online (statistics about the online status of a server)
- Operating times of an electrical system with calculation of the energy consumed in KWh
Using VisualStat
Simply register and either actively send the data to VisualStat via API, or provide the URL for fetching the statistical values.
Push API
URL: https://visualstat.blue-l.de/push
Json Content
{
"userKey":"your_user_key",
"data":
[
{
"dataTypeId":3,
"date":"2020.03.27 14:51:34",
"value":23.4
},
{
"dataTypeId":3,
"date":"2020.03.27 14:53:24",
"value":21.9
}
]
}
Pull API
Response Json
{
"temp_house":23,4,
"temp_pool":21.9,
"door":0,
}
Data types:
Temp = temperature
hPa = hektopascal (air pressure)
µSv/h = Microsievert/hour
Lux = light intensity
KWatt = kilo watt
W/qm = Watt/square meter light intensity
mm/qm = millimeter/square meter (amaount of rain)
on/off = on or off
event = an event occurs
dimm = dimming value in % (dimming value of a lamp)
% = percentage
%0-1 = value between 0 and 1 shown als percentage
km/h = kilometers/hour (wind speed)
float = number