Domoticz

From IOT4
Revision as of 21:23, 16 April 2017 by Admin (talk | contribs) (Created page with "How to install Domoticz Linux/Ubuntu/Raspberry: Just simply copy this command: <pre>sudo curl -L install.domoticz.com | bash</pre> After this install the Mosquitto MQTT bro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to install Domoticz

Linux/Ubuntu/Raspberry:

Just simply copy this command:

sudo curl -L install.domoticz.com | bash

After this install the Mosquitto MQTT broker:

sudo apt-get update
sudo apt-get install mosquitto