Skip to content
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

Error or Unclear Responses to API Requests #895

Open
Matol opened this issue Aug 20, 2024 · 1 comment
Open

Error or Unclear Responses to API Requests #895

Matol opened this issue Aug 20, 2024 · 1 comment

Comments

@Matol
Copy link

Matol commented Aug 20, 2024

We've connected the station to WiFi and using API commands over HTTP. This generally works and returns data but there are some problems as described below:
1- get lock status command always returns error
2- get overtemperature threshold command always returns error
3- get Time Year Month Day Hour Minute Second command always returns the same values: ['165', '165', '165', '165', '165', '85'] even though the time on the station screen changes
4- there is a line 'openevse-9eec' on the screen that doesn't appear in RAPI responses, it's not firmware and protocol versions and appear to be different numeric values which are not displayed on the screen.
5-A charge connection returns values as shown below...

Initial state:
'EV connected state': '0'
'State and elapsed charge time': ['01', '0', '01', '0200']

Charging started:
'EV connected state': '1'
'State and elapsed charge time': ['03', '94', '03', '0540']

What does these values in 'State and elapsed charge time' mean?

Any clarification of the above items will be greatly appreciated.

@jeremypoulter
Copy link
Collaborator

It sounds like you are using the RAPI commands, these are only really there for development/debug and there is no longer support for any of the action or set commands. Please use the HTTP API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants