johnboiles / esphome-hdmi-cec

ESPHome component to send and receive HDMI-CEC messages.
63 stars 10 forks source link

FR: add action to reinitialize #5

Open nagyrobi opened 1 year ago

nagyrobi commented 1 year ago

Sometimes I see that I loose sync between TV and the node. I press remote on TV but I don't get values coming in. If I send commands from ESPHome to the TV, it responds. It looks like the TV "forgets" the node as a connected audio device.

A reboot of the node fixes it. It would be nice to not have to reboot the node, but have a way to trigger the whole sequence again of registering in as an audio device. This happens at boot, but we should also be able to do it manually.

Also it would be nice to change the priority to lower, somewhere around after API finishes to load.