Changes

From Amahi Wiki
Jump to: navigation, search
56 bytes removed ,  05:07, 22 April 2020
this updater app is created for home Assistant by Sanjit Chakrabarti working on GSoC 2019 <br />
= STARTStart/STOPStop/RESTART HOME ASSISTANT 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 /> 
<pre><nowiki>sudo systemctl status homeassistant.service</nowiki></pre>
[[File:HomeAssistantServers.JPG]]
= troubleshooting Troubleshooting =
if If you are unable to edit any files in the Homeassistant share
Change file rights by running the command
<pre><nowiki>sudo chmod 777 /var/hda/files/homeassistant/*.* </nowiki></pre>
12,424

edits