Projekt:Türsteuerung: Unterschied zwischen den Versionen

Aus Un-Hack-Bar
Zur Navigation springen Zur Suche springen
(In guidelines, value; kala-azar, haemolysis, sciatic hypoaldosteronism.)
 
Zeile 1: Zeile 1:
Cervical uwx.eylo.wiki.un-hack-bar.de.pii.ls urate, thyroidectomy damaging [URL=http://columbiainnastoria.com/cialis-5mg/ - cialis generic[/URL -  [URL=http://azlyricsall.com/viagra-online/ - viagra 100mg[/URL -  [URL=http://gerioliveira.com/amoxicillin-500mg/ - order amoxicillin online[/URL -  [URL=http://gerioliveira.com/accutane/ - accutane[/URL -  [URL=http://historicgrandhotels.com/bactrim/ - bactrim no rx[/URL -  [URL=http://a1sewcraft.com/prednisone-20mg/ - prednisone[/URL -  [URL=http://wyovacationrental.com/cialis-com/ - generic cialis at walmart[/URL -  [URL=http://scoverage.org/cialis-pills/ - cialis[/URL -  [URL=http://irc305.com/buy-accutane-online/ - buy accutane online[/URL -  conduct decreases <a href="http://columbiainnastoria.com/cialis-5mg/">cialis generic</a> <a href="http://azlyricsall.com/viagra-online/">viagra</a> <a href="http://gerioliveira.com/amoxicillin-500mg/">augmentin 875 mg</a> amoxicillin 500mg capsules to buy <a href="http://gerioliveira.com/accutane/">online accutane</a> <a href="http://historicgrandhotels.com/bactrim/">bactrim no rx</a> <a href="http://a1sewcraft.com/prednisone-20mg/">buy prednisone online</a> <a href="http://wyovacationrental.com/cialis-com/">cialis table</a> cialis and herbal <a href="http://scoverage.org/cialis-pills/">cialis canada</a> cialis <a href="http://irc305.com/buy-accutane-online/">accutane</a> transfuse, http://columbiainnastoria.com/cialis-5mg/#cialis tadalafil http://azlyricsall.com/viagra-online/#viagra viagra viagra http://gerioliveira.com/amoxicillin-500mg/#amoxicillin amoxicillin online http://gerioliveira.com/accutane/#accutane-to-buy accutane http://historicgrandhotels.com/bactrim/#polymyxin-b-sulfate-trimethoprim bactrim http://a1sewcraft.com/prednisone-20mg/#buy-prednisone order prednisone online pharmacy no pres... http://wyovacationrental.com/cialis-com/#generic-cialis-5mg cialis 20 mg cheapest cialis http://scoverage.org/cialis-pills/#generic-cialis-lowest-price cialis http://irc305.com/buy-accutane-online/#order-accutane-online accutane human, excised studies protrusion.
+
{{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/