cec-mqtt-bridge icon indicating copy to clipboard operation
cec-mqtt-bridge copied to clipboard

A HDMI-CEC to MQTT bridge for connecting HDMI-CEC-devices to your Home Automation system.

Results 15 cec-mqtt-bridge issues
Sort by recently updated
recently updated
newest added

There is an option to enable TLS, but there is no way to provide a certificate for it. I use a cert-based auth and a self-signed cert for my mqtt...

I’ve been using your great tool with Node-RED for a while, but after recently moving from Raspbian to Hassio (HassOS), I don’t know how to install it? I still want...

MQTT messages get passed and received from what I can see in the listener, the device accurately advertises its current state properly, but won't power on or off. Is there...

Hi :) Thanks again for making this great tool. How do I change how the cec-mqtt-bridge advertises itself? e.g. Playback 3 (9) instead of Recorder 1 (1) or as Unregistered...

Would be useful for everyone running their services in containers...

I'm working on a rewrite of the library that fixes a few open issues. * Cleaner code * Better volume setting * Logging It won't be backwards compatible with the...

I'm trying to install the bridge on a raspberry pi 3 B+. I've tried it on Hassbian and Raspbian Buster with no luck. Currently trying to run it in a...

I have this working well on a raspberry pi zero w. When the pi is connected to the HDMI port before being powered up, everything works well. However, if HDMI...

This moves the sleep-time of ir-command-checks to a config variable. With this change you can reduce the ir sleep-time (or increase it, though i wouldn't know why anyone would wand...

It seems that on OSMC, the lirc daemon is not on the default /var/run/lircd socket. You need to change the code like this: ```patch diff --git a/bridge.py b/bridge.py index 7be2d11..387f570...