Moderator: igrr
Thanks for sharing the example. I am new in ESP and don't know much about server POST & GET.
I tried checking the code posted and can see myself connected to the internet and Pushbullet. The problem is I cannot see any push in the Pushbullet history?
connecting to PDD_Test
..........
WiFi connected
IP address:
192.168.1.XXX
connecting to api.pushbullet.com
certificate matches
requesting URL: /v2/pushes
request sent
HTTP/1.1 200 OK
X-Ratelimit-Limit: 16384
X-Ratelimit-Remaining: 16343
X-Ratelimit-Reset: 1457440360
Content-Type: application/json; charset=utf-8
Vary: Accept-Encoding
Date: Tue, 08 Mar 2016 11:43:43 GMT
Server: Google Frontend
Cache-Control: private
Alt-Svc: quic=":443"; ma=2592000; v="30,29,28,27,26,25"
Accept-Ranges: none
Transfer-Encoding: chunked
1d2
{"active":true,"iden":"ujBcUD24gACsjz2gRnO9Aq","created":1.4574374231136963e+09,"modified":1.4574374231189306e+09,"type":"note","dismissed":false,"direction":"self","sender_iden":"ujBcUD24gAC","sender_email":"vickyarora@gmail.com","sender_email_normalized":"vickyarora@gmail.com","sender_name":"Vicky Arora","receiver_iden":"ujBIID24gAC","receiver_email":"vickyarora@gmail.com","receiver_email_normalized":"vickyarora@gmail.com","title":"ESP8266","body":"Hello World!"}
0
Does this message means that I will receive a push with the content inside the message body? Do I need to install an app? Can you please guide me?
Thank you.
Regards
-pRoFiT