Hi Gisle,

so I managed to finish my work stuff … taking this back to the mailinglist …

Admittedly I have so far mostly used the KNX driver to read and observe what’s 
going on on the KNX bus. However, I did do some light on and off switching via 
software, but that’s been almost 2 years ago. I would assume a lot has changed.

One thing I usually do, if “nothing happens” … I have a look what’s happening 
in Wireshark. This way we can narrow down the problem. Is nothing going out or 
it nothing we are waiting for coming back in?

I would suggest to try that first. Then we can continue tracking down the issue.

Chris


From: Gisle Austefjord <[email protected]>
Sent: Freitag, 18. März 2022 16:53
To: Christofer Dutz <[email protected]>
Subject: Re: KNX Ets5Parser

Hi.

No problem. I just sent it to you, maybe I misunderstood, but I thought that 
you were the only one working on this.

See what you can manage, and if not, we can have a look at it after your 
vacation. No problem.

Enjoy your Friday and have a safe trip. :)

Best regards
Gisle Austefjord
+4792247863


fre. 18. mar. 2022 kl. 16:15 skrev Christofer Dutz 
<[email protected]<mailto:[email protected]>>:
Hi Gisle,

I’m so terribly sorry I forgot to follow up on this … please excuse me. The 
last month has been just crazy.
I’ll try to finish what I’m currently working on and hopefully will be able to 
help you … however if I don’t make it, I’ll have to postpone it by another week 
as I’m going on vacation tonight.

Did you post this to the dev mailinglist or just to me? That would explain why 
nobody else reacted.

Chris


From: Gisle Austefjord <[email protected]<mailto:[email protected]>>
Sent: Freitag, 18. März 2022 14:37
To: Christofer Dutz 
<[email protected]<mailto:[email protected]>>
Subject: Re: KNX Ets5Parser

Hi

Could you please help me with my problem of sending events to the knx-bus. See 
mail below.

Best regards
Gisle Austefjord
+4792247863


man. 14. feb. 2022 kl. 23:40 skrev Gisle Austefjord 
<[email protected]<mailto:[email protected]>>:
Hi

That looks better. Now it shows all information from an event.

But I'm still out of luck when it comes to writing events.

I have tried this.

PlcWriteRequest.Builder builder = knxConnection.writeRequestBuilder();

builder.addItem("Light living room", "0/0/41", false);

PlcWriteRequest writeRequest = builder.build();

CompletableFuture<? extends PlcWriteResponse> asyncResponse = 
writeRequest.execute();
asyncResponse.whenComplete((response, throwable) -> {
    if (response != null) {
        LOGGER.info(JsonUtil.toJson(response));
    }
    if (throwable != null) {
        LOGGER.info(JsonUtil.toJson(throwable));
    }
});

But nothing happens. I'm guessing it is with this line "builder.addItem("Light 
living room", "0/0/41", false);", but I cannot figure out what to send.

Do you have an example where you set ON/OFF and a dim-value?

Mvh
Gisle Austefjord
92247863


søn. 13. feb. 2022 kl. 21:04 skrev Christofer Dutz 
<[email protected]<mailto:[email protected]>>:
It's 0.10.0-SNAPSHOT

Holen Sie sich Outlook für Android<https://aka.ms/AAb9ysg>
________________________________
From: Gisle Austefjord <[email protected]<mailto:[email protected]>>
Sent: Sunday, February 13, 2022 8:30:21 PM
To: Christofer Dutz 
<[email protected]<mailto:[email protected]>>
Subject: Re: KNX Ets5Parser

Hi, Tried to use 0.9.1-SNAPSHOT, but git can't find it. Used this guide: 
https://plc4x.apache.org/users/getting-started/using-snapshots.html

Is it merged?

Mvh
Gisle Austefjord
92247863


fre. 11. feb. 2022 kl. 14:36 skrev Christofer Dutz 
<[email protected]<mailto:[email protected]>>:
Hi Gisle,

Are you using the latest SNAPSHOT version or the latest released Version?
Cause I noticed this problem too and found out there was a problem in the 
parser, which I fixed.

If you haven't been using the latest SNAPSHOT, please try using that.

Chris

-----Original Message-----
From: Gisle Austefjord <[email protected]<mailto:[email protected]>>
Sent: Freitag, 11. Februar 2022 14:13
To: [email protected]<mailto:[email protected]>
Subject: Re: KNX Ets5Parser

Hi

Nice, I would be happy to help you test if you need Darren.

I renamed my folder to "P-05CD'' and that helped a little bit, but it is not 
matching the value types from KnxDatapointType.java. So I end up with a list of 
groupAdresses, but all of them are missing Type.
When you have fixed the folder name case, can you see if you also experience 
the same, Darren?

Mvh
Gisle Austefjord
92247863


fre. 11. feb. 2022 kl. 13:12 skrev Christofer Dutz <
[email protected]<mailto:[email protected]>>:

> Argh :-)
>
> Guess covid hasn't left my brain completely yet ;-)
>
> Just noticed it was you: Darren who responded ... sorry for the confusion.
>
> Chris
>
> -----Original Message-----
> From: Christofer Dutz 
> <[email protected]<mailto:[email protected]>>
> Sent: Freitag, 11. Februar 2022 12:39
> To: [email protected]<mailto:[email protected]>
> Subject: RE: KNX Ets5Parser
>
> That would be super-awesome :-)
>
> I think Darren probably doesn't mind as I think he was already on
> something regarding our not correct decoding of 16-bit floating point
> values.
>
> Chris
>
> -----Original Message-----
> From: Darren Everley 
> <[email protected]<mailto:[email protected]>>
> Sent: Freitag, 11. Februar 2022 12:36
> To: [email protected]<mailto:[email protected]>
> Subject: Re: KNX Ets5Parser
>
> Hi All,
>
> Sounds like the perfect job for me to dip my toes in, so I'll take
> this one on.
>
> If that's ok with everyone?
>
> Darren
>
> On Fri, Feb 11, 2022 at 11:34 AM Christofer Dutz <
> [email protected]<mailto:[email protected]>>
> wrote:
>
> > Hi Gisle,
> >
> > thanks for that input ... well at least that would be an explanation
> > :-) Darren already reported that in his case the name is different.
> > When I initially created the Parser, I didn't have the knxproj
> > format description, so I built it based on the only project I had: My House.
> >
> > So, I guess in addition to my work from yesterday we need to make
> > this name dynamic.
> >
> > Anyone feel like taking on this? Shouldn't be too difficult and it's
> > certainly in this file:
> >
> > https://github.com/apache/plc4x/blob/develop/plc4j/drivers/knxnetip/
> > sr c/main/java/org/apache/plc4x/java/knxnetip/ets5/Ets5Parser.java
> >
> > So ... who wants to do this? ;-)
> >
> > Chris
> >
> >
> > -----Original Message-----
> > From: Gisle Austefjord <[email protected]<mailto:[email protected]>>
> > Sent: Freitag, 11. Februar 2022 11:17
> > To: [email protected]<mailto:[email protected]>
> > Subject: Re: KNX Ets5Parser
> >
> > Hi Chris and Darren
> >
> > Sorry for sneaking in from the side, but I tried to load my knxproj
> > file(exported from ets5). It won't accept my folder because the code
> > is looking for a folder named "P-05CD". I don't have the P-05CD
> > folder, I have a folder named P-05C5. I found some documentation
> > from ETS that says this folder will get its name based on the
> > project name in ETS. It will always get "P-" in front and then 4
> > digits based on
> project name.
> >
> > Wasn't able to find the documentation now. I can have a look later
> > if you want.
> >
> > I sent an email about this some weeks ago, but did not hear anything
> > after that.
> >
> > Mvh
> > Gisle Austefjord
> > 92247863
> >
> >
> > tor. 10. feb. 2022 kl. 14:33 skrev Christofer Dutz <
> > [email protected]<mailto:[email protected]>>:
> >
> > > Ok ... something more I found out ...
> > >
> > > It's not just a zip ... the thing is that the project information
> > > is in an encrypted archive inside the unencrypted one.
> > > So, I guess what happened, was that I set a project password for
> > > my project and as soon as I did that if creates the encrypted
> > > archive
> > inside.
> > >
> > > Chris
> > >
> > > -----Original Message-----
> > > From: Christofer Dutz 
> > > <[email protected]<mailto:[email protected]>>
> > > Sent: Donnerstag, 10. Februar 2022 12:17
> > > To: [email protected]<mailto:[email protected]>
> > > Subject: RE: KNX 16-bit Floating Points
> > >
> > > Hi Darren (sorry for the single "r" in my last message)
> > >
> > > I just tried using my ets5 knxproj file and I couldn't use it anymore.
> > > A quick look showed that the directory P-05CD is now a zip file
> > > inside a zip file.
> > >
> > > I also decided to upgrade my ETS5 to ETS6 (Happy that in this case
> > > I still have both installations on my system).
> > >
> > > So, I imported my ets5 project into ets6 and did an export of that
> > > again and compared the two. They generally were identical.
> > >
> > > Perhaps this change to "zipping" occurred on one of the more
> > > recent updates. Gotta check my historic versions of my knxproj.
> > >
> > > So perhaps this is really not a ETS5 vs ETS6 thing, but a "check
> > > if P-05CD is a file or a directory" thing.
> > >
> > >
> > > Chris
> > >
> > > -----Original Message-----
> > > From: Christofer Dutz 
> > > <[email protected]<mailto:[email protected]>>
> > > Sent: Donnerstag, 10. Februar 2022 11:05
> > > To: [email protected]<mailto:[email protected]>
> > > Subject: RE: KNX 16-bit Floating Points
> > >
> > > Hi Daren,
> > >
> > > Unfortunately, all except the xml file got stripped. Could you
> > > please send me that email directly?
> > >
> > > And for the others: We just had a small Zoom session, it looks as
> > > if Darren has some KNX devices from ABB, which seem to be not
> > > using the 16-bit floating point format described in the KNX spec
> > > and we’ll be trying to find out what’s going on here.
> > >
> > > Chris
> > >
> > > From: Darren Everley 
> > > <[email protected]<mailto:[email protected]>>
> > > Sent: Donnerstag, 10. Februar 2022 11:01
> > > To: Christofer Dutz 
> > > <[email protected]<mailto:[email protected]>>
> > > Cc: [email protected]<mailto:[email protected]>
> > > Subject: KNX 16-bit Floating Points
> > >
> > > Hi Chris,
> > >
> > > Thanks for your time earlier.
> > >
> > > Attached to this email are a screenshot of ETS6 showing the
> > > decoding, and bus capture of an interested data point.
> > >
> > > I'll get an ETS6 sample project over to you shortly.
> > >
> > > All the best
> > >
> > > Darren
> > >
> >
>
>
> --
> *Darren Everley - Director*
>
> *Email: 
> *[email protected]<mailto:[email protected]> *| 
> Mobile:* 07891405262 *|
> Website:*  www.xeropoint.co.uk<http://www.xeropoint.co.uk>
> *Company: *Xeropoint Ltd. Registered in England and Wales. 11101907
> *Address:* Henleaze House, Harbury Road, Bristol, BS9 4PN
>

Reply via email to