Skip to content

youssefelhirech/iot-unipi-grafana-influxdb-openhab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to access:



Create SDCard for Unipi Neuron S103

  • Download this file : here

  • Use BalenaEtcher to create the boot on the SDCard

    https://www.balena.io/etcher/

  • To connect into SSH with Unipi :

    1. enter into boot partition 2. create empty file ssh.txt or ssh 3. SSH :

    • login : unipi
    • password: unipi.technology

Install Docker on the Unipi

sudo curl -sSL https://get.docker.com | sh

Add user Unipi in docker group :

 sudo usermod -aG docker unipi
 sudo gpasswd -a unipi docker
 sudo reboot now

start docker stack

git clone https://github.com/badouuuuuu/openhab-influxdb-grafana-mqtt-portainer.git
cd openhab-influxdb-grafana-mqtt-portainer
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages