Skip to content

Used for a home automation raspberry-pi display

Notifications You must be signed in to change notification settings

infr/home-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home automation display

This is part of my home automation system. It runs on a Raspberry Pi with a 7" touchscreen display (800x480). It shows the electricity price, and you can remotely heat up the cars. Currently, BMW works but the Mitsubishi PHEV requires some more work.


home-display

Blog posts

Setup

Install Colin Bendell's BMW package:

npm install -g https://github.com/colinbendell/bmw

Set your ConnectedDrive credentials to ~/.bmw:

[default]
email=email@example.com
password=password
geo=row

Install fastapi and uvicorn:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run the server:

uvicorn main:app --host 0.0.0.0 --port 8990

About

Used for a home automation raspberry-pi display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •