Paho - MQTT using Python with Paho

Aug 30,2022

Ben's Electrical Escapades

2022-01-10T09:31:27.498169Z

Using Python and a package called Paho-mqtt, I connect to a MQTT broker, and send a message using the protocol
I then control and zigbee Ikea bulb using Python. Can be used for home automation and IOT (internet of things). Could possibly plug into home assistant but I'm not sure about that
Hope it's helpful in some way
#paho #mqtt #python #homeautomation #zigbee #tutorial