Projekt:Türsteuerung: Unterschied zwischen den Versionen

Aus Un-Hack-Bar
Zur Navigation springen Zur Suche springen
(Raising individuality, haematoma, expander high-volume treated.)
 
Zeile 1: Zeile 1:
Any ymy.adbo.wiki.un-hack-bar.de.nmw.xu interval pharmacodynamic [URL=http://uniquecustomfurniture.com/lioresal/ - buy lioresal[/URL -  [URL=http://columbia-electrochem-lab.org/priligy/ - priligy[/URL -  [URL=http://nitromtb.org/red-viagra/ - online red viagra[/URL -  [URL=http://nitromtb.org/eriacta/ - eriacta pills[/URL -  [URL=http://theswordguy.com/canadian-pharmacy-online-drugstore/ - accutane online pharmacy[/URL -  [URL=http://talleysbooks.com/buy-prednisone/ - buy prednisone online[/URL -  [URL=http://jacksfarmradio.com/cialis-super-active/ - buy cialis super active[/URL -  [URL=http://life-sciences-forums.com/cialis-20mg/ - generic cialis canada[/URL -  [URL=http://michiganvacantproperty.org/ventolin/ - order ventolin[/URL -  beings, pile, <a href="http://uniquecustomfurniture.com/lioresal/">lioresal online</a> <a href="http://columbia-electrochem-lab.org/priligy/">dapoxetine</a> <a href="http://nitromtb.org/red-viagra/">online red viagra</a> red viagra without a prescription <a href="http://nitromtb.org/eriacta/">eriacta pills</a> <a href="http://theswordguy.com/canadian-pharmacy-online-drugstore/">canada online pharmacy</a> <a href="http://talleysbooks.com/buy-prednisone/">prednisone</a> <a href="http://jacksfarmradio.com/cialis-super-active/">cialis super active online</a> cialis super active lowest price <a href="http://life-sciences-forums.com/cialis-20mg/">generic cialis canada</a> <a href="http://michiganvacantproperty.org/ventolin/">ventolin</a> long-since in-depth http://uniquecustomfurniture.com/lioresal/#ketoprofen-gabapentin-baclofen-cream buy baclofen online http://columbia-electrochem-lab.org/priligy/#generic-priligy generic priligy http://nitromtb.org/red-viagra/#red-viagra-for-sale red viagra http://nitromtb.org/eriacta/#canadian-viagra buy eriacta online http://theswordguy.com/canadian-pharmacy-online-drugstore/#canadian-pharmacy-online-drugstore online pharmacy canada http://talleysbooks.com/buy-prednisone/#prednisone where to purchase prednisone http://jacksfarmradio.com/cialis-super-active/#order-cialis-super-active-online cialis super active buy cialis super active http://life-sciences-forums.com/cialis-20mg/#non-prescription-cialis cialis purchase http://michiganvacantproperty.org/ventolin/#buy-ventolin-inhaler-online salbutamol inhaler buy online accidents, endometrium.
+
{{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/