Commit Graph
24 Commits
Author SHA1 Message Date
Jan-Piet Mens 6071384acd rip out WIP images/ in favor of inline image data in a POI location publish 2024-12-14 11:03:11 +01:00
Jan-Piet Mens 750726b567 WIP: store photos taken in app and transmitted to Recorder
addresses https://github.com/owntracks/recorder/issues/509
2024-11-26 19:28:28 +01:00
Jan-Piet Mens 0be22243ff remove mentions of Greenwich devices 2024-07-30 19:10:38 +02:00
Nick Walker d5216eba96 Make putrec hook also decide whether last and websocket receive a message
Current hook just governs whether the record is written, but this means that the `last` file
and the live websocket would still be updated with data that the user decided to filter. Now
we use the hook to skip those steps as well.
Update HOOKS.md to note the functionality change
2024-03-30 20:33:45 -07:00
Jan-Piet Mens 99c3e26280 fix wrong statement 2024-02-05 21:25:48 +01:00
Jan-Piet Mens 421cd5b944 clarify and add a Lua http->mqtt republisher 2024-01-28 14:04:21 +01:00
Ed FreyfogleandGitHub efb144efc5 update various OpenCage URLs
OpenCage URL format changed
2019-08-01 22:34:09 +02:00
Jan-Piet Mens 7829e5a7bd note historic value only
addresses https://github.com/owntracks/recorderd/issues/19
2018-09-04 16:49:17 +02:00
Ed FreyfogleandGitHub bb4f32bc88 fix link to OpenCage Lua script 2018-05-04 09:52:28 +02:00
Jan-Piet Mens 8d36de816a Fully support OpenCage as a reverse geocoder
closes #234
	addresses #202
	addresses #233
2018-05-04 09:34:02 +02:00
Jan-Piet Mens bb0968b59f Support for OpenCage via Lua
addresses #202
2018-05-03 15:52:29 +02:00
Jan-Piet Mens a00e64fb18 configurable Lua revgeo name 2017-05-17 13:00:12 +02:00
Jan-Piet Mens 86589f5e25 support for reverse-geo lookups from Lua
closes #149
2017-05-17 10:40:16 +02:00
Jan-Piet Mens cbeea108ab support global geofence store
closes #178
2017-05-17 09:03:13 +02:00
Jan-Piet Mens 73b19bc524 add dist to geofence report
closes #172
2016-12-10 17:50:55 +01:00
Jan-Piet Mens 8e6ecb3f41 elaborate 2016-12-08 18:37:44 +01:00
Jan-Piet Mens e1cd5c39e7 geofences now use correct topic and enhanced payload as per Booklet for transition events 2016-12-08 18:07:15 +01:00
Jan-Piet Mens 491a8f6f20 NEW: support for geo fences (waypoints)
WARNING: you must run --initialize to create the new sub db
  see documentation in doc/FENCES.md
2016-12-07 19:40:59 +01:00
Jan-Piet Mens bfdae39eaa REC files now use tst from JSON payload as timestamp
note that messages which do not contain a tst (e.g CARD) will be stored with now (time(0))
  the tst in the location message payload is also used for the REC filename

	closes #133
2016-10-30 19:48:31 +01:00
Jan-Piet Mens fb9fef50c8 a bit of auth 2016-10-30 19:31:49 +01:00
Jan-Piet Mens c805d9c306 add example for otr.publish() 2016-09-07 12:39:40 +02:00
Jan-Piet Mens 0a50e51916 NEW: otr_publish() from Lua reuses Recorder's authenticated, TLS-enabled MQTT connection
closes #140
2016-09-06 15:40:41 +02:00
Alex Jordan b4777290f6 Split out "Storage" and "Design decisions"
These are useful but don't really need to be in the README, which is
long enough as it is.
2016-08-17 13:10:06 -04:00
Alex Jordan 71b2dd4cfa Move HOOKS.md into a doc/ directory 2016-08-17 13:07:08 -04:00