Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
ACS - Access Control System
(section)
From Chaosdorf Wiki
Views
Read
Edit with form
Edit
Edit source
View history
associated-pages
Page
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Zentrale === Die ganze Technik wird in ein Gehäuse einer Sicherheitskomponente verbaut. Dieses verfügt von Hause aus schon über ein 12 Volt Netzteil nebst Notstromversorgung. Diese Meldungen der Stromversorgungseinheit werden den ESP32 der ACS Steuerung übergeben und per MQTT über ein Ethernet LAN Interface weitergereicht. Auf der Zentrale befindet sich auch die Keyliste. Das Gehäuse verfügt über entsprechende Sensoren die ein Öffnen per MQTT aufzeigen würden. Sollte das LAN nicht zur Verfügung stehen, arbeitet das System als solches autark weiter. Das Klingelsignal wird extra noch einmal über einen Schaltkontakt bereit gestellt, sodass dieses auch bei einem Netzwerkausfall immer in einem Bereich Signalisiert wird. <br> '''Telegram Beschreibung''' Telegram Abfrage "Client Sprechanlage" {| class="wikitable" |- ! Byte !! Wert !! Richtung !! Funktion !! Bemerkung |- | 00 || 0x01 || Z -> C || Client Adresse || um diesen über das Netzwerk ansprechen zu können |- | 01 || 0x0F || Z -> C || nur Abfrage || gibt es ein neues Ereigniss ? |- | 02 || 0x00 || Z -> C || Prüfsumme || Vorschlag zur Berechnung ? |} Telegram Antwort "Client Sprechanlage" {| class="wikitable" |- ! Byte !! Wert !! Richtung !! Funktion !! Bemerkung |- | 00 || 0x01 || C -> Z || Client Adresse || Rückantwort mit Clientadresse |- | 01 || 0x10 || C -> Z || Funktion "0x10" || Klingel |- | 02 || 0xFF || C -> Z || neuer Wert Klingel sonst 0x00 || Es wurde die Klingel betätigt 0x01 |- | 03 || 0x20 || C -> Z || Funktion "0x20" || UID iButton sonst alle Bytes mit 0x00 füllen |- | 04 || 0x.. || C -> Z || UID Byte 00 || Rückantwort UID sonst 0x00 |- | 05 || 0x.. || C -> Z || UID Byte 01 || Rückantwort UID sonst 0x00 |- | 06 || 0x.. || C -> Z || UID Byte 02 || Rückantwort UID sonst 0x00 |- | 07 || 0x.. || C -> Z || UID Byte 03 || Rückantwort UID sonst 0x00 |- | 08 || 0x.. || C -> Z || UID Byte 04 || Rückantwort UID sonst 0x00 |- | 09 || 0x.. || C -> Z || UID Byte 05 || Rückantwort UID sonst 0x00 |- | 10 || 0x.. || C -> Z || UID Byte 06 || Rückantwort UID sonst 0x00 |- | 11 || 0x.. || C -> Z || UID Byte 07 || Rückantwort UID sonst 0x00 |- | 12 || 0x00 || Z -> C || Prüfsumme || Vorschlag zur Berechnung ? |} Telegram - Werte senden an "Client Sprechanlage" {| class="wikitable" |- ! Byte !! Wert !! Richtung !! Funktion !! Bemerkung |- | 00 || 0x01 || Z -> C || Client Adresse || um diesen über das Netzwerk ansprechen zu können |- | 01 || 0x1F || Z -> C || Werte Senden || LED Farben / Summer Funktion |- | 02 || 0x.. || Z -> C || Werte Senden || LED Parammeter 1 |- | 03 || 0x.. || Z -> C || Werte Senden || LED Parammeter 2 |- | 04 || 0x.. || Z -> C || Werte Senden || LED Parammeter 3 |- | 04 || 0x.. || Z -> C || Werte Senden || LED Parammeter 4 |- | 04 || 0x.. || Z -> C || Werte Senden || Summer Funktion / kurzer Ton , Langer Ton , Ton Folge |- | 05 || 0x00 || Z -> C || Prüfsumme || Vorschlag zur Berechnung ? |} ''Telegram Abfrage "Client ACS Steuerung" - dieser wird im Dorf selber montiert und Steuert die Unterschiedlichen Modi'' {| class="wikitable" |- ! Byte !! Wert !! Richtung !! Funktion !! Bemerkung |- | 00 || 0x02 || Z -> C || Client Adresse || um diesen über das Netzwerk ansprechen zu können |- | 01 || 0x0F || Z -> C || nur Abfrage || gibt es ein neues Ereigniss ? |- | 02 || 0x00 || Z -> C || Prüfsumme || Vorschlag zur Berechnung ? |} Telegram Antwort "Client ACS Steuerung" {| class="wikitable" |- ! Byte !! Wert !! Richtung !! Funktion !! Bemerkung |- | 00 || 0x01 || C -> Z || Client Adresse || Rückantwort mit Clientadresse |- | 01 || 0x10 || C -> Z || Funktion "0x10" || 8 Bit Taster / Schalter Abfrage |- | 02 || 0x.. || C -> Z || 8 Bit Übertragung || div Tasten bzw. Schalter |- | 03 || 0x20 || C -> Z || Funktion "0x20" || UID iButton sonst alle Bytes mit 0x00 füllen |- | 04 || 0x.. || C -> Z || UID Byte 00 || Rückantwort UID sonst 0x00 |- | 05 || 0x.. || C -> Z || UID Byte 01 || Rückantwort UID sonst 0x00 |- | 06 || 0x.. || C -> Z || UID Byte 02 || Rückantwort UID sonst 0x00 |- | 07 || 0x.. || C -> Z || UID Byte 03 || Rückantwort UID sonst 0x00 |- | 08 || 0x.. || C -> Z || UID Byte 04 || Rückantwort UID sonst 0x00 |- | 09 || 0x.. || C -> Z || UID Byte 05 || Rückantwort UID sonst 0x00 |- | 10 || 0x.. || C -> Z || UID Byte 06 || Rückantwort UID sonst 0x00 |- | 11 || 0x.. || C -> Z || UID Byte 07 || Rückantwort UID sonst 0x00 |- | 12 || 0x00 || Z -> C || Prüfsumme || Vorschlag zur Berechnung ? |}
Summary:
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see
Chaosdorf Wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)