Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
britkat1980 committed Oct 26, 2023
1 parent d458db7 commit 2684876
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,24 @@ From version 2.4 onwards GivTCP incorporates control and monitoring of the GE ch

All that is required for config are the IP address and the self run timer. Setting EVC_EABLE to True will turn on the function.

### Control
## Control

Most controls are self explanatory but some require clarification on their function:

#### Plug and Go:
### Plug and Go:
When turned on the vehicle will start to charge as soon as it is plugged in. When off charging will commence when triggered by RFID card or "Charge Control"

#### Charge Control:
### Charge Control:
This starts and stops vehicle charging, when "Plug and Go" is on.

#### Charging Mode:
### Charging Mode:
Mimcs the cloud based "modes" of charging.

Grid- Charges at current set by "Charge Limit", regardless of what energy is available (typically will pull from Grid)
#### Grid
Charges at current set by "Charge Limit", regardless of what energy is available (typically will pull from Grid)

Solar- Modulates the Charge Limit based on the amount of "excess solar" available after serving the current house Load. This requires minimum of 1.4kW (6A) excess as required by the EVSE spec.
#### Solar
Modulates the Charge Limit based on the amount of "excess solar" available after serving the current house Load. This requires minimum of 1.4kW (6A) excess as required by the EVSE spec.

Hybrid- This will modulate Charge Limit to top up a base 6A grid charge with any excess solar energy. Similar to Solar but uses a constant 6A from Grid plus additional solar energy on top.
#### Hybrid
This will modulate Charge Limit to top up a base 6A grid charge with any excess solar energy. Similar to Solar but uses a constant 6A from Grid plus additional solar energy on top.

0 comments on commit 2684876

Please sign in to comment.