- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Home Assistant (Hass.io) on ReadyNAS RN316
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Home Assistant (Hass.io) on ReadyNAS RN316
Hi
I'm not familiar with Linux, Python, but I was wondering if it is possible to install Hass.io on my ReadyNAS RN316? Netgear ReadyNAS is mentioned in the installation page, but mayby someone might have tried it out already.
https://home-assistant.io/docs/installation/
/Jesper
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Home Assistant (Hass.io) on ReadyNAS RN316
Hi,
Also me, I'm not so familiar with linu, but I successfully installed home assistant, unfortunately I'm not able to set it sto start automatically, may be someone else in the forum can help us.
the easy way is to use this app already prepared for readynas, but unfortunately it isn't updated
Follow this for installing the latest version 0.60:
after enabled ssh on NAS (system - setting - services), using an SSH client (eg bitvise ssh client), you have to install python 3.4 (I'm searcing the best procedure) then you have to follow the official documentatio (for python) at this link:
https://home-assistant.io/docs/installation/virtualenv/
then start it with this command
cd homeassistant
source bin/activate
$ hass --open-ui
I hope that someone more skilled than me can be more detailed and help to setup an automatic startup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Home Assistant (Hass.io) on ReadyNAS RN316
Apps and other services on the ReadyNAS use systemd for service management. It looks like homeassistant has a guide to configure systemd to work with its software.