Search found 2 matches

by david_syd_au
Fri Dec 14, 2018 9:39 am
Forum: Programs, Libraries and Tools
Topic: MQTT connection stopes main.py
Replies: 2
Views: 2550

Re: MQTT connection stopes main.py

You should call
client.check_msg()
in your main loop so that the MQTT can handle messaging.
by david_syd_au
Thu Dec 13, 2018 10:46 pm
Forum: Programs, Libraries and Tools
Topic: Config via MQTT
Replies: 1
Views: 2850

Config via MQTT

As part of deploying a set of ESP8266 based devices (Wemo D1 mini) for my home automation system, I wanted a way to be able to re-configure them as needed without having to physically connect to each device. Given they would be connected to a wireless access point and communicating via MQTT, I thoug...