User Manual Orange Pi Zero 3

  Features   |  Use   |    Linux     |  Linux SDK   |  Android   |  Android SRC   |

RU          EN  

Chapt 3. Instructions for use of Debian/Ubuntu Server and Xfce desktop system
Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122  


3.24.1. Install via docker

  • 1) First of all, please install docker and make sure that docker can run normally. The Method Of Installing The Docker, please refer to the instructions in the section on how to install Docker

  • 2) Then you can search for the docker image of Home Assistant

    orangepi@orangepi:~$ docker search homeassistant

  • 3) Then use the following command to download the docker image of Home Assistant to the local. The size of the image is about 1GB, and the download time will be relatively long. Please wait patiently for the download to complete

    orangepi@orangepi:~$ docker pull homeassistant/home-assistant
    Using default tag: latest
    latest: Pulling from homeassistant/home-assistant
    be307f383ecc: Downloading
    

  • 5fbc4c07ac88: Download complete ...... (omit some output)

  • 3cc6a1510c9f: Pull complete

  • 7a4e4d5b979f: Pull complete Digest: sha256:81d381f5008c082a37da97d8b08dd8b358dae7ecf49e62ce3ef1eeaefc4381bb Status: Downloaded newer image for homeassistant/home-assistant: latest docker.io/homeassistant/home-assistant:latest
  • 4) Then you can use the following command to view the docker image of Home Assistant just downloaded

    orangepi@orangepi:~$ docker images homeassistant/home-assistant
    REPOSITORY TAG IMAGE ID CREATED SIZE
    homeassistant/home-assistant latest bfa0ab9e1cf5 2 months ago 1.17GB

  • 6) Then enter IP address of the development board: 8123 in the browser to see the Home Assistant interface It takes a while for the Home Assistant container to start. If the following interface is not displayed normally, please wait for a few seconds and then refresh. If the following interface is not displayed normally after waiting for more than one minute, it means that there is a problem with the installation of Home Assistant. At this time, you need to check whether there is a problem with the previous installation and setting process


    Img 3.168

  • 7) Then enter your name, user name and password and click Create Account


    Img 3.169

  • 8) Then follow the interface prompts to set according to your preferences, and then click Next


    Img 3.170

  • 9) Then click Next


    Img 3.171

  • 10) Then click Finish


    Img 3.172

  • 11) The final main interface displayed by Home Assistant is shown in the figure below


    Img 3.173

  • 12) How to stop the Home Assistant container

    a. The command to view the docker container is as follows

    orangepi@orangepi:~$ docker ps -a 

    b. The command to stop the Home Assistant container is as follows

    orangepi@orangepi:~$ docker stop homeassistant

    c. The command to delete the Home Assistant container is as follows

    orangepi@orangepi:~$ docker rm homeassistant

     <         > 


  • Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122