Hi,
I'm creating a sketch based on the esp8266 gateway sketch.
Everything works fine except for the fact that the time requested by a requestTime() is not received by the receiveTime() function.
In the serial console I can see that domoticz is responding to the request:
// requesting time
// 1855314 GWT:RFC:C=0,MSG=0;255;3;0;1;1521661454
But this seems not to be recognized by the receiveTime() function.
Hope someone can help.
Thanks in advance!
Gr, Berry