You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
cd /opt/
git clone https://github.com/michaelarnauts/cec-mqtt-bridge.git
cd cec-mqtt-bridge/
Install libcec (optional)
dpkg -i libcec/*.deb
apt-get -f install
Install dependencies
pip3 install -r requirements.txt
Configuration
Copy config.default.ini to config.ini and change the defaults.
If you use IR:
Make sure your remote .conf files are in /etc/lirc and button presses are detected fine in lirc.
Copy libcrc.default to libcrc and specify the buttons you want to receive on MQTT. You might need to change the remote to linux-input-layer for this to work.