start mit openHAB Basic installation on a VM/Debian9


NTP Time
#   apt purge ntp
#   systemctl start systemd-timesyncd
#   systemctl status systemd-timesyncd
#   vi /etc/systemd/timesyncd.conf 14 [Time]
15 #NTP=
16 #FallbackNTP=
influxdb 1.7
#   wget -qO- https://repos.influxdata.com/influxdb.key | apt-key add -
#   echo "deb https://repos.influxdata.com/debian stretch stable" | tee /etc/apt/sources.list.d/influxdb.list
#   apt update
#   apt install -y influxdb
#   systemctl unmask influxdb.service
#   systemctl start influxdb
     
Grafana Version 6.0.1 March 6, 2019    
#   apt install -y apt-transport-https    
#   apt install -y curl    
#   echo "deb https://packages.grafana.com/oss/deb" stable main    
#   curl https://packages.grafana.com/gpg.key | sudo apt-key add -    
#   apt update    
#   apt install -y grafana    
     
#   service grafana-server start    
#   update-rc.d grafana-server defaults    
#   systemctl daemon-reload    
#   systemctl start grafana-server    
#   systemctl status grafana-server    
#   systemctl enable grafana-server.service    
     
     











Quellen/Source:
-
- InfluxDB+Grafana persistence and graphing
influxdb v1.7 installation
-  docs.grafana.org installation
-
-