This repository was archived by the owner on Mar 11, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 49
Installation instructions
Michaël Arnauts edited this page Aug 28, 2018
·
2 revisions
For installation on a Raspberry Pi with OSMC. Tested on version 2018.07.
apt-get update
apt-get install build-essential git python3 python3-dev python3-setuptools python3-pip python3-wheelcd /opt/
git clone https://github.com/michaelarnauts/cec-mqtt-bridge.git
cd cec-mqtt-bridge/dpkg -i libcec/*.deb
apt-get -f installpip3 install -r requirements.txt- Copy
config.default.initoconfig.iniand change the defaults. - If you use IR:
- Make sure your remote
.conffiles are in/etc/lircand button presses are detected fine in lirc. - Copy
libcrc.defaulttolibcrcand specify the buttons you want to receive on MQTT. You might need to change the remote tolinux-input-layerfor this to work.
- Make sure your remote
TODO: supervisord to automatically start.