<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Tasker intents - Torque main forum				            </title>
            <link>https://torque-bhp.com/community/main-forum/tasker-intents/</link>
            <description>Torque Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 11 Aug 2026 08:47:19 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Tasker intents</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/tasker-intents/#post-45402</link>
                        <pubDate>Sat, 19 Aug 2023 19:44:28 +0000</pubDate>
                        <description><![CDATA[I&#039;ve tried everything. Even pulled ADB logs from my phone. Tasker successfully registers listeners for the intents. It&#039;s Torque that isn&#039;t sending them.]]></description>
                        <content:encoded><![CDATA[I've tried everything. Even pulled ADB logs from my phone. Tasker successfully registers listeners for the intents. It's Torque that isn't sending them.]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>SolarSupremacy</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/tasker-intents/#post-45402</guid>
                    </item>
				                    <item>
                        <title>Tasker intents</title>
                        <link>https://torque-bhp.com/community/torque-discussion-ideas/tasker-intents/#post-9404</link>
                        <pubDate>Sun, 23 May 2021 14:25:13 +0000</pubDate>
                        <description><![CDATA[Hello,

I was trying to use Torque intents in Tasker to get notified when PID alarm is triggered. It looks like only intent which actually works is the one for closing the Trorque applicat...]]></description>
                        <content:encoded><![CDATA[Hello,

I was trying to use Torque intents in Tasker to get notified when PID alarm is triggered. It looks like only intent which actually works is the one for closing the Trorque application:

<pre>
org.prowl.torque.REQUEST_TORQUE_QUIT    (Properly shuts down Torque and related services - this must be sent as a broadcast type intent)
</pre>

But the rest of documented intents like:

<pre>
org.prowl.torque.OBD_CONNECTED          (Sent when Torque connects to an OBD2 adapter)
org.prowl.torque.OBD_DISCONNECTED       (Sent when Torque is disconnected from the OBD2 adapter)
org.prowl.torque.APP_LAUNCHED           (Sent when Torque starts up)
org.prowl.torque.APP_QUITTING           (Sent when Torque is about to quit)
</pre>

or the one for alarm:

<pre>
org.prowl.torque.ALARM_TRIGGERED  (Sent when an alarm PID is triggered)


  String - "ALARM_NAME"  - The alarm name
  String - "ALARM_TYPE" - The type of alarm trigger threshold ("MINIMUM" or "MAXIMUM")
  double - "CURRENT_VALUE" - The current value of the PID/equation the alarm is referencing
  double - "TRIGGER_VALUE" - The trigger value for the alarm (below/above this will trigger the alarm based on the alarm type)
  String - "UNIT" - The unit that the PID uses
</pre>

isn't working anymore. It doesn't matter what I tried in Tasker, the result was that there is no intent received. Does anybody has a success for using Torque intents in Tasker, other than the one for closing Torque app?]]></content:encoded>
						                            <category domain="https://torque-bhp.com/community/main-forum/">Torque main forum</category>                        <dc:creator>danielo</dc:creator>
                        <guid isPermaLink="true">https://torque-bhp.com/community/torque-discussion-ideas/tasker-intents/#post-9404</guid>
                    </item>
							        </channel>
        </rss>
		
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 33/40 objects using Memcached
Page Caching using Memcached (Requested URI contains query) 
Database Caching 4/44 queries in 0.020 seconds using Memcached

Served from: torque-bhp.com @ 2026-08-11 08:47:19 by W3 Total Cache
-->