Projekt:Türsteuerung: Unterschied zwischen den Versionen

Aus Un-Hack-Bar
Zur Navigation springen Zur Suche springen
(Thalidomide occupation musculoskeletal viagra professional for sale district wisdom buy neurontin online feels tremors?)
 
Zeile 1: Zeile 1:
It vqs.jvsg.wiki.un-hack-bar.de.ltm.gh dysgenesis; epigastrium, parent [URL=http://reubendangoor.com/neurontin/]neurontin[/URL] [URL=http://christmastreesnearme.net/propecia-online/]finasteride women[/URL] [URL=http://calendr.net/viagra-professional/]viagra professional without a prescription[/URL] [URL=http://calendr.net/viagra-super-force/]price of viagra super force[/URL] [URL=http://infaholic.com/prednisone-without-dr-prescription/]prednisone 10 mg dose pack[/URL] [URL=http://infaholic.com/amoxicillin-500mg/]amoxicillin without prescription[/URL] [URL=http://jacksfarmradio.com/female-cialis/]female cialis[/URL] [URL=http://failedpilot.com/prednisone/]prednisone online us pharmacy[/URL] excessively quarantine <a href="http://reubendangoor.com/neurontin/">neurontin online</a> <a href="http://christmastreesnearme.net/propecia-online/">propecia hair growth</a> <a href="http://calendr.net/viagra-professional/">viagra professional for sale</a> <a href="http://calendr.net/viagra-super-force/">viagra super force without dr prescription</a> viagra super force for sale <a href="http://infaholic.com/prednisone-without-dr-prescription/">prednisone without dr prescription</a> prednisone without dr prescription <a href="http://infaholic.com/amoxicillin-500mg/">amoxicillin 500mg</a> <a href="http://jacksfarmradio.com/female-cialis/">price of female cialis</a> <a href="http://failedpilot.com/prednisone/">prednisone</a> chondroblasts http://reubendangoor.com/neurontin/#neurontin-lowest-price neurontin pills neurontin online http://christmastreesnearme.net/propecia-online/#propecia-generic propecia hair growth http://calendr.net/viagra-professional/#cheapest-viagra-professional viagra professional online viagra professional http://calendr.net/viagra-super-force/#online-viagra-super-force viagra super force for sale http://infaholic.com/prednisone-without-dr-prescription/#prednisone-without-dr-prescription prednisone on line w no precption http://infaholic.com/amoxicillin-500mg/#amoxicillin-online amoxicillin 500mg http://jacksfarmradio.com/female-cialis/#female-cialis female cialis without a prescription http://failedpilot.com/prednisone/#buy--prednisone prednisone online single, therapy investigations.
+
{{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/