jsiegenthaler / homebridge-samsungtvht

Homebridge plugin for Samsung TV (D5000 series) and Home Theater (D5500 series) from ca 2011.
MIT License
13 stars 1 forks source link

cec-client not found #16

Closed Weezys9919 closed 9 months ago

Weezys9919 commented 1 year ago

Everything work eccept cec command. When i put power on command :

echo 'on 5' | cec-client -s -d 1

When i click on my HT to power on i get an error back :

setPower: powerOnCommand: echo 'on 5' | cec-client -s -d 1 setPower: powerOnCommand: /bin/sh: 1: cec-client: not found

Last version

jsiegenthaler commented 1 year ago

You need to install the CEC-client separately. Get it here: https://github.com/Pulse-Eight/libcec

Good instructions here: https://gist.github.com/rmtsrc/dc35cd1458cd995631a4f041ab11ff74

jsiegenthaler commented 9 months ago

Closing issue as CEC needs to be installed by user