Skip to content
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

Error on my adapter #5

Open
povlhp opened this issue Feb 21, 2020 · 1 comment
Open

Error on my adapter #5

povlhp opened this issue Feb 21, 2020 · 1 comment

Comments

@povlhp
Copy link

povlhp commented Feb 21, 2020

On startup, I get this error in the log. I use HDHomeRun EXPAND. 4 tuners.
Model: HDHR3-4DC
Firmware: 20190621

None of the tuners in use.

BTW: Would be nice with camera style integration. Or at least a way to get the channel list.
Then I could likely do something to display it in a live webview.
The list from: http://192.168.1.178/lineup.html

Then channel numbers and names available. And I can make my own webtv views.
http://192.168.1.123:5004/auto/v2

2020-02-21 09:17:33 ERROR (MainThread) [hdhr.adapter] Could not get tuner vstatus (0).
2020-02-21 09:17:33 ERROR (MainThread) [hdhr.adapter] Could not get tuner vstatus (0).
2020-02-21 09:17:33 ERROR (MainThread) [hdhr.adapter] Could not get tuner vstatus (0).
2020-02-21 09:17:33 ERROR (MainThread) [hdhr.adapter] Could not get tuner vstatus (0).
@burnnat
Copy link
Owner

burnnat commented Feb 24, 2020

Thanks for the report! These errors may be okay - it appears that not all tuner models support every API so the integration is designed to fall back to a different API in the event that vstatus fails. If there are no other errors in the log and the sensors are updating appropriately then this is part of normal operation.

About the webview request - as you know the URL, isn't this already possible using an iframe card? Or is there additional functionality you're looking for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants