burnnat / ha-hdhomerun

HDHomeRun integration for Home Assistant.
MIT License
15 stars 6 forks source link

Error on my adapter #5

Open povlhp opened 4 years ago

povlhp commented 4 years ago

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 commented 4 years ago

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?