Changes

From Amahi Wiki
Jump to: navigation, search
!style="color:#000; background-color:#FF8C00;text-align:left"|Warning!
|-
|<div style="padding: 5px;">After Home Assistant as been installed, it can take a while upto 20 minutes to start please be patient it will start.</div>
|}
<!--{{#tag:syntaxhighlight|{{{1}}}}}-->
Updater is an app that on the menu option on home Assistant that will update to the new version of Home Assistant, there is an option to Downgrade by type the version you would like to install by clicking downgrade
this updater app is created for home Assistant by Sanjit Chakrabarti working on GSoC 2019
= START/STOP/RESTART HOME ASSISTANT =
this updater app is created for home Assistant by Sanjit Chakrabarti working on GSoC 2019 <br /> = Start/Stop/Restart Home Assistant = <br /> used this stop home Assistant service<br />
<pre><nowiki>sudo systemctl stop homeassistant.service</nowiki></pre>
<br /> used this start home Assistant service<br />
<pre><nowiki>sudo systemctl start homeassistant.service</nowiki></pre>
<br /> used this restart home Assistant service<br /><pre><nowiki>sudo systemctl restart homeassistant.service</nowiki></pre><br/>used this for the current state status of home Assistant service<br /nowiki></pre> 
<pre><nowiki>sudo systemctl status homeassistant.service</nowiki></pre>
or if you can look at not restart the home assistant you can always restart it using Amahi home server page then setting then server look for Home Assistant Server you can stop or restart on this page if needed <br />
[[File:HomeAssistantServers.JPG]]
= troubleshooting Troubleshooting =
if If you are unable to edit any files in the Homeassistant share
Change folder file rightsby running the command
<pre><nowiki>sudo chmod 777 /var/hda/files/homeassistant/*.* </nowiki></pre>
12,424

edits