openevse_esp32_firmware icon indicating copy to clipboard operation
openevse_esp32_firmware copied to clipboard

Implement schedules for days / times?

Open Edison517 opened this issue 6 years ago • 3 comments

I apologize if this request is being worked on already, but if so, I couldn't find it.

I'd like the ability to set schedules for charging by day, and time, multiple times per day (if possible).

I have time-of-use billing and I would rather have the schedule of cheap rates (mostly at night) done on my OpenEVSE rather than my 2014 Volt. I know that right now I can set a daily schedule, but that doesn't help me when my weekend rates are the same as my nightly rates during the week :)

Edison517 avatar Apr 10 '19 11:04 Edison517

Yes, being able to set a weekly charging schedule is something we will be working on implementing in the near future.

glynhudson avatar Apr 12 '19 22:04 glynhudson

Screenshot 2019-04-30 at 12 39 15

Possible schedule UI

https://github.com/openenergymonitor/ESP8266_Relay_Board/blob/master/firmware/html/control/thermostat.js https://github.com/openenergymonitor/ESP8266_Relay_Board/blob/master/firmware/html/control/thermostat.html

Maybe keep the bars to visualise each day or the week but set the on/off time via a browser time picker. Android automatically then uses the nice inbuilt time picker

glynhudson avatar Apr 30 '19 11:04 glynhudson

This has partly been implemented as part of #5. The backend is a full 7-day timer with multiple events per day, just needs the UI updaing

jeremypoulter avatar Feb 18 '21 00:02 jeremypoulter