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

Any chance of an update to this? #1

Open
nicholasgriffintn opened this issue Jul 26, 2017 · 10 comments
Open

Any chance of an update to this? #1

nicholasgriffintn opened this issue Jul 26, 2017 · 10 comments

Comments

@nicholasgriffintn
Copy link

Hey,

This is pretty awesome, running home assistant on a NAS seems obvious to me as it's there anyway and I'd love to do it. The only problem is that this is quite an outdated version, is there any chance of you updating this project again or do you not use it anymore?

If not, how do you update this? I have no clue about ReadyNAS apps.

@eclaassens
Copy link

I second that!

Yesterday I tried hass.io on my RPi1. Installing was a breeze but it was really slow. Today I found this fork! I looked into manually updating but it seems that the project has made a drastic change in technical components...I cannot recognise the structure anymore :(

@grtessman
Copy link

+2 - an update for ReadyNAS would be great!

@MJP-76
Copy link

MJP-76 commented Aug 12, 2017

Me 3. Really nice, but an update would be great

@seetendra
Copy link

Me 4

@seetendra
Copy link

ME 5

@shafy14
Copy link

shafy14 commented Apr 27, 2020

waiting, anyone got a chance on installing in a different way?

@eclaassens
Copy link

I switched to dockers years ago! That is sooo much easier (also for updating).
Using docker-compose files to setup to make it really easy.

version: '2'

services:
    dbhass:
        container_name: dbhass
        image: postgres:9.6
        volumes:
            - /data/Documents/docker-files/postgresql_hass:/var/lib/postgresql/data
            - /etc/localtime:/etc/localtime:ro
        environment:
            - POSTGRES_DB=hass
            - POSTGRES_USER=hass
            - POSTGRES_PASSWORD=HassSecret
        network_mode: host
        ports:
            - '5432:5432'
        restart: on-failure
    home-assistant:
        container_name: home-assistant
        image: homeassistant/home-assistant:latest
        depends_on:
            - dbhass
        volumes:
            - /data/Documents/docker-files/ha_config:/config
            - /etc/localtime:/etc/localtime:ro
        network_mode: host
        ports:
            - '8123:8123'
        restart: on-failure

@grtessman
Copy link

I ended up installing Docker CLI CE, then Portainer. Then, I installed HASS.io on docker. Works great.

@shafy14
Copy link

shafy14 commented Apr 27, 2020

Can you guide me ? How to do that. I am not good with Linux.

@grtessman
Copy link

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

6 participants