Skip to content

Latest commit

 

History

History
72 lines (54 loc) · 1.44 KB

File metadata and controls

72 lines (54 loc) · 1.44 KB

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