Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 841 Bytes

wallbox

WORK IN PROGRESS

Python code for RaspberryPi Wallbox Controller. Based on:

Two components

  • controller.py - monitors GPIO pin for signals from the wallbox, signals the jukebox when a selection is made
  • jukeboxy.py - 'jukebox' to manage the track list and play track selections. plugins for actually playing the track

Requirements:

  • Flask - apt-get install python-flask
  • Sqlite - apt-get install python-pysqlite2
  • PiP - apt-get install python-pip
  • YAPSY - pip install yapsy
  • SoCo - pip install soco optional, for SONOS support