docs: update Tür
This commit is contained in:
parent
eb7d27f403
commit
edbf9be030
1 changed files with 11 additions and 3 deletions
14
Tür.md
14
Tür.md
|
@ -2,7 +2,7 @@
|
||||||
title: Tür
|
title: Tür
|
||||||
description:
|
description:
|
||||||
published: 1
|
published: 1
|
||||||
date: 2023-06-06T17:36:13.940Z
|
date: 2023-06-12T10:24:39.713Z
|
||||||
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
|
||||||
|
@ -40,6 +40,11 @@ SSH-Public-Key auf <https://ldap.flipdot.space> eintragen, und dann
|
||||||
#!bash
|
#!bash
|
||||||
ssh opendoor@door.fd
|
ssh opendoor@door.fd
|
||||||
```
|
```
|
||||||
|
für die Innentür oder:
|
||||||
|
```
|
||||||
|
ssh outdoor@door.fd
|
||||||
|
```
|
||||||
|
für die Aussentür zum Hof.
|
||||||
|
|
||||||
#### RFID
|
#### RFID
|
||||||
sobald rfid in ldap eingetragen, sollte es funktionieren
|
sobald rfid in ldap eingetragen, sollte es funktionieren
|
||||||
|
@ -47,13 +52,16 @@ sobald rfid in ldap eingetragen, sollte es funktionieren
|
||||||
### Wie es funktioniert
|
### Wie es funktioniert
|
||||||
hardware:
|
hardware:
|
||||||
- pi
|
- pi
|
||||||
- eigene platine (esp32)
|
- [eigene platine](https://gitlab.com/flipdot/door_lock_hw) (esp32)
|
||||||
- elektromotor
|
- elektromotor
|
||||||
- [mechanik](https://www.thingiverse.com/thing:4042499)
|
- [mechanik](https://www.thingiverse.com/thing:4042499)
|
||||||
|
software:
|
||||||
|
- [pi](https://github.com/flipdot/door/tree/i2c)
|
||||||
|
- [ESP32](https://gitlab.com/flipdot/door_lock_fw)
|
||||||
|
|
||||||
platine hat motortreiber
|
platine hat motortreiber
|
||||||
|
|
||||||
Kommunikation zwischen pi und esp32 mit e^2c
|
Kommunikation zwischen pi und esp32 mit i²c
|
||||||
|
|
||||||
auf pi läuft cronjob
|
auf pi läuft cronjob
|
||||||
alle 5 min per http holt sich ldap die ssh-keys und rfid-tags
|
alle 5 min per http holt sich ldap die ssh-keys und rfid-tags
|
||||||
|
|
Loading…
Reference in a new issue