Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EvTheFuture/SmartCharging
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.47
Choose a base ref
...
head repository: EvTheFuture/SmartCharging
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 2 files changed
  • 1 contributor

Commits on May 1, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e3ac879 View commit details
  2. Copy the full SHA
    240e070 View commit details
  3. Bumped version to 0.50

    EvTheFuture committed May 1, 2021
    Copy the full SHA
    ca48b3b View commit details

Commits on Apr 9, 2022

  1. Copy the full SHA
    8ec64a2 View commit details
  2. Copy the full SHA
    ea2701f View commit details

Commits on Apr 15, 2022

  1. Copy the full SHA
    9ebe61f View commit details

Commits on Nov 30, 2022

  1. Copy the full SHA
    e817ff9 View commit details
  2. Copy the full SHA
    03c9180 View commit details

Commits on Jan 23, 2023

  1. Copy the full SHA
    882ddb9 View commit details

Commits on Feb 6, 2023

  1. Copy the full SHA
    3c88423 View commit details

Commits on Feb 9, 2023

  1. Copy the full SHA
    8030dc4 View commit details

Commits on Feb 15, 2023

  1. Copy the full SHA
    ddebf2c View commit details

Commits on Nov 30, 2023

  1. Copy the full SHA
    e0476a8 View commit details
Showing with 133 additions and 78 deletions.
  1. +3 −3 README.md
  2. +130 −75 apps/ev_charge_control/ev_charge_control.py
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -31,13 +31,13 @@ charge_ev_when_cheepest:
required: Yes
- entity: sensor.nordpool_kwh_se3_sek_3_1000_025,raw_tomorrow
required: Yes
charger_switch: switch.model_3_charger_switch
charging_state: binary_sensor.model_3_charger_sensor,charging_state
charger_switch: switch.model_3_charger
charging_state: binary_sensor.model_3_charger,charging_state
charging_state_stopped: Stopped
charging_state_charging: Charging
charging_state_complete: Complete
device_tracker: device_tracker.model_3_location_tracker
time_left: sensor.model_3_charging_rate_sensor,time_left
time_left: sensor.model_3_charging_rate,time_left
start_by_the_latest_at: "03:00"
debug: no
```
Loading