Hello all, I've just created a github pull request for the dynamic ETS/KNX project filename parser.
https://github.com/apache/plc4x/pull/321 Darren On Fri, Feb 11, 2022 at 2:47 PM Gisle Austefjord <[email protected]> wrote: > I used the latest release version. Then I will test the SNAPSHOT later > this evening, and tell you how it went. > Thanks :) > > Mvh > Gisle Austefjord > 92247863 > > > fre. 11. feb. 2022 kl. 14:36 skrev Christofer Dutz < > [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]> > > Sent: Freitag, 11. Februar 2022 14:13 > > To: [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]>: > > > > > 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]> > > > Sent: Freitag, 11. Februar 2022 12:39 > > > To: [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]> > > > Sent: Freitag, 11. Februar 2022 12:36 > > > To: [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]> > > > 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]> > > > > Sent: Freitag, 11. Februar 2022 11:17 > > > > To: [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]>: > > > > > > > > > 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]> > > > > > Sent: Donnerstag, 10. Februar 2022 12:17 > > > > > To: [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]> > > > > > Sent: Donnerstag, 10. Februar 2022 11:05 > > > > > To: [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]> > > > > > Sent: Donnerstag, 10. Februar 2022 11:01 > > > > > To: Christofer Dutz <[email protected]> > > > > > Cc: [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] *| Mobile:* 07891405262 *| > > > Website:* www.xeropoint.co.uk > > > *Company: *Xeropoint Ltd. Registered in England and Wales. 11101907 > > > *Address:* Henleaze House, Harbury Road, Bristol, BS9 4PN > > > > > > -- *Darren Everley - Director* *Email: *[email protected] *| Mobile:* 07891405262 *| Website:* www.xeropoint.co.uk *Company: *Xeropoint Ltd. Registered in England and Wales. 11101907 *Address:* Henleaze House, Harbury Road, Bristol, BS9 4PN
