Andrew Rowson

Results 235 comments of Andrew Rowson

`MessageUnknown` means that it can't parse the message that it's receiving from the endpoint. I'll need to have a look and see if I can reproduce this with HA specifically,...

If HA isn't showing it as a device, then that's a smell that the location messages from your device aren't even making it to HA. Have you double-checked the configured...

Added a JSON.stringified version of the context to the output.

i have done some digging. Will try and update this as I go. The issue seems to be that `interfaceNameSize` should not be 20. On my test system, it seems...

Post your PR (thanks!), this seems to work now for me in HTTP mode? As in, a recorder instance that has a user with a card sends that card out...

@wir3z I did some re-basing to put this into the next release, but don't think I can push to your branch. Could you permission me write access to `features` and...

I had this issue with a `LoadBalancer` service, but discovered that it was because I actually had two services which both had the `external-dns.alpha.kubernetes.io/hostname` set to the same value, and...

Yep. See https://app.circleci.com/pipelines/github/owntracks/android/1558/workflows/1a5c499c-e269-4cbc-9e01-5948cd82691c/jobs/5474

Do you have debug logging enabled? If so, do you see a `On demand location request` debug log entry shortly after the `Received incoming message` message?

Huh. So it's asking for, and receiving a location. The only thing that would prevent a location being published at that point is this conditional: https://github.com/owntracks/android/blob/47ffad433e6cb91390170a81505a37e8e6627a51/project/app/src/main/java/org/owntracks/android/services/BackgroundService.java#L513-L525 So it looks like...