Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPSLogger does not respond to commands sent by Tasker #1195

Open
AndVos opened this issue Jan 31, 2025 · 1 comment
Open

GPSLogger does not respond to commands sent by Tasker #1195

AndVos opened this issue Jan 31, 2025 · 1 comment

Comments

@AndVos
Copy link

AndVos commented Jan 31, 2025

Hello,
I want to switch profiles with Tasker when I enter/leave my Wifi-Area,
Tasker works fine an switches forth and back but GPSLogger does not change the profile.
My Tasker export:

Profil: GPSLogger
Status: Nicht WiFi Verbunden [ SSID:* MAC:* IP:* Aktiv:Beliebig ]

Eingang Aufgabe: Unterwegs

A1: Sende Intent [
     Aktion: com.mendhak.gpslogger.TASKER_COMMAND
     Typ: None
     Extra: switchprofile:Unterwegs
     Paket: com.mendhak.gpslogger
     Klasse: com.mendhak.gpslogger.TaskerReceiver
     Ziel: Broadcast Receiver ]



Ausgang Aufgabe: Drinnen

A1: Sende Intent [
     Aktion: com.mendhak.gpslogger.TASKER_COMMAND
     Typ: None
     Extra: switchprofile:Drinnen
     Paket: com.mendhak.gpslogger
     Klasse: com.mendhak.gpslogger.TaskerReceiver
     Ziel: Broadcast Receiver ]

What might be wrong?

Greetings,
Andreas

@BillTheGoat
Copy link
Contributor

Did you test your task from the task pane in Tasker, by running it manually at the bottom of the screen? If it works there, this is 100% a Tasker problem.

I just went through this for my car bluetooth, and I could not get Tasker to properly activate the task using event every time, I had to use state in my profile. I think you are using state (status in the German translation), but Tasker is a bit buggy it seems.

My tasks are set up the same way as yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants