Forum: Haus & Smart Home Hargassner NANO PK


von Rupert S. (rupert)


Angehängte Dateien:

Lesenswert?

Liebe Forengemeinschaft.

Erst mal DANKE für die Aufnahme.
Nachdem ich seit vergangenem Jahr eine NANO PK 25 kw betreibe (hatte 
vorher 20 Jahre eine Hackgutanlage)und das Gateway in Zusammenhang mit 
der App völlig unzulänglich ist (keine fixe IP einstellbar), habe ich 
mit Hargassner Kontakt aufgenommen und man hat mir freundlicherweise die 
Parameterliste für KNX, Loxone und ModBus übermittelt.
Ich bin gerade dabei, die Daten der NANO in meine Heizungssteuerung zu 
integrieren und werde euch hier am Laufenden halten.

Um die Tabelle in einer SQL-Datenbank zu erstellen, habe ich hier erst 
einmal den Script reingestellt - einmal Arbeit ist genug :) Ob integer 
oder float habe ich vorab nicht verifiziert aber ein Anfang ist es 
allemal

Ich hoffe, dass mancher von euch damit etwas anfangen kann!
1
CREATE TABLE NANO_PK(
2
DAQ_ZK integer,
3
DAQ_O2 Float,
4
DAQ_O2s Float,
5
DAQ_TK Float,
6
DAQ_TKs Float,
7
DAQ_TRG Float,
8
DAQ_TAUS Float,
9
DAQ_TAGem Float,
10
DAQ_TPO Float,
11
DAQ_TPM Float,
12
DAQ_TPU Float,
13
DAQ_PFD Float,
14
DAQ_TFW Float,
15
DAQ_TRL Float,
16
DAQ_TRLs Float,
17
DAQ_RLP Float,
18
DAQ_TVL_A Float,
19
DAQ_TVLs_A Float,
20
DAQ_TRA Float,
21
DAQ_TBA Float,
22
DAQ_TBs_A Float,
23
DAQ_TVL_1 Float,
24
DAQ_TVL_2 Float,
25
DAQ_TVLs_1 Float,
26
DAQ_TVLs_2 Float,
27
DAQ_TR1 Float,
28
DAQ_TR2 Float,
29
DAQ_TB1 Float,
30
DAQ_TBs_1 Float,
31
DAQ_TVL_3 Float,
32
DAQ_TVL_4 Float,
33
DAQ_TVLs_3 Float,
34
DAQ_TVLs_4 Float,
35
DAQ_TR3 Float,
36
DAQ_TR4 Float,
37
DAQ_TB2 Float,
38
DAQ_TBs_2 Float,
39
DAQ_TVL_5 Float,
40
DAQ_TVL_6 Float,
41
DAQ_TVLs_5 Float,
42
DAQ_TVLs_6 Float,
43
DAQ_TR5 Float,
44
DAQ_TR6 Float,
45
DAQ_TB3 Float,
46
DAQ_TBs_3 Float,
47
DAQ_TRs_A Float,
48
DAQ_TRs_1 Float,
49
DAQ_TRs_2 Float,
50
DAQ_TRs_3 Float,
51
DAQ_TRs_4 Float,
52
DAQ_TRs_5 Float,
53
DAQ_TRs_6 Float,
54
DAQ_SZs Float,
55
DAQ_SZ Float,
56
DAQ_Foerdermenge Float,
57
DAQ_IEs Float,
58
DAQ_IRa Float,
59
DAQ_IAa Float,
60
DAQ_ISr Float,
61
DAQ_IRein Float,
62
DAQ_U_Lambda Float,
63
DAQ_SRmotor Float,
64
DAQ_SRpos Float,
65
DAQ_SRmode Float,
66
DAQ_KaskTKs_A Float,
67
DAQ_KaskTKs_B Float,
68
DAQ_KaskTKs_C Float,
69
DAQ_KaskTKs_D Float,
70
DAQ_KaskTK_A Float,
71
DAQ_KaskTK_B Float,
72
DAQ_KaskTK_C Float,
73
DAQ_KaskTK_D Float,
74
DAQ_UsePos Float,
75
DAQ_UseMots Float,
76
DAQ_UseMot Float,
77
DAQ_ZHK_A Float,
78
DAQ_ZHK_1 Float,
79
DAQ_ZHK_2 Float,
80
DAQ_ZHK_3 Float,
81
DAQ_ZHK_4 Float,
82
DAQ_ZHK_5 Float,
83
DAQ_ZHK_6 Float,
84
DAQ_ZB_A Float,
85
DAQ_ZB_1 Float,
86
DAQ_ZB_2 Float,
87
DAQ_ZB_3 Float,
88
DAQ_ZP Float,
89
DAQ_TPs Float,
90
DAQ_ModeFw Float,
91
DAQ_BSZEinschub Float,
92
DAQ_Verbrauch Float,
93
DAQ_ZFRA Float,
94
DAQ_ZFR1 Float,
95
DAQ_ZFR2 Float,
96
DAQ_ZFR3 Float,
97
DAQ_ZFR4 Float,
98
DAQ_ZFR5 Float,
99
DAQ_ZFR6 Float,
100
DAQ_ExtHKs Float,
101
DAQ_ExtHKs2 Float,
102
DAQ_ExtHKs3 Float,
103
DAQ_maxAnf Float,
104
DAQ_BSZ_LB_ENT Float,
105
DAQ_BSZ_ES_PEL Float,
106
DAQ_BSZ_ENTASCH Float,
107
DAQ_AnzahlSR Float,
108
DAQ_Lagerstand Float,
109
DAQ_KaskLZLeisMin_ Float,
110
DAQ_KaskLZLeisMax_ Float,
111
DAQ_KaskLZLeist_ Float,
112
DAQ_Leistung Float,
113
DAQ_KasEntaschFreigabe Float,
114
DAQ_I_Lambda Float,
115
DAQ_TRA_A Float,
116
DAQ_TRA_1 Float,
117
DAQ_TRA_2 Float,
118
DAQ_TRA_3 Float,
119
DAQ_TRA_4 Float,
120
DAQ_TRA_5 Float,
121
DAQ_TRA_6 Float,
122
DAQ_U_Lambdas Float,
123
DAQ_AnfHKR1 Float,
124
DAQ_AnfHKR2 Float,
125
DAQ_AnfHKR3 Float,
126
DAQ_AnfHKR4 Float,
127
DAQ_AnfHKR5 Float,
128
DAQ_AnfHKR6 Float,
129
DAQ_AnfHKR7 Float,
130
DAQ_AnfHKR8 Float,
131
DAQ_BSZ_STEUERUNG Float,
132
DAQ_BSZ_HEIZUNG Float,
133
DAQ_BSZ_ZUENDUNG Float,
134
DAQ_BSZ_SZ Float,
135
DAQ_BSZ_AUSTRAG Float,
136
DAQ_ReglerK Float,
137
DAQ_AUPs Float,
138
DAQ_AUP Float,
139
DAQ_IAUP Float,
140
DAQ_AnfHKR0 Float,
141
DAQ_AnfHKR9 Float,
142
DAQ_AnfHKR10 Float,
143
DAQ_AnfHKR11 Float,
144
DAQ_AnfHKR12 Float,
145
DAQ_AnfHKR13 Float,
146
DAQ_AnfHKR14 Float,
147
DAQ_AnfHKR15 Float,
148
DAQ_Spreizung Float,
149
DAQ_maxLeistP3FDU Float,
150
DAQ_TPMO Float,
151
DAQ_TPMU Float
152
);

von DomeG (Gast)


Lesenswert?

Hey Rupert,

Super, vielen Dank für die Infos. Ich habe auch seit einem Jahr eine 
Nano PK im Einsatz.
Habe einige Daten durch reverse-engineering herausgefunden aber eine 
richtige Doku ist natürlich Top!

Viele Grüße

von Rupert S. (rupert)


Lesenswert?

Ich bin daraufgekommen, dass die MOD-BUS Datenregisterangaben nicht jene 
sind, die von der NANO-PK gesendet werden.
Diese Daten habe ich ermitteln können - bisher:
Hargassner hat dazu noch keine Stellungnahme abgegeben.
Hast du auch andere Daten ermitteln können?
1
1: 'pm'
2
2: '7'      Betriebszustand
3
3: '8,3'    O2 ist  
4
4: '9'      O2 soll
5
5: '68,8'    Kesseltemperatur
6
6: '70'
7
7: '82,6'    Rauchgas ist
8
8: '27'      Rauchgas soll
9
9: '27'
10
10: '30'
11
11: '23,9'
12
12: '91'
13
13: '2'
14
14: '7'
15
15: '0'
16
16: '0'
17
17: '2'      Temp Aussen
18
18: '2'
19
19: '70,2'    Puffer oben
20
20: '-20'
21
21: '70,1'    Puffer mitte
22
22: '-20'
23
23: '43,8'    Puffer unten
24
24: '70'
25
25: '67,0'    Rücklauftemperatur ist
26
26: '65'    Rücklauftemperatur soll
27
27: '39'
28
28: '124,6'
29
29: '86,5'
30
30: '92'
31
31: '26'
32
32: '295'
33
33: '290'
34
34: '45'
35
35: '152'
36
36: '0'
37
37: '3183'    Schieberostbewegungen
38
38: '8,00'
39
39: '13,54'
40
40: '591'
41
41: '12'
42
42: '3'
43
43: '70'
44
44: '87'    Füllgrad Pellets
45
45: '30'
46
46: '11'
47
47: '0'
48
48: '15098'
49
49: '11067'    Pelletsverbrauch gesamt bisher
50
50: '3'
51
51: '0'
52
52: '-20'
53
53: '0'
54
54: '20'
55
55: '20'
56
56: '0'
57
57: '1'
58
58: '140'
59
59: '0'
60
60: '20'
61
61: '20'
62
62: '0'
63
63: '1'
64
64: '140'
65
65: '0'
66
66: '20'
67
67: '20'
68
68: '0'
69
69: '1'
70
70: '-20'
71
71: '0'
72
72: '20'
73
73: '20'
74
74: '0'
75
75: '1'
76
76: '-20'
77
77: '0'
78
78: '20'
79
79: '20'
80
80: '0'
81
81: '1'
82
82: '-20'
83
83: '0'
84
84: '20'
85
85: '20'
86
86: '0'
87
87: '1'
88
88: '-20'
89
89: '0'
90
90: '20'
91
91: '20'
92
92: '0'
93
93: '1'
94
94: '-20'
95
95: '0'
96
96: '0'
97
97: '69,8'
98
98: '0'
99
99: '0'
100
100: '-20'
101
101: '0'
102
102: '0'
103
103: '-20'
104
104: '0'
105
105: '0'
106
106: '0'
107
107: '0'
108
108: '0'
109
109: '0'
110
110: '0'
111
111: '0'
112
112: '0'
113
113: '0'
114
114: '0'
115
115: '0'
116
116: '0'
117
117: '0'
118
118: '0'
119
119: '0'
120
120: '0'
121
121: '0'
122
122: '0'
123
123: '0'
124
124: '0'
125
125: '0'
126
126: '140'
127
127: '-20'
128
128: '-20'
129
129: '-20'
130
130: '-20'
131
131: '-20'
132
132: '24173'
133
133: '-20'
134
134: '0'
135
135: '0'
136
136: '-20'
137
137: '0'
138
138: '20'
139
139: '20'
140
140: '0'
141
141: '20'
142
142: '1'
143
143: '000B'
144
144: '0021'    hat u.a. mit dem Befüllen des Pelletstbehälters zu tun 01A1 beim Befüllen
145
145: '0000'
146
146: '2000'
147
147: '0000'
148
148: '0160'
149
149: '0000'
150
150: '0000'

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.