-
First install went well.
2 contact sensors detected and working 100%
1 motion sensor detected but not detecting motion.
...
I had created a full backup just before installing WyzeSense so I went …
-
I run a Mosquitto MQTT docker container on a NAS, with the following settings:
```
persistence true
persistence_location /mosquitto/data/
log_dest file /mosquitto/log/mosquitto.log
log_timestam…
-
Hey 👋
I've gone through and followed the [quicksetup booklet](https://owntracks.org/booklet/guide/quicksetup/) and run the `.bootstrap`, which resulted in no errors. All of the expected services a…
-
Hi just getting started with owntracks and enjoying it alot so far. I have the app installed on my iphone. One thing that I cannot find or understand is how to remove a "POI" once I have created one?…
-
In `manifest.toml` https://github.com/owntracks/frontend is used as upstream. However, as I understand it this only provides an andvanced interface compared to https://github.com/owntracks/recorder. S…
-
If you select a period of time that is already a long time ago, the loading time is extended by the fact that the program immediately loads all data. Even before the user confirms the specified period…
-
When a device with very bad network loses connection the location messages will get queued, and trying to send those later may result them in arriving out of order.
The messages have a timestamp, b…
-
Hi!
First: this isn't and Issues of the "ot-recorded" but I don't know where post and I though that ot-recorded is the base of this service.
My goals:
1. replace Google Maps with OwnTracks by imp…
-
Recently, I discovered that the memory usage of the recorder grows considerably when using views. I have a few views and when viewing them and reloading the browser a few times, memory usage can grow …
tobru updated
5 months ago
-
Code I am using for my Docker server:
```
version: '3.5'
services:
owntracks-recorder:
restart: always
image: owntracks/recorder
volumes:
- C:\Users\User\Desktop\OwnTrack…