-
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
Adding support for smartEVSE #129
base: master
Are you sure you want to change the base?
Conversation
Support per phase info
Hi thanks for your PR. It's cool that you have the WiFi module working on the smartEVSE. I've had a look at the changes and I think it would be best to keep them as separate forks, since quite a few changes are required. There also seems to be some changes in this PR which are not directly related to smartEVSE support. What do you think @jeremypoulter @chris1howell ? |
That may be wise for now, but we could consider adding official support for different controllers, I certainly have it in the back of my mind in the current work. |
The accompanying pull request for the gui: OpenEVSE/openevse_wifi_gui#42
This pull request adds support for particular features of smartEVSE: https://www.smartevse.nl/
(The current/default version of EPS32_WiFi_V3.x works, but does not allow control of all smartEVSE features)
The RAPI interface for smartEVSE is implemented in: SmartEVSE/smartevse#39
Let me know what you think about the pull request in its current form: would you indede be willing to consider merging this in one way or form into this repo, or do you prefer me to keep it in a separate fork?