2024年12月4日星期三 上午1:29:49

Track Home/Away Status for Your Household Using Their Smart Phones GPSLogger app

2 年 前
#3831 引用
Track Home/Away Status for Your Household Using Their Smart Phones GPSLogger app

是只用GPSLogger应用程序的自动回报功能与HA连接,不需要使用Tasker


Useful links

HomeAssistant+GPSLogger实现手机位置定位
https://netheroone.cn/archives/ec3bcbbf.html
0
2 年 前
#4824 引用
Owner tracks

owntracks

https://www.home-assistant.io/integrations/owntracks/

Owntrack的优势是可以直接内置蓝牙ibeacon,缺点是熄屏断线要手动重连
0
2 年 前
#5943 引用
HomeAssistant端设置-Created configuration for GPSLogger Webhook

使用GPSLogger,必须在HomeAssistant端添加相对应的集成

根据提示进行添加后,记录添加后显示的网址,例如:http://192.168.3.174:8123/api/webhook/e132ee5d5cf8833e8afe842174351e8199e870a1b52d7f792f9a3fa46da6b843


Success!

To send events to Home Assistant, you will need to setup the webhook feature in GPSLogger.

Fill in the following info:

URL: https://your.domain.com/api/webhook/b0cea16255834cc27a5a4773ff6813f9de51c2b
Method: POST
See the documentation for further details.

Created configuration for GPSLogger Webhook.
0
1 年 前
#20161 引用

.storage/core.config_entries

{
        "entry_id": "161240ce92ca408dd8cf96901b1e7278",
        "version": 1,
        "domain": "gpslogger",
        "title": "GPSLogger Webhook",
        "data": {
          "webhook_id": "b0cea16d2ce51c2b",
          "cloudhook": false
        },
        "options": {},
        "pref_disable_new_entities": false,
        "pref_disable_polling": false,
        "source": "user",
        "unique_id": null,
        "disabled_by": null
      }
0
1 年 前
#20162 引用


[url]APP下载:https://github.com/mendhak/gpslogger/releases/download/v89/gpslogger-89.apk[/url]
0