tobiasehlert / teslamateapi

TeslaMateApi is a RESTful API to get data collected by self-hosted data logger TeslaMate in JSON
MIT License
94 stars 22 forks source link

200s but no action #309

Open reidcampolong opened 2 weeks ago

reidcampolong commented 2 weeks ago

Hi, im getting 200s on the command endpoints but it doesn't look like they're actually doing anything.

Is this project still supported / how can I check the logs?

tobiasehlert commented 1 week ago

hi @reidcampolong,

Thanks for creating an issue.

The Owner API has been working for me for the commands part so far though I don't use them quite often to be honest and I've not implemented any changes yet, even if that might be good to get in place.

If you want to troubleshoot what's happening in the container, you can set the environment variable DEBUG_MODE to true and get a more verbose output. Maybe that can give you any clue?

From a technical point of view we do only proxy the commands to the Owners API so we do only apply authentication on the outgoing request. Maybe you see some response there that could give you a hint?

Kind regards, Tobias