Difference between revisions of "Home Assistant Core"
Line 35: | Line 35: | ||
= START/STOP/RESTART HOME ASSISTANT = | = START/STOP/RESTART HOME ASSISTANT = | ||
<br /> used this stop home Assistant service<br /> | <br /> used this stop home Assistant service<br /> | ||
− | <pre> | + | <pre><nowiki>sudo systemctl stop homeassistant.service</nowiki></pre> |
<br /> used this start home Assistant service<br /> | <br /> used this start home Assistant service<br /> | ||
− | <pre> | + | <pre><nowiki>sudo systemctl start homeassistant.service</nowiki></pre> |
<br /> used this restart home Assistant service<br /> | <br /> used this restart home Assistant service<br /> | ||
− | <pre> | + | <pre><nowiki>sudo systemctl restart homeassistant.service</nowiki></pre> |
<br/>used this for the current state home Assistant service<br /> | <br/>used this for the current state home Assistant service<br /> | ||
− | <pre> | + | <pre><nowiki>sudo systemctl status homeassistant.service</nowiki></pre> |
or you can look at Amahi home server page then setting then server look for Home Assistant Server you can stop or restart on this page if needed <br /> | or you can look at Amahi home server page then setting then server look for Home Assistant Server you can stop or restart on this page if needed <br /> |
Revision as of 20:58, 23 August 2019
Welcome to the world of Home Assistant is open source software for creating a smart home,
Warning! |
---|
After Home Assistant as been installed, it can take a while to start please be patient it will start.
|
Once it started you will need to create a user account
Please enter the following details
Name:
User:
Password:
then click create account
the next screen is to set up your Home
you can Click Detect then click next
the next screen is for Devices and Services click the three-dot for a list of devices but you can add later if needed so click finish
you are now all set up the next screen will be the home assistant page for more help please look at google or youtube
START/STOP/RESTART HOME ASSISTANT
used this stop home Assistant service
sudo systemctl stop homeassistant.service
used this start home Assistant service
sudo systemctl start homeassistant.service
used this restart home Assistant service
sudo systemctl restart homeassistant.service
used this for the current state home Assistant service
sudo systemctl status homeassistant.service
or you can look at Amahi home server page then setting then server look for Home Assistant Server you can stop or restart on this page if needed