-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4.0 Check for an remove existing RAPI timers & disable RAPI timer set via MQTT/HTTP #170
Comments
Ah I think I've spotted the issue, for a split second at startup I can see that the controller has an old timer set on it. I've no idea how this timer came to be set, since I've been testing V4 on this setup for weeks. How can I remove this timer? See video: https://photos.app.goo.gl/iTKnFp3kXBy5S4mf6 Is it possible to disable RAPI timers on the controller and add a check at startup to check for and remove any pre-set timers. This will be expecailly important for users upgrading to V4 who already have pre-existing RAPI timers set. |
@glynhudson can you share the WiFi log from bootup? This call https://github.com/OpenEVSE/ESP32_WiFi_V4.x/blob/master/src/main.cpp#L164 should import the timer and clear from the OpenEVSE |
More some reason this comment is not showing in the GitHub UI... However
there is a new API to set timers take a look at
https://github.com/OpenEVSE/ESP32_WiFi_V4.x/blob/master/test/schedule.http
…On Fri, 19 Mar 2021 at 06:34, MarkNinja ***@***.***> wrote:
Is there an alternative API to set the timers now that the RAPI timers are
not being used?
I use a slider on my home assistant configuration to set the overnight
charge parameters, and it currently uses the MQTT RAPI API.
[image: image]
<https://user-images.githubusercontent.com/59304009/111740499-3eaf2800-885b-11eb-81c3-d0a24293f7cc.png>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#170 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOVNADMQTBCHZW3O5CZCADTELV7LANCNFSM4ZCIOGCQ>
.
|
I think I had the same issue regarding "stuck in sleeping-mode". It took me quite some time to find this issue, probably more people could benefit from resolving this issue. |
I have found the bug here, the number of commands sent on startup is quite a lot, so was exceeding the command queue length, increasing this length solves the issue... |
Fixes V4.0 Check for an remove existing RAPI timers & disable RAPI timer set via MQTT/HTTP #170
I've just updated to the latest V3 version, and I've got a strange issue where the unit is stuck in Sleeping mode, see screencast
https://drive.google.com/file/d/14KlcV3a_p4Weh1HiUBe_FY-qFcJ3FxxO/view
debug output
This issue persists even after rebooting the WiFi module and the controller.
The text was updated successfully, but these errors were encountered: