You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
did not use it for some time. I usually try the commands using a rest client, usually a chrome extension like https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo
you can send POST commands and check the answer from the server. Once it works, implement it in the code.
Be aware, that the ESP has limited encryption capabilities, so if toggle changed their security, it may not be possible to get it working anymore (happened to me in other projects)
Do you use it now?
I collected everything, recorded the wi-fi settings and api token, but I get "Toggle server FAIL" all the time.
Tried to change
const char* host = "www.toggl.com ";
on
const char* host = "api.track.toggl.com ";
and update fingerprint, but it didn't help
The text was updated successfully, but these errors were encountered: