Replies: 1 comment 3 replies
-
So spent a while reading the API calls etc, and PR's, to fully control the OpenEVSE from HA, should I be using the openevse.set_override with state: enabled & state:disabled for starting and stopping charging? As HA controls all, I would not need to use openevse.clear_override ? Lastly, what should I call when I want to use solar divert mode, do I only need to use switch.openevse_solar_pv_divert and not use openevse.clear_override in this scenario? Thanks |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Perhaps I have missed some docs somewhere, but I am struggling a bit trying to get HA to control my OpenEVSE. I was using the OpenEVSE schedule 2-5am to use cheap electricity, and now want to use HA to achieve the same, as I want more flexibility for other strategies. I used the switch.openevse_sleep_mode to turn off at 2am, vehicle starts charging, turn the same switch on at 5am, but this doesnt put the openevse into sleep and keeps charging until the car is fully charged. What should I do to stop the charging at 5am? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions