I'm using the gpslogger integration and have generated a configuration webhook and used this for a device that's allways on the move.
Now I'd like to use this for other purposes like my own phone for tracking, but It seems like I need to use the same config for all entities with different device names, but for the life of me I cant find the config data anywhere and the device is in another country so retrieving that to find the settings is also not possible.
Creating a new config would possibly workn vut then the out of country device will stop tracking and I'm not planning on going there in the next couple of months...
Any good suggestions on how I might possibly find this data so I can use it on other devices ?
#how can I find my gpslogger webhook data ?
1 messages · Page 1 of 1 (latest)
post what you generated
thats just it, I didnt copy it anywhere so its only on the one device that's out of country
and inside of home assistant I cant seem to find the webhook data anywhere
it's going to be in an automation
there should also be a configuration in some other software that's serving up the webhook
Im using nodered for my automations and so my automations inside HA is completely empty
then you have a node red automation doing it
I dont believe so ? its just the integration that provided the webhook api data, I filled those into the gpslogger app on the smartphone thats out of country and it sends gps updates every x seconds
i did not do anything in nodered to make it work 🤷♂️
there's something somewhere configured to send information to HA
it's not going to magically work without a setup somewhere
I'm not sure how we can help you without having the existing configuration from whatever software youre using to generate the webhook, or without an automation that uses said webhook
let me recap.. I have the gpslogger integration that sets up a webhook config
I then entered the data I was given into the mobile android device running the gpslogger application and now the device is using the webhook data to send gps data from the app to HA.
There is no mention of the webhook in automations anywhere since it was setup with the integration.
Right, so then what's the problem, you have to follow that process again
- Install GPSLogger for Android from GitHub or F-Droid on your device.
- To configure GPSLogger, you must set it up via the integrations panel in the configuration screen. This will give you the webhook URL to use during mobile device configuration (below).
If you're using webhooks outside the GPSLogger integration, you'd be providing a webhook to HA and you'd be triggering off an automation.
Then you have to go the automation route
the device seperation is done within the data that is returned to HA in http body data
I'll see if I can somehow get my hands on the data that i used for the device...
was expecting to be able to retrieve this info since I have full acces to HA
seems weird that this isnt stored anywhere
what info? it's not going to be the same webhook
different device, different webhook_id
I think so, since the device seperation is being done using the http body data using the same webhook ??? see the integration page
"You can change the device_id of your phone by replacing &device=%SER with &device=SOME_DEVICE_ID, otherwise your phone’s serial number will be used."
So you're just looking for your current webhook information to put into the other apps?
yes
config/.storage/config_entries will likely have that info
AHA ! found it I think !!! thank you !
was doing searches in the whole of HA but due to the "." in front of the folder name it wasnt being included in the search .. 🚫
Yes, that's normal. . on a folder means "hidden folder" on linux
I know, but didnt consider it.. thanks again !