Page 1 of 1

Re: ESP8266 send message problem

Posted: 22. Jan 2019, 19:14
by admin
can you provide an error log?

Kevin

Re: ESP8266 send message problem

Posted: 23. Jan 2019, 09:12
by admin
no secure connection can be established.

I can solved the issue by including

Code: Select all

#include <WiFiClientSecure.h>
like in this working exampe

https://github.com/appzer/pushsafer-ard ... dEvent.ino

Kevin

Re: ESP8266 send message problem

Posted: 23. Jan 2019, 16:07
by admin
thats strange!

My script based on one off the script from https://github.com/witnessmenow/ (also telegram)
maybe the two disturb each other!

Delete the telegram plugin and try again!

If that does not help, unfortunately I have no more advice and you should search help in an Arduino board, they can help you

Kevin