[RELEASE] OwnTracks for Hubitat Presence Detection

Andrew (the original OT author) is working through version 2.5.x which will do this automatically. Just don't know when he'll be ready to release it (looks like he was doing a bunch of changes under the hood).

2 Likes

He should just release it untested, like I do w/all my stuff. Release speed is always > quality, right? :wink: :rofl:

Yes, exactly! :joy: I haven't built that version for a bit, but in it's WIP state it wasn't the best to use though. He's made a ton of commits to it in the past week though.

2 Likes

Ah, thanks for that. I see the breadcrumbs... I assume there's no option to say, filter by date, to only show the crumbs left on Mon 23rd Jan, for example.

You'd need to install the OwnTracks Frontend as well. That allows you to filter down to the minute:
image

1 Like

Same. I use Apache82 so I don't need/want nginx. Looking for help to install frontend without using nginx.

It's a DNS issue
I put the IP of the owntracks recorder container

docker run -d --restart always --name=owntracks_ui -p 8082:80 -e SERVER_HOST=172.17.0.2 -e SERVER_PORT=8083 -e TZ=GMT owntracks/frontend

if you don't know the IP address of the container

docker network ls

then any bridged networks run this command till you find the owntracks recorder container

docker network inspect "NETWORK ID HERE"

1 Like

I tried that. I don't get any errors, but I also don't get any response at the web address? I get the recorder page at http://192.168.6.80:8083. When I goto http://192.168.6.80:8082 I get a page not found?

You could check docker logs for that container...maybe a clue there.

I think the format is docker logs [containernumber]

Did a minor release that allows you to change the device name prefix from "OwnTracks -" to whatever you'd like. Enter a single space in the box if you don't want any prefix's.

5 Likes

That seems to cause an error, now owntracks HE will not open:

Error: No signature of method: java.lang.String.stripLeading() is applicable for argument types: () values: [] Possible solutions: stripMargin(), stripIndent()

Oh shoot.. Give me a second....

Can you try to update again? Should be fixed.

C5 doesn't catch those errors.... sigh.

Nope same error. I think its stuck since I had already attempted to used the new option to omit the 'Owntracks - ' prefix for existing devices.

What is the link for manually updating the app code?

Ok, 3rd time's a charm as they say! This version should fix that.

@lpakula

I managed to crash the HE app and can't get back in. I'm getting an unexpected error trying to access it.

I entered configure regions, did nothing, and pressed Next (the button on the bottom right if it's not next) and that's all she wrote.

I can reinstall but would rather not if I don't have to.

Thanks


Well not sure if its before or after you posted this, but Nearly same time I tried HPM again and now its working.

1 Like

Can you do another update? @s1godfrey pointed out that there was this issue which should be fixed.

I missed that. All set. Thanks.