Docker is a set of platform as a service (PaaS) products that uses OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files.
Easy to install on the Rpi. The RPi / Homeseer Zee 2 would have to remain on 24/7.
Would Docker install on the Zee 2 and then the ONVIF to MQTT plugin on top of that.
Yes docker, mqtt and the onvif to mqtt app would be a container running in docker
1 - How To Install Docker On Raspberry Pi
2 - Mosquitto Broker is needed.
sudo apt update
sudo apt install mosquitto
3 - install onvif2MQTT from here: hxxps:/github.com/dmitrif/onvif2mqtt
Docker and container and mosquitto broker are like services running on the RPi.
The only added plugin to Homeseer would be mcsMQTT. Number 1,2 and 3 above are OS install services / programs.
You need to be able to utilize the command line on the RPi and easy to do via SSH.
Easy to install on the Rpi. The RPi / Homeseer Zee 2 would have to remain on 24/7.
Would Docker install on the Zee 2 and then the ONVIF to MQTT plugin on top of that.
Yes docker, mqtt and the onvif to mqtt app would be a container running in docker
1 - How To Install Docker On Raspberry Pi
2 - Mosquitto Broker is needed.
sudo apt update
sudo apt install mosquitto
3 - install onvif2MQTT from here: hxxps:/github.com/dmitrif/onvif2mqtt
Docker and container and mosquitto broker are like services running on the RPi.
The only added plugin to Homeseer would be mcsMQTT. Number 1,2 and 3 above are OS install services / programs.
You need to be able to utilize the command line on the RPi and easy to do via SSH.
Comment