Tag: Python
Getting started with Home Assistant Core – Installing
This is my notes about how I installed Home assistant Core on a Raspberry Pi 3. Things are changing extremely fast in this community driven open source world of home automation. I don’t expect this to be relevant for very long… Index Introduction Prerequisites Install Home Assistant Core Onboarding Make Home Assistant run automatically Conclusion […]
MQTT Mosquitto – Raspberry Pi
Let’s get serious about sending messages between Raspberry Pis on your home network! Info. The code presented in this blogpost is now maintained here: https://github.com/raspberryfield/python-mqtt-examples-git. Index Prerequisites Introduction Install Mosquitto Testing Mosquitto Installing MQTT Python Library – Paho Write a Test Publisher Client Write a Test Subscriber Client Test the Publisher Client from another Device […]