-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues once devices found #2
Comments
Thanks for the report. According to the underlying library provided by Silicondust, it looks like a |
Also, could you provide some info about what HDHomeRun device you have? The library documentation is pretty sparse but I'm wondering if the |
On further reading, it looks like the output of |
All looks ok from the cli
|
(homeassistant) ➜ libhdhomerun git:(master) ✗ ./hdhomerun_config discover get /sys/version (homeassistant) ➜ libhdhomerun git:(master) ✗ ./hdhomerun_config 14104765 get /sys/version (homeassistant) ➜ libhdhomerun git:(master) ✗ ./hdhomerun_config 14104765 get /sys/model (homeassistant) ➜ libhdhomerun git:(master) ✗ ./hdhomerun_config 14104765 get /sys/features (homeassistant) ➜ libhdhomerun git:(master) ✗ ./hdhomerun_config 14104765 get /tuner0/status (homeassistant) ➜ libhdhomerun git:(master) ✗ ./hdhomerun_config 14104765 get /sys/debug |
I've the same issue. with kind regards, Peter |
Thanks, according to the |
I've pushed a change in version 0.0.4 that should hopefully resolve this. I don't have any actual hardware to test it with though, so if you continue to have issues after updating please let me know. |
That seems to be working now for me, showing both my tuners. However the state changes to something random when viewing a channel:
Is this expected behaviour? EDIT: After a quick google search I see that this is the modulation |
Yes, when the tuner is active the state will be the raw QAM channel in use. The |
On closer reading of the documentation, it looks like it may be possible to determine the virtual channel number using a combination of the
Thanks! |
hdhomerun_config 1251E8E2 get /tuner0/streaminfo| grep $(hdhomerun_config
1251E8E2 get /tuner0/program)
Will give channel selected on the tuner by name, I was using this
already ;-)
Phill.
…On Sun, 12 Jan 2020 at 20:27, Nat Burns ***@***.***> wrote:
On closer reading of the documentation, it looks like it may be possible
to determine the virtual channel number using a combination of the
streaminfo and program APIs (assuming this info is populated by your TV
provider). Could you run the following commands on an active tuner and
paste the output here?
hdhomerun_config <device> get /tuner<n>/streaminfo
hdhomerun_config <device> get /tuner<n>/program
Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AANORYNGNQ3AM2TOPJDSYW3Q5N4KBA5CNFSM4KCXTEMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIXDLNY#issuecomment-573453751>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANORYJ5ZJOQNR6NG4JY6STQ5N4KBANCNFSM4KCXTEMA>
.
--
I Can Resist Everything Except Temptation -- Oscar Wilde
|
The text was updated successfully, but these errors were encountered: