Projekt:Türsteuerung: Unterschied zwischen den Versionen

Aus Un-Hack-Bar
Zur Navigation springen Zur Suche springen
(Patient hippocampus optic median ependymoma.)
 
Zeile 1: Zeile 1:
Addressing hbx.qjio.wiki.un-hack-bar.de.lbd.xz deliver, hostages [URL=http://discoveryshows.com/prednisone/ - prednisone[/URL -  [URL=http://columbiainnastoria.com/propecia-for-sale/ - usa propecia[/URL -  [URL=http://gerioliveira.com/cialis/ - generic cialis canada[/URL -  [URL=http://wyovacationrental.com/tadalafil-20mg-lowest-price/ - cialis 20mg prices[/URL -  [URL=http://infaholic.com/buy-cialis-online/ - generic cialis 20mg[/URL -  [URL=http://failedpilot.com/tadalafil-20-mg/ - cialis[/URL -  [URL=http://a1sewcraft.com/canada-pharmacy-online-no-script/ - canadian pharmacy cialis 20mg[/URL -  [URL=http://oliveogrill.com/buy-accutane-online/ - accutane cost[/URL -  [URL=http://wyovacationrental.com/online-pharmacy/ - online pharmacy[/URL -  weakness, remaining <a href="http://discoveryshows.com/prednisone/">prednisone</a> <a href="http://columbiainnastoria.com/propecia-for-sale/">proscar 5mg</a> <a href="http://gerioliveira.com/cialis/">generic cialis canada</a> <a href="http://wyovacationrental.com/tadalafil-20mg-lowest-price/">cialis vs viagra</a> <a href="http://infaholic.com/buy-cialis-online/">generic tadalafil</a> <a href="http://failedpilot.com/tadalafil-20-mg/">generic cialis lowest price</a> <a href="http://a1sewcraft.com/canada-pharmacy-online-no-script/">pharmacy</a> <a href="http://oliveogrill.com/buy-accutane-online/">accutane prices</a> <a href="http://wyovacationrental.com/online-pharmacy/">northwest pharmacy canada</a> inexperienced radiographer details, http://discoveryshows.com/prednisone/#prednisone-no-prescription prednisone online http://columbiainnastoria.com/propecia-for-sale/#propecia buy proscar http://gerioliveira.com/cialis/#order-cialis-online cialis http://wyovacationrental.com/tadalafil-20mg-lowest-price/#cialis cialis cheap http://infaholic.com/buy-cialis-online/#buy-cialis-online buy cialis online http://failedpilot.com/tadalafil-20-mg/#tadalafil-20mg cialis generic http://a1sewcraft.com/canada-pharmacy-online-no-script/#online-pharmacy-no-prescription pharmacy http://oliveogrill.com/buy-accutane-online/#generic-accutane buy generic accutane http://wyovacationrental.com/online-pharmacy/#pharmacy pharmacy food-borne leaks.
+
{{Projekt|proj_name=Tuersteuerung|proj_status=stable|proj_image=door.jpg|beschreibung=homematik Tuerschlossantrieb samt Steuerung und Benutzerverwaltung|maint=smash|git=https://git.un-hack-bar.de/UNHB/}}
 +
== door.unhb ==
 +
homegear installation, oeffnet und schliesst die tuer zum space, updated spaceapi
 +
 
 +
=== Zugang ===
 +
* SSH: credentials liegen im keepass
 +
* filesystem ist ro, bei aenderungen vorher ''sudo mount -o remount,rw /'' und danach natuerlich ''sudo mount -o remount,ro /''
 +
* Tuer schliessen: user open/close via ssh pubkey
 +
 
 +
=== user hinzufuegen ===
 +
* per ssh auf door.unhb verbinden
 +
* sudo add_dooruser.sh ausfuehren
 +
* usernamen & ssh pubkey eingeben
 +
 
 +
=== user entfernen ===
 +
* user manuell aus /etc/ssh/authorized_keys entfernen
 +
 
 +
=== tuer oeffnen ===
 +
==== via ssh client ====
 +
* mit wifi unhb.de verbinden
 +
* ssh open@door.unhb oeffnet die tuer
 +
* ssh close@door.unhb schliesst die tuer
 +
 
 +
==== via app ====
 +
Aktuell funktioniert (fuer Android): https://github.com/mwarning/trigger
 +
 
 +
* Door Type: ssh
 +
* Host: door.unhb
 +
* Port: 22
 +
* User: keymaster
 +
* Open Command: USER=open /home/pi/door.sh
 +
* Close Command: USER=close /home/pi/door.sh
 +
* State Command: /home/pi/get_space_status.py
 +
* SSIDs: unhb.de
 +
 
 +
== mqtt ==
 +
saemtliche schliessvorgaenge werden via mqtt geloggt und ausgeloest
 +
 
 +
'''relevante topics:'''
 +
 
 +
* /unhb/..../set/
 +
* /unhb/..../get/
 +
 
 +
[[Kategorie:Projekt]]

Aktuelle Version vom 2. April 2020, 10:03 Uhr

Tuersteuerung
Door.jpg
Status stable
Beschreibung homematik Tuerschlossantrieb samt Steuerung und Benutzerverwaltung
Maintainer smash
Git https://git.un-hack-bar.de/UNHB/

door.unhb[Bearbeiten | | Quelltext bearbeiten]

homegear installation, oeffnet und schliesst die tuer zum space, updated spaceapi

Zugang[Bearbeiten | | Quelltext bearbeiten]

  • SSH: credentials liegen im keepass
  • filesystem ist ro, bei aenderungen vorher sudo mount -o remount,rw / und danach natuerlich sudo mount -o remount,ro /
  • Tuer schliessen: user open/close via ssh pubkey

user hinzufuegen[Bearbeiten | | Quelltext bearbeiten]

  • per ssh auf door.unhb verbinden
  • sudo add_dooruser.sh ausfuehren
  • usernamen & ssh pubkey eingeben

user entfernen[Bearbeiten | | Quelltext bearbeiten]

  • user manuell aus /etc/ssh/authorized_keys entfernen

tuer oeffnen[Bearbeiten | | Quelltext bearbeiten]

via ssh client[Bearbeiten | | Quelltext bearbeiten]

  • mit wifi unhb.de verbinden
  • ssh open@door.unhb oeffnet die tuer
  • ssh close@door.unhb schliesst die tuer

via app[Bearbeiten | | Quelltext bearbeiten]

Aktuell funktioniert (fuer Android): https://github.com/mwarning/trigger

  • Door Type: ssh
  • Host: door.unhb
  • Port: 22
  • User: keymaster
  • Open Command: USER=open /home/pi/door.sh
  • Close Command: USER=close /home/pi/door.sh
  • State Command: /home/pi/get_space_status.py
  • SSIDs: unhb.de

mqtt[Bearbeiten | | Quelltext bearbeiten]

saemtliche schliessvorgaenge werden via mqtt geloggt und ausgeloest

relevante topics:

  • /unhb/..../set/
  • /unhb/..../get/