Search found 3 matches

by WaaaghNL
Friday 25 January 2019 19:24
Forum: Show your projects
Topic: Lighting management with feedback using ESP8266 and electromechanical lighting relays
Replies: 7
Views: 6632

Re: Lighting management with feedback using ESP8266 and electromechanical lighting relays

Oh wow thanks! it works now. Only one thing. Your version of "PubSubClient.h" is a little bit outdated and won't compile without errors referring to the 2.7.0 PubSubClient.cpp I Compared your code to the original "PubSubClient.h" (2.7.0) and only copied 2 lines from your code into the original to ...
by WaaaghNL
Thursday 24 January 2019 17:43
Forum: Show your projects
Topic: Lighting management with feedback using ESP8266 and electromechanical lighting relays
Replies: 7
Views: 6632

Re: Lighting management with feedback using ESP8266 and electromechanical lighting relays

hi, i don't know if i'm doing it right but i added an tab in the Arduino sketch with the name "PubSubClient.h", removed the line "#define MQTT_MAX_PACKET_SIZE 2048" from the sketch, and i'm still getting the same problem. When Domoticz sends MQTT message the callback won't run. But if i send is by ...
by WaaaghNL
Wednesday 23 January 2019 12:38
Forum: Show your projects
Topic: Lighting management with feedback using ESP8266 and electromechanical lighting relays
Replies: 7
Views: 6632

Re: Lighting management with feedback using ESP8266 and electromechanical lighting relays

Hi, i'm sorry to push up an old topic but i'm trying to get my Domoticz talking with my wemos over MQTT. the code i written was basic bot had no results. after some searching online i found your code on GitHub and made an iteration of it with only one wifi connection and changed the switch id's. But ...