Łukasz Dywicki

Results 206 comments of Łukasz Dywicki

In principle you need following: 1) To wait for ready marker ```java import org.openhab.core.service.ReadyMarker; import org.openhab.core.service.ReadyMarkerFilter; import org.openhab.core.service.ReadyService; import org.openhab.core.service.ReadyService.ReadyTracker; ReadyService readyService = ...; readyService.registerTracker(new ReadyTracker() { @Override public void...

@reschke I intended to do some work around junit 5 support and relatives, however ended up not doing so yet. Mean while other project where I worked with where I...

FYI, I've extracted some of the code from that repository into separate repository. I made also an attempt to separate container handling from customization (what we know as exam options)...

I did have a look on some of JUnit 5 APIs and made over Christmas some experiments to see how hard it is to bring a new extension. It turns...

> > Question is - how far are changes expected to come with exam 5 > > I must confess that I think Exam5 is nearly dead and will most...

Hard to say, I am currently busy looking for next project. While I would like to commit some time to wrapper, I have to prioritize must over fun. :/

Sadly, no changes in this area. I am transitioning to work a bit on [apache/plc4x](https://github.com/apache/plc4x) and its OPC-UA capabilities for couple of weeks. There are no changes in situation since...

Hello @qaqRose, it doesn’t have to be like that. I believe that we can introduce/configure text encoding in library to avoid this issue.

It boils down to this code I suppose: MangoAutomation/BACnet4J#55, note - it can be addressed above bacnet4j by post-re-processing `CharacterString`. Can you please provide me a byte representation of string...

I've made basic test with byte representation of your text and it doesn't match. The device side encoding is probably wrong or not in line with UTF-8. At least for...