ballle98 / cec-mqtt-bridge

A HDMI-CEC to MQTT bridge for connecting HDMI-CEC-devices to your Home Automation system.
2 stars 1 forks source link

using old versions of python-cec and python-paho-mqtt #1

Closed ballle98 closed 6 months ago

ballle98 commented 7 months ago

there are standard packages on buster that are newer versions of these libraries. binary python-cec should not be embedded in this repo. Note python-lirc is current but this is not maintained.

cat requirements.txt
python-lirc==1.2.3
paho-mqtt==1.3.1

apt list python3-paho-mqtt python3-cec
Listing... Done
python3-cec/oldstable,now 6.0.2-2+rpt2 armhf [installed]
python3-paho-mqtt/oldstable,now 1.5.1-1 all [installed]