BrewFather only accepts values every 15 minutes. Is it still on cooldown there?
If you run the script manually, what is the output?
Yeah it is. Iâm watching it every 15 min to see if it updates with the values. A few minutes away from the next update, but this is what BrewFather is showing
nevermind⌠seems like this is because I already attached to a batch in BrewFather. I was checking the âdevicesâ tab, seeing the above image. When I go to the Batch itself, Iâm seeing the data reporting. Thanks for the help!
When I tried this and also via a web browser I get an error:-
https://192.168.178.78:446/history/query/last_values
{âerrorâ: âHTTPMethodNotAllowed(Method Not Allowed)â}
port 446 is what I run the docker over due to 443 being used already, IP address is correct.
Any ideas?
last_values is I think a POST endpoint.
would that work? I get the same result
A 405 means youâre making a GET request to a POST endpoint. Visiting an URL in your browser sends a GET.
To try it out, you can go to history/api/doc, and use the debugging API there.