Skip to content
Zygimantas edited this page Feb 23, 2018 · 2 revisions

Automatic blinds using ESP8266 with 28BYJ-48 stepper MQTT integration with Domoticz. To receiver correctly MQTT message from domoticz need to modify PubSubClient library file PubSubClient.h to increase MQTT message #define MQTT_MAX_PACKET_SIZE 500. During testing if package size 128 or 256 Arduino code is not returning any message.

Clone this wiki locally