-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
44 lines (31 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
drexel und weiss dokumente
Raumsteuerung:
drexel und weiss RBG-V (Raumbediengerät V)
-> offenbar nur mit aerosilent micro-v kompatibel
-> aerosilent micro-v: dezentrales gerät ("vbox") zur zuluft-/abluftsteuerung (unteres klo)
-> anschluss: rj45 kat5, aber eigenes wiring (24V!)
https://de.wikipedia.org/wiki/Modbus#RTU-Modus
ups, modbus nur via adapter...
zB http://www.drexel-weiss.at/app/uploads/2015/10/900.5075_02_EA_vbox_120_DE.pdf.download
-> psiioNET bzw das komische psiio RBG-H gerät
ooooh:
https://knx-user-forum.de/forum/supportforen/smarthome-py/34582-drexel-weiss-plugin
https://github.com/Bernator/smarthome/tree/develop/plugins/drexelundweiss
-> branch develop -> plugins/drexelundweiss
-> braucht noch vbox configs
http://www.smartvisu.de/
OOOOOH:
https://github.com/smarthomeNG/smarthome/tree/master/plugins/drexelundweiss
nur, was meint der kerl mit WP oder LU?
-> deduziert aus https://github.com/smarthomeNG/smarthome/blob/master/plugins/drexelundweiss/aerosmart_l.txt
LU = Lüftung
WP = Wärmepumpe
Das ist nicht nur für die Beschreibung, das ist Teil des Debug Protokolls :)
Siehe "def def _read_register()" und "def req_DW()"
Demnach haben wir vll nur LU.
Lt. 900.6667_00_TI_Modbus_Parameter_V4.01_DE.pdf gibts aber offenbar auch
noch VBOX, das wäre dann auch unser Fall.
Also, VBOX oder LU, jeweils als Literal. Ist aber in send_DW vermutlich eh
ganz einfach rauszufinden :)
https://github.com/smarthomeNG/smarthome/wiki/Komplettanleitung#knxd-installieren
https://github.com/smarthomeNG/smarthome/wiki/Komplettanleitung#smarthomeng-installieren