-
Portainer: http://localhost:9000
-
OpenHab: http://localhost:8082
-
Grafana: http://localhost:3000
-
Influxdb:
ports: - "8083:8083" - "8086:8086" - "8090:8090" - "25826:25826/udp" - "2003:2003"
-
mosquitto-mqtt:
ports: - "1883:1883" - "9001:9001"
-
Download this file : here
-
Use BalenaEtcher to create the boot on the SDCard
-
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
sudo curl -sSL https://get.docker.com | sh
sudo usermod -aG docker unipi
sudo gpasswd -a unipi docker
sudo reboot now
git clone https://github.com/badouuuuuu/openhab-influxdb-grafana-mqtt-portainer.git
cd openhab-influxdb-grafana-mqtt-portainer
docker-compose up