-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
[Question] User Frontend #1065
Comments
yes, there is. did you use the web ui of steve? |
I currently only use the Management Frontent of steve. Edit: |
all web ui possibilities are behind the login of a user. this one user, an admin user if you will, can interact with all offerings of steve. so, how are you using the management frontend without having logged in with this user?
therefore, i cannot understand this claim.
you can trigger/execute all ocpp operations, including the ones you listed, via the web ui after the user login. i suggest exploring the possibilities of web ui. |
of course i have logged in as admin to do these kind of operations, goal is to have users log in, and only be able to make reservations and start/stop remote transactions of their assigned Ocpp ID Tag |
ok, now we arrived at a very different description of your issue. you want your charging station clients/customers (not the user in the sense of technical/admin users of the web ui). this does not follow from your original comment. there is no possibility for that. steve is not meant to be directly used by end users (i.e. clients/customers). it can or should be used by operators (CPOs: Charge Point Operators). |
so if I would want and web ui for end users I had to develop that myself. In my understanding the API-Endpoint should allow that in the future. |
... or your proxy service (that you would be developing) that is in front of steve handles all this customer-facing authentication/authorization and calls steve with the technical web API user. |
yes i think that would be the best solution. tho i'd like to wait untill the APIs are ready respectively the reservations and transaction endpoints are implemented. Thank you for your time. |
Hi,
is there a User Frontend for making reservations and Remote-Start/Remote-Stop Transactions?
If not is there anything planned in the near future or should i wait on #1000 and use the API to develope my own Frontend.
So far i've just developed a website which reads the DB to show which connectors are Availiable, but i dont feel comfortable directy writing into the DB.
Best Regards,
tzuzn
The text was updated successfully, but these errors were encountered: