-
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
Installation for Hass.io #1
Comments
Unfortunately I don't have any experience with Hassio so I can't answer definitively. It seems like it might be possible but I guess you would have to modify the base docker image somehow to include the libhdhomerun package? If you ask on the Home Assistant forums or Discord you might get a better answer than I can give. |
add os.system commands in the init of the component to install ? |
Thanks for the responses. I'll raise this on the forums and see what I can do. |
I added the component in my hassio docker by invoking
|
@jlvandusen Thanks for the report. This looks like a separate issue (not specific to Hass.io) so I've created #4 to track it. |
I am also trying to install with hassio with the community integrations... I tried adding the library w/ libhdhomerun4.. but it seems like it didn't actually install(?).... i get the following error for the integration: OSERROR: Error loading shared library libhdhomerun.so: No such file or directory |
@jlvandusen would you be able to provide any insight on how you invoked the apk add method? I have Hassio running on an Ubuntu Server VM. I've tried the SSH add on in Hassio but it doesn't work |
I am running hass.io on Armbian on a standard arm64 TV box (cheaper and faster than Pi 4) with 4GB RAM and 128GB eMMC. To install it there, I just followed the instructions (from the shell of Armbian, not a shell inside hassio). I like hassio over raw hass due to the modularity and keeping things clean and easy to move.
Then add it to configuration.yaml and reboot. |
Agree with @povlhp as my docker in synology requires me to re-introduce the package each time I upgrade my home assistant build... so its lost because the container is destroyed. The command you want is From a bash command launched against the homeassistant container. |
Thanks both. The solution by @povlhp worked. |
I am stuck, 2020-07-16 21:43:38 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: hdhomerun |
I really like this plugin, but it's challenging to use in a Hass.io environment. I wish there was a way for the plugin to automatically do the "apk add libhdhomerun". Right now I have to do that via Portainer's command line feature every time I update HA. I tried installing it on the system itself but Hass.io doesn't seem to "see" it. (Installed via HACS) |
I'm in the same boat. I really wanted this to work, but it's just not hassio friendly. Try the solution using the rest sensors here instead: https://community.home-assistant.io/t/hdhomerun-sensors/70054/28 |
Thanks! going to give this a shot. |
Is it possible to install this component in Hassio? I notice the requirement for the
libhdhomerun4
library, however I don't know if it's possible to install this in this environment.The text was updated successfully, but these errors were encountered: