MQTT setup

Client tools or tools that can connect with Domoticz. Tools for Windows, iOS, Android, Linux etc.

Moderator: leecollings

Post Reply
planetf1
Posts: 32
Joined: Friday 29 January 2016 15:27
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

MQTT setup

Post by planetf1 »

I've followed the instructions to setup MQTT via https://www.domoticz.com/wiki/MQTT

At this point there's no mqtt server started... is there a continuation of these instructions I should be following? I'm hoping to get domoticz working along with node-red (locally) plus use mqtt to send/receive sensor data & analytics from elsewhere in the cloud :-)

I'll dig around otherwise, just wanted to check if there were any other decent starter articles to read first.
blauwebuis
Posts: 331
Joined: Wednesday 21 December 2016 9:11
Target OS: Raspberry Pi / ODroid
Domoticz version: current
Contact:

Re: MQTT setup

Post by blauwebuis »

I'm curious about this too. Did you find anything useful?
User avatar
Satellietje
Posts: 8
Joined: Sunday 30 March 2014 7:21
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: Almere
Contact:

Re: MQTT setup

Post by Satellietje »

Last weekend, I have reinstalled a Raspberry Pi with Rasbian Jessie Lite v11-01-2017. Also MQTT installed as follows.

sudo apt-get update
sudo apt-get upgrade

Nodejs
curl -sL https://deb.nodesource.com/setup_7.x | sudo bash -
sudo bash
apt-get install nodejs
node -v (laat de geïnstalleerde versies zien) - (v7.6.0)
npm -v (v 4.1.2)
sudo reboot

wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key
sudo apt-key add mosquitto-repo.gpg.key
cd /etc/apt/sources.list.d/
sudo wget http://repo.mosquitto.org/debian/mosquitto-wheezy.list
sudo -i
apt-get update
apt-get install mosquitto
exit
Sudo reboot
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest