3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[メモ] Raspberry PiでDomoticz (Open Source Home Automation System)

Last updated at Posted at 2016-06-15

概要

  • Domoticz RaspberryPi SD Image にかいてあること。
  • Setup > Settings : System - Language ... 日本語ないよ!
  • Setup > Hardware : あたりからデバイスを登録刷る模様。
  • 使えるセンサーとかないので、とりあえずWeb天気予報(Forecast)..デフォルトは華氏(°F)
    Dz.png

インストール

(訳 - Google先生のサポート)

  1. Class 10 SDカードを使いましょう。
  2. Class 10 SDカードを使ってる? イイヤツね!! これ重要。
  3. らずぱい向けのDomoticz SDイメージをダウンロード。 http://sourceforge.net/projects/domoticz/files/
  4. 解凍。 SDイメージとか含まれています。 Readme.txtとかあったら、読みましょう。
  5. SDカードにイメージを書き込む。
  6. ラズベリーパイの電源を切る
  7. あなたのパイにSDカードを入れて、マウス、キーボード、イーサネットケーブルとモニターを接続します。 最後に、マイクロUSB電源に接続します。 このアクションは、オンにし、あなたのラズベリーパイを起動します。

First time startup

  • デフォルトのユーザ名パスワード: pi / raspberry
  • (以下省略...
    • IP調べて、SSHでログインしたり、
    • raspi-configで、パーティション拡張したり、パスワード変更したり、タイムゾーンとかインタナショナル設定を変更したり、して、sudo reboot
  • ブラウザから、http://<ラズベリーパイのIPアドレス>:8080/ へアクセス。
  • sudo poweroff
    で適切にシャットダウンしましょう

その他

  • 使えるセンサー持ってなかった。
SSHでログイン.
______                      _   _          
|  _  \                    | | (_)         
| | | |___  _ __ ___   ___ | |_ _  ___ ____
| | | / _ \| '_ ` _ \ / _ \| __| |/ __|_  /
| |/ / (_) | | | | | | (_) | |_| | (__ / / 
|___/ \___/|_| |_| |_|\___/ \__|_|\___/___|
                                           

Wednesday, 15 June 2016,  1:18:54 am UTC
Linux 4.1.18-v7+ armv7l GNU/Linux
Uptime.............: 0 days, 00h01m27s
Memory.............: 767576kB (Free) / 948056kB (Total)
Load Averages......: 0.48, 0.18, 0.07 (1, 5, 15 min)
Running Processes..: 99
IP Addresses.......: 10.10.1.89

pi@raspberrypi:~$ 
3
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?