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/src/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 >
