ash-4.3# docker pull homeassistant/resinos-hassio:1.1-intel-nuc
1.1-intel-nuc: Pulling from homeassistant/resinos-hassio
Digest: sha256:e468f80c33b588ceb3d2efdb748e95e49da88c3a4c10c65fa0cd8d16373ba656
Status: Image is up to date for homeassistant/resinos-hassio:1.1-intel-nuc
ash-4.3# docker run -d --name=“home-assistant” -v /volume1/homeassistant/:/config -v /etc/localtime:/etc/localtime:ro -p 8123:8123 homeassistant/resinos-hassio:1.1-intel-nuc
docker: Error response from daemon: No command specified.
Yes… I tried that as well… it is basically missing the execution command…
I copied the one which is created by homeassistant/home-assistant (python -m homeassistant -config /config) but that didn’t work either… and gave it all the Path variables which is created by the above mentioned image as well…
But I think that is suggesting to use the hassio_install script? I had tried that but then I am missing socat and other packages… so I believe i will have to skip docker and then install all the dependencies manually before running the script?
i dont use hass.io except on some RasPi.
honestly i think running standard homeassistant will do fine for you. I beileve biggest benefit of hass.io was update software and docker takes care of that issue. the other items provided through plugins are easily implemented or where separate containers on OS anyway which are easily installed in docker.
Thanks… home-assistant is running fine via default docker image… I am trying to install hass.io which has the plugins (hass.io on the left hand side menu) page etc to easily install addons like homebridge etc… within homeassistant
It does some requirement checks, builds strings appropriate for your architechture and then install a couple of services. Those services start the supervisor docker and the hostcontrol, you only need the supervisor.
So if you can create a script which does the same as the hassio-start script here: https://github.com/home-assistant/hassio-build/blob/master/install/service/hassio-start
You are good to go.
I have managed to run hassio on my Asustor NAS this way.
I agree… As mentioned i had managed to get socat by entware etc… Just don’t know the last bit…
Is your Asustor NAS same as Synology i.e. no systemctld … if so , do you have ur config?
I am trying to figure out if they can talk to each other then? I am new to docker… And wondering if I install two separate docker… then can I simply goto the homeassistant yaml and add homebridge and it will work? I would have thought it won’t
I am actually confused now with my architecture… My Idea basically was
Install Hassio
Install plugin for HA on hassio
Install devices on Hassio
Then homekit will be able to see everything… But I think this will not work?
Basic end game was to be able to use all devices on google assistant / google home as well as Siri / HomeKit…
I am guessing I will have to configure each device on both platforms individually (duplicate) or under hassio yaml as well as under the homebridge plugin config in the same yaml file?
So will be
Install HA
Install Homebridge plugin
Configure device on HA and under homebridge (so that homekit can see it)
enable google assistant component on HA.
Or go the otherway? i.e Install homebridge and have HA as a plugin to it? I am a bit confused to the end game scenario best for the above situation
I am wondering, why dosn’t HA have a homekit component?
Yep, the NAS uses init.d, so I created the startup scripts for that. I also had to install optware (or rather entware-ng) to be able to use bash and other linux tools. The NAS has it’s own brand of linux but I needed extra tools like wget. I will see if I can post my scripts here.
I have somehow got supervisor and homeassistant to run now by running the start script commands in two separate terminals… haven’t figured out the start / stop script…
2018-01-13 22:51:23 ERROR (MainThread) [homeassistant.components.hassio] Client error on /supervisor/ping request Cannot connect to host 172.30.32.2:80 ssl:False [Host is unreachable]
2018-01-13 22:51:23 ERROR (MainThread) [homeassistant.components.hassio] Not connected with HassIO!
2018-01-13 22:51:23 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Component failed to initialize.
Server down perhaps? can’t ping it as well
Also seems HA is restarting itself every 10 minutes… output of the hassio-start script running on a terminal…
18-01-13 11:38:40 INFO (SyncWorker_12) [hassio.docker.homeassistant] Start homeassistant homeassistant/qemux86-64-homeassistant with version 0.60.1
18-01-13 11:40:45 ERROR (MainThread) [hassio.tasks] Watchdog found a problem with Home-Assistant API!
18-01-13 11:40:45 INFO (SyncWorker_11) [hassio.docker.interface] Restart homeassistant/qemux86-64-homeassistant
18-01-13 11:45:45 WARNING (MainThread) [hassio.tasks] Watchdog miss API response from Home-Assistant
18-01-13 11:50:45 ERROR (MainThread) [hassio.tasks] Watchdog found a problem with Home-Assistant API!
18-01-13 11:50:45 INFO (SyncWorker_12) [hassio.docker.interface] Restart homeassistant/qemux86-64-homeassistant
So the whole exercise of getting this thing to run to get the hassio menu is still now showing up…