Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

InfluxDB

158 Byte hinzugefügt, 19:55, 20. Jul. 2018
influx -username grafana -password <passwort> -host localhost
use openhab_db
 
== Command Line ==
 
influx -username grafana -password <passwort>
show databases
use openhab_db
show measurements // tables
select * from cpu_temp
688
Bearbeitungen