I’m trying to get some basic http GET calls working but I keep on getting 404 errors. I think I’m just struggling to find the correct api endpoints because I know that the webserver is running (and thus the REST api too) and I know there’s no encryption.
does anyone have an example of a working http GET for a sensor on the slimmelezer+? I should be able to take it from there.
You understand the esphome REST api is for reaching the ESPHome device from the external world, right? I.e. not the equivalent of the RESTfull integration of HA.
If you do, I don’t quite understand how that would enable communication between slimlezer and evcc, and examples of your attempts are welcome.
I’ve included a screen of what my postman workspace looks like. AFAIK I’m just sending a simple GET command to an api endpoint for uptime. am I doing it wrong?
EVCC can talk to RESTful API’s such as the one from esphome. I want EVCC to send http get’s to the esphome api of the slimmelezer to get the values it need to work. does that answer your question?
I’m trying to talk to the slimmelezer api from my pc using postman. at this point evcc is not in the picture yet.
thanks a lot for your suggestion. using the ip gives me the same result. 404 means page not found, but it is a response from the esphome board. I’m sure that part is fine.