michaelarnauts / cec-mqtt-bridge

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

Lirc improvement #8

Closed janLo closed 6 years ago

janLo commented 6 years ago

This improves teh lirc support. It includes the remote in the mqtt topic (if available from lirc). It also adds a script to generate an lircrc config.

michaelarnauts commented 6 years ago

Cool! Thanks! Can you also update the example lircrc.default file to include the remote in the config? This way it matches with the output of your script.

Maybe you can add a note about the backward compability if you only specify a key in the config?

janLo commented 6 years ago

The old config should work unchanged without any problem. But I will add more documentation after the weekend.

janLo commented 6 years ago

@michaelarnauts I added documentation and extended teh example lircrc config.

janLo commented 6 years ago

Can this be merged?

michaelarnauts commented 6 years ago

Sorry for the delay. Thanks for your update!