HDHomeRun locked tuners
Added by Anonymous over 1 year ago
When using Tvheadend with HDHomeRun (HDHR3-4DC in my case), TVH doesn't set back the used tuners to original state (which is unlocked), for example after channelscan or streaming.
Then I see the tuner LEDs blinking green all the time, which is very annoying in the dark.
Can you please unlock the tuners after the channel scan or when the streaming/recording event is complete?
This can be done easily with the use of the hdhomerun_config utility (sudo apt-get install hdhomerun-config)
hdhomerun_config <id> set /tuner0/channel none /tuner1/channel none /tuner2/channel none /tuner3/channel none
for all of them or manually for each tuner
hdhomerun_config <id> set /tuner0/channel none
hdhomerun_config <id> set /tuner1/channel none
hdhomerun_config <id> set /tuner2/channel none
hdhomerun_config <id> set /tuner3/channel none
Or maybe this can be done otherwise.
Thank you!