Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:quick_start_guide [2015/02/15 11:18]
nico
en:quick_start_guide [2016/01/13 20:28] (current)
Line 34: Line 34:
 We need to ensure that this device is not mounted on your system We need to ensure that this device is not mounted on your system
  
-   $ sudo unmount /dev/mmvblk0p1 +   $ sudo umount /dev/mmvblk0p1 
-   $ sudo unmount /dev/mmvblk0p2+   $ sudo umount /dev/mmvblk0p2
    ...    ...
  
 or in case your device is detected as /dev/sdX or in case your device is detected as /dev/sdX
  
-   $ sudo unmount /dev/sdd1 +   $ sudo umount /dev/sdd1 
-   $ sudo unmount /dev/sdd2+   $ sudo umount /dev/sdd2
    ...    ...
  
Line 103: Line 103:
 Install calaos-installer for you OS from this page, and launch it. Install calaos-installer for you OS from this page, and launch it.
  
-On the interface, you should find a **Autodetection** button. Click on it. It launch the discovery of Calaos Server trough the network. +On the interface, you should find a **Autodetection** button. Click on it. It launched the discovery process of Calaos Server trough the network. 
-If Calaos Server is found, the IP address is displayed in the Window. You can then double click on this IP address and connect to Calaos Server with the credentials you fixed in the first section of this guide.+If Calaos Server is found, the IP address is displayed in the Window. You can then double click on it and connect to Calaos Server with the credentials you fixed in the first section of this guide.
  
 You can now add the Input/Output with calaos-installer depending on the Hardware connected to calaos-server. You can now add the Input/Output with calaos-installer depending on the Hardware connected to calaos-server.
 + 
 +{{ :fr:calaos-installer.jpg?nolink |}}
 +
 +Click Calaos Server->Download Project from Calaos Server.
 +This action download the configuration on the raspberry pi on your local machine to edit it.
 +
 +{{ :fr:ci_connection.jpg?nolink |}}
 +
 +You can put here the IP address (This address should have bee insert if audetection process has worked). Put also the user and password you give in the first part. Default values are user/pass
 +
 +If the download is ok, the connection between the raspberry-pi and your local PC is ok. 
 +
 +Now add a new Room :  Click on  add Item -> Room
 +And enter a friendly name for the new room.
 +
 +Now create a new virtual swith : 
 +add Item -> Internal Variable.
 +
 +Enter informations as on this screenshot:
 +
 +{{ :fr:ci-button.jpg?nolink |}}
 +
 +Save the confoguration, and send it to the raspberry-pi with :  Calaos Server -> Send project to calaos server.
 +
 +You can see if everyhting is up and working, by connecting yourself to the web interface : (http://ip_raspberrypi), you may also use the mobile application or Calaos Home application.
 +Here the result on the following interfaces : 
 +Calaos Home :
 +{{ :fr:ch-interrupteur.jpg?nolink |}}
 +
 +Calaos Web :
 +{{ :fr:cwa-interrupteur.jpg?nolink |}}
 +
 +Calaos Mobile :
 +{{ :fr:cm-interrupteur.jpg?nolink |}}
 +
 +You know now how to create I/O for Calaos. You can now create you complete Home Automation installation, depending on the hardware you own.