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
I'm on 4.1.6-dev and attempting to restart the controller via HTTP (using the UI or simply doing a curl to https://openevse/r?json=1&rapi=$FR) results in an error 500 with response {"cmd":"$FR","error":"RAPI_RESPONSE_TIMEOUT"}.
Interestingly the HTTP request is working because looking at the controller's terminal I see $FR^30 followed by the asynchronous boot command $AB.
The text was updated successfully, but these errors were encountered:
I'm able to replicate this issue, but it does not seem to be caused a problem since the controller still restarts. But I agree it would be good to not have the error.
Hi,
I'm on 4.1.6-dev and attempting to restart the controller via HTTP (using the UI or simply doing a curl to
https://openevse/r?json=1&rapi=$FR
) results in an error 500 with response{"cmd":"$FR","error":"RAPI_RESPONSE_TIMEOUT"}
.Interestingly the HTTP request is working because looking at the controller's terminal I see
$FR^30
followed by the asynchronous boot command$AB
.The text was updated successfully, but these errors were encountered: