HARestAPI icon indicating copy to clipboard operation
HARestAPI copied to clipboard

An Arduino library to talk to Home Assistant using Rest API made for ESP8266.

Results 7 HARestAPI issues
Sort by recently updated
recently updated
newest added

I am a fan of using releases instead of master, but realised there are some typos? Compile errors: ```C++ ...\HARestAPI.cpp:102:53: error: expected ';' before '}' token 102 | wsclient->setFingerprint(_fingerprint.c_str()) |...

when compiling the code i got this error `C:\Users\yoann\Documents\Arduino\libraries\HARestAPI-0.3\src\HARestAPI.cpp: In member function 'String HARestAPI::sendGetHA(String)': C:\Users\yoann\Documents\Arduino\libraries\HARestAPI-0.3\src\HARestAPI.cpp:103:21: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 103 | if (wsclient->verify(_fingerprint.c_str(), _serverip.c_str())) | ^~~~~~...

Sadly the lib is broken :-( .pio\libdeps\nodemcuv2\HARestAPI\src\HARestAPI.cpp: In member function 'String HARestAPI::sendGetHA(String)': .pio\libdeps\nodemcuv2\HARestAPI\src\HARestAPI.cpp:102:21: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify' 102 | if (wsclient->verify(_fingerprint.c_str(), _serverip.c_str())) | ^~~~~~ .pio\libdeps\nodemcuv2\HARestAPI\src\HARestAPI.cpp: In...

Hello, great work and thanks a lot for that! i have this error 'sendGetHA' was not declared in this scope and dont understand what is wrong...the 'sendGetHA' is red, like...

Hello I'm trying to integrate the library to esp32cam with MJPEG2SD, but I don't want to use a long term token. I have added html and javascript to open a...

When uses sendCustomHAData every request couses heap corruption. It present in 0.3, but 0.2 ok,

Hey @debsahu, I would really like to use this library in a project i;m working on but i'm having no luck getting it to connect to my home assistant install....