Giter Club home page Giter Club logo

Comments (7)

Supergiovane avatar Supergiovane commented on June 18, 2024 1

Please use the IP multicast address with knx routers.
Ip secure tunneling is not yet implemented.

from node-red-contrib-knx-ultimate.

DenisMir avatar DenisMir commented on June 18, 2024

I will give it a try and report back if it works.

from node-red-contrib-knx-ultimate.

Supergiovane avatar Supergiovane commented on June 18, 2024

Then please follow the FAQ and troubleshoot in the Wiki. Thanks.

from node-red-contrib-knx-ultimate.

DenisMir avatar DenisMir commented on June 18, 2024

Ok here we go:

15 Feb 20:10:53 - [info] knxUltimate: csv ETS found !
15 Feb 20:10:53 - [info] knxUltimate: Bind KNX Bus to interface : en0 (Interface's name selected from dropdown list)
[debug] 2020-02-15 19:10:53.691 initializing multicast connection to 224.0.23.12
15 Feb 20:10:53 - [info] Started flows
[debug] 2020-02-15 19:10:53.700 IpRoutingConnection 192.168.2.104:3671, adding membership for 224.0.23.12
[debug] 2020-02-15 19:10:53.701 useTunneling=false
[debug] 2020-02-15 19:10:53.701 --- Connected in ROUTING mode ---
[debug] 2020-02-15 19:10:53.701 (idle):	 zzzz...

Bildschirmfoto 2020-02-15 um 20 17 04

So the multicast address should be ok.

Bildschirmfoto 2020-02-15 um 20 17 22

The gateway config should be ok as well.

Bildschirmfoto 2020-02-15 um 20 18 07
Bildschirmfoto 2020-02-15 um 20 17 51

Writing should be fine as well.

Bildschirmfoto 2020-02-15 um 20 18 19

Bildschirmfoto 2020-02-15 um 20 22 24

And this is the listening part. It only receives the messages written by the ultimate node. But they do not reach the bus.

The log is full of:

[debug] 2020-02-15 19:22:41.125 Inbound multicast message from 192.168.2.114: 06100955002400000157ffa6008370400a11151df9a7f7ac8d801c8a667e001cee948073
[warn] 2020-02-15 19:22:41.125 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:22:53.781 Inbound multicast message from 192.168.2.114: 06100955002400000158314c008370400a11616068f9578c5d81f5a3bc179007bc10ae8e
[warn] 2020-02-15 19:22:53.781 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:22:53.782 Inbound multicast message from 192.168.2.114: 06100955002400000158314c008370400a11616068f9578c5d81f5a3bc179007bc10ae8e
[warn] 2020-02-15 19:22:53.782 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:22:53.782 Inbound multicast message from 192.168.2.114: 06100955002400000158314c008370400a11616068f9578c5d81f5a3bc179007bc10ae8e
[warn] 2020-02-15 19:22:53.782 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:22:53.782 Inbound multicast message from 192.168.2.114: 06100955002400000158314c008370400a11616068f9578c5d81f5a3bc179007bc10ae8e
[warn] 2020-02-15 19:22:53.782 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:05.084 Inbound multicast message from 192.168.2.114: 061009550024000001585d34008370400a1180bfcafe5967a648a2834ffba417261852de
[warn] 2020-02-15 19:23:05.084 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:05.085 Inbound multicast message from 192.168.2.114: 061009550024000001585d34008370400a1180bfcafe5967a648a2834ffba417261852de
[warn] 2020-02-15 19:23:05.085 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:05.085 Inbound multicast message from 192.168.2.114: 061009550024000001585d34008370400a1180bfcafe5967a648a2834ffba417261852de
[warn] 2020-02-15 19:23:05.085 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:05.085 Inbound multicast message from 192.168.2.114: 061009550024000001585d34008370400a1180bfcafe5967a648a2834ffba417261852de
[warn] 2020-02-15 19:23:05.085 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:16.553 Inbound multicast message from 192.168.2.114: 0610095500240000015889d0008370400a1172eab90046dd50a77f3080fa4691074fbf37
[warn] 2020-02-15 19:23:16.553 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:16.553 Inbound multicast message from 192.168.2.114: 0610095500240000015889d0008370400a1172eab90046dd50a77f3080fa4691074fbf37
[warn] 2020-02-15 19:23:16.553 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:16.553 Inbound multicast message from 192.168.2.114: 0610095500240000015889d0008370400a1172eab90046dd50a77f3080fa4691074fbf37
[warn] 2020-02-15 19:23:16.554 read KNXNetHeader: unhandled serviceType = undefined
[debug] 2020-02-15 19:23:16.554 Inbound multicast message from 192.168.2.114: 0610095500240000015889d0008370400a1172eab90046dd50a77f3080fa4691074fbf37
[warn] 2020-02-15 19:23:16.554 read KNXNetHeader: unhandled serviceType = undefined

Here is the setup of the router in the ETS:

Bildschirmfoto 2020-02-15 um 20 25 41
Bildschirmfoto 2020-02-15 um 20 31 14
Bildschirmfoto 2020-02-15 um 20 32 31

I am now disabling the secure feature since I can't find the error even after walking through all the FAQ and troubleshooting.

Or do you see any errors in my configuration?

from node-red-contrib-knx-ultimate.

Supergiovane avatar Supergiovane commented on June 18, 2024

No, all seems ok.
Please try also to:
Telegramweiterleitung: set all to not to filter. Allow all to pass, on every router configuration page.

from node-red-contrib-knx-ultimate.

DenisMir avatar DenisMir commented on June 18, 2024

Ok after some testing I am sure that it doesn't work with a secure configured router. Even without filtering it doesn't work at all.

When switching to non secure and disabling the filtering everything does work as expected.

from node-red-contrib-knx-ultimate.

Supergiovane avatar Supergiovane commented on June 18, 2024

Hi Denis
Yes it makes sense.
I also have an enertex ip secure router, that works only if set to unsecure.
My nodered has two eth cards, one connected directly to the knx router and the other wto the lan, on two differents subnets. So i have no problem with possible hacking, being the knx router not connected to lan at all.

About filtering, you can set the config-node to use an address allowed to send/receive telegrams.

from node-red-contrib-knx-ultimate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.