Jacob Laursen

Results 226 comments of Jacob Laursen

> PS in my App there is an option 'Receive Early Access Updates' (Opt in to receive early access to firmware updates before official release) ... however I am extremely...

Btw, in the linked thread a port scan was made, and port 443 wasn't open.

> @andrewfg @jlaur Hi, I wanted to introduce myself. I am the product architect for Gen3 can provide some unofficial guidance and support for this integration. Cheers and Code On!...

@andrewfg - great that you are getting started. I didn't have time since our meeting to reflect much about the approach, except some initial thoughts. Collaboration: - If you are...

@lujop - are you still interested in a review?

See also #13050. It seems we have two overlapping bindings, i.e. using the same API.

I have now been able to verify that this request indeed does start position tracking: `POST /api/v1/alms/xxxxxxx/requestPosition?count=10&interval=6` Also, **longpoll** mentioned above has been confirmed to work in the way that...

@BillGOH - if you are interested, you can give latest version a try: https://ci.openhab.org/job/openHAB-Addons/lastSuccessfulBuild/artifact/bundles/org.openhab.binding.boschindego/target/org.openhab.binding.boschindego-3.4.0-SNAPSHOT.jar It includes #13192 as well as #13179. The first of these has a significant fix for...

Most of the findings were addressed in #13192, but what still remains: - **longpoll** support which will dramatically reduce the number of needed calls, and at the same time provider...

Small status update: I'm struggling with Jetty and longpoll. After five minutes of waiting for HTTP GET, an `EOFException` is thrown. What I have tried to far: - Use custom...