docs: update Tür
This commit is contained in:
parent
18982f4e9f
commit
2894d4a923
1 changed files with 60 additions and 4 deletions
64
Tür.md
64
Tür.md
|
@ -2,7 +2,7 @@
|
||||||
title: Tür
|
title: Tür
|
||||||
description:
|
description:
|
||||||
published: 1
|
published: 1
|
||||||
date: 2023-06-06T17:02:34.326Z
|
date: 2023-06-06T17:36:13.940Z
|
||||||
tags: automation, urgent, wip
|
tags: automation, urgent, wip
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2023-06-06T16:57:43.761Z
|
dateCreated: 2023-06-06T16:57:43.761Z
|
||||||
|
@ -11,6 +11,62 @@ dateCreated: 2023-06-06T16:57:43.761Z
|
||||||
# Tür
|
# Tür
|
||||||
|
|
||||||
## todos
|
## todos
|
||||||
- [ ] alte und neue informationen hinzufügen
|
- [ ] software verlinken
|
||||||
- [tür (alt)](/Archiv/tür)
|
- [ ] alte und neue informationen hinzufügen (eventuell auch bilder)
|
||||||
- [tür3 (alt)](/Archiv/tür3)
|
- [ ] [tür (alt)](/Archiv/tür)
|
||||||
|
- [ ] [tür3 (alt)](/Archiv/tür3)
|
||||||
|
- [ ] mehr infos zu
|
||||||
|
- [ ] rfid
|
||||||
|
- [ ] wie es funktioniert
|
||||||
|
- [ ] space api
|
||||||
|
|
||||||
|
## Nachrichtenmeisterei
|
||||||
|
Haupteingang: Tür in den Gang hinein
|
||||||
|
|
||||||
|
### Zugang erhalten
|
||||||
|
- Account im [LDAP](/Archiv/ldap) erstellen
|
||||||
|
- sollte funktionieren, sobald man im LDAP freigeschaltet ist
|
||||||
|
|
||||||
|
### Tür öffnen
|
||||||
|
|
||||||
|
#### Web
|
||||||
|
- <https://door.flipdot.space>
|
||||||
|
|
||||||
|
#### SSH
|
||||||
|
|
||||||
|
SSH-Public-Key auf <https://ldap.flipdot.space> eintragen, und dann
|
||||||
|
|
||||||
|
```
|
||||||
|
#!bash
|
||||||
|
ssh opendoor@door.fd
|
||||||
|
```
|
||||||
|
|
||||||
|
#### RFID
|
||||||
|
sobald rfid in ldap eingetragen, sollte es funktionieren
|
||||||
|
|
||||||
|
### Wie es funktioniert
|
||||||
|
hardware:
|
||||||
|
- pi
|
||||||
|
- eigene platine (esp32)
|
||||||
|
- elektromotor
|
||||||
|
- [mechanik](https://www.thingiverse.com/thing:4042499)
|
||||||
|
|
||||||
|
platine hat motortreiber
|
||||||
|
|
||||||
|
Kommunikation zwischen pi und esp32 mit e^2c
|
||||||
|
|
||||||
|
auf pi läuft cronjob
|
||||||
|
alle 5 min per http holt sich ldap die ssh-keys und rfid-tags
|
||||||
|
|
||||||
|
#### space api
|
||||||
|
auf pi
|
||||||
|
|
||||||
|
### Besonderheiten
|
||||||
|
das Kabel ist so schwer (und kurz),
|
||||||
|
dass es sich selbst von den Kontakten reißt,
|
||||||
|
wenn es nicht sehr gut befestigt wird
|
||||||
|
- 2023-06-06 fix by @malled
|
||||||
|
|
||||||
|
### Alte Versionen
|
||||||
|
- [tür](/Archiv/tür)
|
||||||
|
- [tür 3](/Archiv/tür3)
|
Loading…
Reference in a new issue