In previous posts I played with Raspberry Pi’s, MQTT clients and X10 devices.
In this post I will bind these all together providing a way to control your lights by publishing messages to an MQTT broker.
Nice!
Continue reading Turn on a light by publishing an MQTT message!
Tag: MQTT
Publish iPhone presence messages to a MQTT broker
In two previous posts I explained how we can add iPhone presence detection to our Raspberry Pi 3 and how we can install and use an MQTT client to publish messages.
Now it’s time to combine these to and publish our iPhone presence to our MQTT broker.
In this post I will layout the steps needed to do this
Continue reading Publish iPhone presence messages to a MQTT broker
Install MQTT Client on a Raspberry Pi
In the previous post I wireless installed a clean version of Raspbian on a Raspbian Pi 3.
Now it’s time to do something usefull with this clean install, like install a MQTT Client (Mosquitto).
In this post I will layout the steps needed to do this
Continue reading Install MQTT Client on a Raspberry Pi