PS: you can force the install by typing npm install node-red-contrib-knx-ultimate from a command prompt. CD into your user/ .node-red folder first.
Ankündigung
Einklappen
Keine Ankündigung bisher.
KNX node for node-red
Einklappen
X
-
Hi,
ich bin so frei und schreibe mein Anliegen besser mal in Deutsch. :-) Noch dazu muss ich sagen das ich absoluter Anfänger bin was Node Red angeht, aber es läuft schon mal.
Jedoch habe ich beim importieren meiner CSV ein kleines Problem. ich bekomme nach dem deoply einige Fehlermeldungen mit folgendem Inhalt:
"KNXUltimate-config: WARNING IMPORT OF ETS CSV FILE. Datapoint not set. You choosed to skip -> OG Heizung Bad Betriebsartvorwahl 3/3/5"
Der Aufruf und die Einbindung der GA funzt perfekt.
Vielleicht hat der ein oder andere einen Tipp für den Blutigen Anfänger. 😉
Vielen Dank und einen schönen Sonntag
Andreas
Kommentar
-
Gaizi
Du hast GAs dabei, für die Du in der ETS keinen Datentyp definiert hast, daher kann knxUltimate nicht prüfen welche Daten von/nach KNX gehen. Man kann das zwar ignorieren, aber generell sollte man ohnehin in ETS den Datentyp festlegen (nochmaligen Export und dann Import in knxUltimate nicht vergessen ;-) )
Kommentar
-
Zitat von Gaizi Beitrag anzeigenHi,
ich bin so frei und schreibe mein Anliegen besser mal in Deutsch. :-) Noch dazu muss ich sagen das ich absoluter Anfänger bin was Node Red angeht, aber es läuft schon mal.
Jedoch habe ich beim importieren meiner CSV ein kleines Problem. ich bekomme nach dem deoply einige Fehlermeldungen mit folgendem Inhalt:
"KNXUltimate-config: WARNING IMPORT OF ETS CSV FILE. Datapoint not set. You choosed to skip -> OG Heizung Bad Betriebsartvorwahl 3/3/5"
Der Aufruf und die Einbindung der GA funzt perfekt.
Vielleicht hat der ein oder andere einen Tipp für den Blutigen Anfänger. 😉
Vielen Dank und einen schönen Sonntag
Andreas
please remember to always set the datapoint in ETS. This is mandatory also for other visu application/devices.
You can export it either as ESF or CSV file. KNX-Ultimate supports importing both types.
Otherwise, ignore the warning messages and live long and prosper.
Kommentar
-
Hi,
super, vielen Dank für Eure Antworten!
In diesem Projekt sind in der tat nicht alle Datentypen hinterlegt. Ich dachte, ich mache mir die Ignorierfunktion zur nutze, nur die arbeitet auch nicht 100% 😆
Die Exportfunktion ist in der tat immer so ne Sache...
Dann werde ich das ganze mal abändern und testen.
Die Kombi zwischen KNX und Node Red finde ich persönlich ziemlich cool und funktioniert 1a. good job Max :-)
Vielen Dank für Eure Hilfe
Andreas
- Likes 1
Kommentar
-
ICH BENOETIGE DEINE HILFE
KNX-Secure mit knx-ultimate für Node-Red.
I’m developing knx-secure for node-red-contrib-knx-ultimate node.
I need to buy a secure knx router and some other stuffs, to be able to go on with programming and testing.
If you find my work useful, you can either donate some money to my Paypal account https://paypal.me/techtoday or, if you’re a manufacturer, a shop etc.. (in that case i’ll thank by mentioning you on the knx-ultimate web page) just send me a secure knx router (it must be a knx router, allowing both multicast and tunneling connection).
Thanks for your efforts!
- Likes 2
Kommentar
-
Zitat von TheMax74 Beitrag anzeigenICH BENOETIGE DEINE HILFE
KNX-Secure mit knx-ultimate für Node-Red.
Many greetings.
Frank
Kommentar
-
TheMax74
First of all I would like to thank you for your big effort to this nodes.
I have started to play around a little bit (currently only emulated) and maybe I found a little problem.
The emulation part of my test flow just sends a true by injection to KNX device with state datatype (1.011)
The KNX device which has subscribed to that address immediately gets this event and starts the connected nodes.
In my case this is a debug node and a mqtt output node.
I have overridden the topic in my receiving KNX device and I normally expect that this topic is sent via msg.topic to my mqtt ouput node.
But it seems like that the original group address is tasken as topic, regardless if there I change the topic in the device or not.
Do I make something wrong here?You do not have permission to view this gallery.
This gallery has 2 photos.
Kommentar
-
Ok, found it.
In Emulation mode, the topic is always the group address, for the reason that the gateway node is "simulating" the entire KNX BUS.
This doesn't happen if you're connected to a real KNX BUS.
I'm looking what i can do to address this glitch and let you know.
Kommentar
Kommentar