To export a profile as description:
1) Disable beginner mode.
Go to menu > preferences > UI tab > Beginner mode and uncheck it.
2) A profile must be named to export
Long press on the profile that you want to name and a menu bar should appear at the top of the screen.
Select the "A" icon to open a dialog to name the profile.
Note: You can change tasker's profile creation sequence to request a profile name when creating a profile with:
menu > preferences > UI > scroll down to Main Screen section and find 'Ask For New Profile Name' and check it.
3) Post the Tasker description of the profile or task that you are having trouble with.
To do that you long press on the profile name (or task name) and then go to menu > export > description to clipboard (don't select export XML). Then paste the clipboard contexts into a post.
Hopefully someone here can assist you :-)
Profile: Trigger Not HomeWIFI (10)
State:
Not AutoRemote [ Configuration:"HomeWIFI" (case ins) ]
Enter:
Lamps On (12)
A1:
CloudStick [ Configuration:Switch Lamps On Package:se.treehou.locale
Name:CloudStick Timeout (Seconds):0 ]
Sure, the profile I am having trouble with is the one where I want to turn on lamps IF the message from Autoremote does not contain the phrase "HomeWIFI", it will run the Enter task.
57831655682Profile: Homestatus Autoremote (18)
State: AutoRemote [ Configuration:Homestatus >>> CONNECTION
<<<
=:= ]
State: Not Variable Value [ %Arcomm ~ "HomeWifi" ]
Delete the second state in your profile and add the condition to A1 of your entry task. Open the Cloudstick action screen. There should be an if with a + sign to the right. Tap the + sign and add %arcomm !~ *HomeWifi*
Profile: Homestatus
Autoremote (18)
State: AutoRemote [ Configuration:"Homestatus >>> CONNECTION
<<<
=:= ]
Enter: Lamps On (12)
A1: Flash [ Text: %arcomm Long:Off ]
A2: CloudStick [ Configuration:Switch Lamps On Package:se.treehou.locale
Name:CloudStick Timeout (Seconds):0 ] If [ %arcomm !~ *HomeWifi* ]
Requesting wifi-status from my gf phone when disconnected from Home network:
Profile: Send Request (21)
State: Wifi Connected [ SSID:HomeWifi MAC:* IP:* ]
Enter: Dummy (22)
A1: Wait [ MS:71 Seconds:0 Minutes:0 Hours:0 Days:0 ]
Exit: Automsg Position Off (23)
A1: AutoRemote Message [ Configuration:Recipient: Julie S3
Message: Request position Package:com.joaomgcd.autoremote Name:AutoRemote
Message Timeout (Seconds):0 ]
Sending WIFI-status to the other phone when requested
Profile: Send Wifi Info (24)
State: AutoRemote [ Configuration:Request position ]
Enter: Send Wifi Info (25)
A1: AutoRemote Message [ Configuration:Recipient: Julie S3
Message: Homestatus=:= %WIFII Package:com.joaomgcd.autoremote Name:AutoRemote
Message Timeout (Seconds):0 ]
Turning lamps off if the message does not include the word "HomeWifi"
Profile: Homestatus Autoremote (18)
State: AutoRemote [ Configuration:Homestatus=:= ]
Enter: Lamps Off (12)
A1: CloudStick [ Configuration:Switch Lamps Off Package:se.treehou.locale
Name:CloudStick Timeout (Seconds):0 ] If [ %arcomm !~ *HomeWifi* ]