51 lines
1.9 KiB
Org Mode
51 lines
1.9 KiB
Org Mode
|
|
|||
|
:PROPERTIES:
|
|||
|
:ID: cbc0a984-0ee0-44ff-b0b4-0b3a83958699
|
|||
|
:END:
|
|||
|
|
|||
|
#+title: comment-installer-domoticz-sur-un-raspberry-pi-2-ou-3
|
|||
|
#+post_ID: 620
|
|||
|
#+post_slug: comment-installer-domoticz-sur-un-raspberry-pi-2-ou-3
|
|||
|
#+post_url: https://www.ciperbliss.com/2017/comment-installer-domoticz-sur-un-raspberry-pi-2-ou-3
|
|||
|
#+post_title: Comment installer Domoticz sur un raspberry pi 2 ou 3
|
|||
|
#+post_tags: domoticz, raspberry
|
|||
|
#+post_type: post
|
|||
|
#+post_mime_types:
|
|||
|
#+post_guid: undefined
|
|||
|
#+post_status: publish
|
|||
|
#+post_date_published: <2017-12-18T13:52:35>
|
|||
|
#+post_date_modified: <2018-08-22T17:50:00>
|
|||
|
#+post_index_page_roam_id: fa7f2a8c-2b94-4e42-bb4c-25c026ed7ff9
|
|||
|
#+retrieved_from_db_at: <2024-11-18 16:25:08>
|
|||
|
|
|||
|
|
|||
|
* Comment installer Domoticz sur un raspberry pi 2 ou 3
|
|||
|
:PROPERTIES:
|
|||
|
:CUSTOM_ID: comment-installer-domoticz-sur-un-raspberry-pi-2-ou-3
|
|||
|
:END:
|
|||
|
ça marche aussi bien sur les Raspberry pi 2 que
|
|||
|
3:raccordez votre Pi au net,
|
|||
|
puisconnectez vous en SSH, (n'oubilez pas de relier
|
|||
|
votre pi au réseau par câble LAN ou mot de passe) ou bien lancez un
|
|||
|
terminal:
|
|||
|
|
|||
|
#+begin_quote
|
|||
|
*sudo curl -L install.domoticz.com | bash*
|
|||
|
#+end_quote
|
|||
|
|
|||
|
ce qui téléchargera le script d'install depuis
|
|||
|
[[https://www.domoticz.com/downloads/][domoticz.com]] puis
|
|||
|
l'éxecutera.Suivez les instructions pour choisir le
|
|||
|
dossier où installer le tout, quels ports serviront à accéder à
|
|||
|
l'interface de gestion web de Domoticz et zou.à la
|
|||
|
fin de l'istallation le script vous rapellera l'URL de réseau local en
|
|||
|
version http et https afin que vous vous y
|
|||
|
connectiez.Accédez à l'interface de domoticz en vous
|
|||
|
connectant localement au port 8080 selon l'ip de votre pi, que vous
|
|||
|
pouvez trouver via *ifconfig, ce qui vous donne par exemple
|
|||
|
ceci:*[[http://192.168.0.12:8080]]Vous
|
|||
|
devriez donc y voir le tableau de bord sans aucun widget, donc presque
|
|||
|
comme
|
|||
|
ceci:[[http://www.cipherbliss.com/wp-content/uploads/2017/12/domoticz_dashboard.png]]Enjoy!
|
|||
|
|