Skip to content

Python script for sending current tibber electricity price to easee wallbox charger.

Notifications You must be signed in to change notification settings

andreaseu/easee-tibber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easee-tibber

Python script for sending current tibber electricity price to easee wallbox charger.

Installation

First clone this repository, and setup your config.json file.


-- Create a docker base folder

mkdir /home/loginuser/scripts/
git clone [email protected]:andreaseu/easee-tibber.git /home/loginuser/scripts/easee-tibber
mkdir /home/loginuser/scripts/easee-tibber/logs
sudo ln -s /home/loginuser/scripts/ /opt/scripts


cd /opt/scripts/easee-tibber

cp config.example config.json

Login to Easee Cloud to access the bearer token


https://easee.cloud/external/login-devportal?redirect=%2Freference%2Fpost_api-accounts-login

Run the set_price.py file manually.

python3 set_price.py

Or create a cron job on Linux Server to start price matching every hour at 5 minutes past the hour.

5 * * * * /usr/bin/python3 /opt/scripts/easee-tibber/set_price.py >> /opt/scripts/easee-tibber/logs/setprice.log 2>&1
```

About

Python script for sending current tibber electricity price to easee wallbox charger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages