Fix issue where Start/Stop button will not work when charging timer is active. #184
Description
As per lincomatic/open_evse#88 there is a current issue with latest open_evse FW where the 'Start' button on the web UI will not start a charge if the delay timer is active.
A work around for this is to use a new RAPI command ($F1) to simulate the front LCD button press whenever the start/stop web UI button is pressed.
The Wifi gateway should first try and send $F1 whenever the start/stop button is pressed instead of $FE and $FS. If NK is returned we should fallback to using FE/FS
The new open_evse FW with F1 RAPI command it currently in testing branch and will be merged into dev branch soon. See issue above
open_evse FW V5.0.0 which includes the API changes mentioned above has now in master branch and has been released: https://github.com/openenergymonitor/open_evse/releases/tag/v5.0.0