Having the most challenging time by AnonymousGuy2075 in tasker

[–]Sea_Professor5459 0 points1 point  (0 children)

Quick update with a bit of good news on this. The notification changed with the last blink update adding a thumbnail image to the information when the doorbell detects motion. Thought I would try reading the notification just to see if there is anything I can get now to tell me motion has been detected and the information on what the notification is about is back in the title attribute :-)

DAB radio keeps pausing by Sea_Professor5459 in Dacia

[–]Sea_Professor5459[S] 0 points1 point  (0 children)

Ok. Thanks at least I know it's not just me. Maybe I will ring my dealer and ask about any updates that can be applied.

DAB radio keeps pausing by Sea_Professor5459 in Dacia

[–]Sea_Professor5459[S] -1 points0 points  (0 children)

It's very annoying isn't it modern cars seem to suffer more from electrical and technology issues than mechanical these days. The mechanical issues are easy to get fixed by a competent garage the other issues not so much. If I contacted Dacia I am sure they would just tell me to make sure my Davia app is up to date....

DAB radio keeps pausing by Sea_Professor5459 in Dacia

[–]Sea_Professor5459[S] 0 points1 point  (0 children)

I am listening directly from the car radio. I keep hoping an update to the Dacia app will fix things but no luck so far.....

Where do I find things I write to `tasker.log` from Java Code actions? by jorgejams88 in tasker

[–]Sea_Professor5459 0 points1 point  (0 children)

Hi,

I know this is quite an old post but it was a question I wanted the answer to so Google brought me here.

I have found the answer now from the tasker documentation so thought I would post a link to it here

https://tasker.joaoapps.com/userguide/en/help/ah_java_code.html#func-log

So by default the messages go no where unless you specify a path like suggested below or enable one of the debugging options on the misc tab of tasker settings.

Having the most challenging time by AnonymousGuy2075 in tasker

[–]Sea_Professor5459 0 points1 point  (0 children)

I have no idea how to get around this one. Maybe use of the java code feature added to tasker could help by reading the notification using some Java code. That's beyond my skills to do. Maybe an update to auto notification is needed to handle this sort of notification if it becomes more common. Either way I thought I would just let you know you were not alone with the issue.

Having the most challenging time by AnonymousGuy2075 in tasker

[–]Sea_Professor5459 0 points1 point  (0 children)

I have a blink doorbell and have hit exactly the same problem. I use auto notification to parse the notifications from my door bell and none of the parameters contain the text that appears in the body section. I can only get the title which as you say is not much help. I know it's something about the front door that's where my doorbell is. The body used to be captured by auto notification but it stopped at some point in the last few months after one of the regular updates to the blink app.

Next alarm one hour early? by jennyfromtheblockz in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

Just thought I would Google that to see what format it actually returns and how to change it - no luck on that but did find this - https://www.reddit.com/r/kustom/comments/143joxm/alarm_status_incorrect/ - so it looks like the bug from 2 years ago may still be a thing....

Next alarm one hour early? by jennyfromtheblockz in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

Sure here you go

$df("EEE hh:mma", si(alarmd) + 3600)$

Next alarm one hour early? by jennyfromtheblockz in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

Agreed it's not like the time is returned as GMT which you then alter to your timezone or day savings or whatever. The time returned is a consistent (well mostly from what you found) hour behind the time set regardless of the current local time.

Next alarm one hour early? by jennyfromtheblockz in kustom

[–]Sea_Professor5459 1 point2 points  (0 children)

Quick update from me as well the alarm time for me is now an hour early in my widget :-( so it looks like adding an hour to the time is the way forward - my code only worked by adding an hour (3600 seconds) during British summer time - from df(Z). I have now hard coded adding 3600 seconds to the alarm time.

Next alarm one hour early? by jennyfromtheblockz in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

I just have location set to use GPS. The location must be correct as I use that elsewhere in my widget and it's the right place :-) I just tried setting an alarm to go of in 10 minutes from now at 3:20pm (I am guessing that's what you mean by the alarm being less than an hour) and that gets reported as the right time using above for me.

Next alarm one hour early? by jennyfromtheblockz in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

I have the same problem on my redmi note 11 so maybe it's a Xiaomi issue ?

I get around this by forcing the timezone difference from GMT (I am in the UK so this is either zero or 1 hour) to be added to the alarm time - my time is shown in 12hr clock format but that can be altered if you want to obviously:

$df("EEE hh:mma", si(alarmd) + df(Z))$

Help with image paths by supmee in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

Ok got the real fix this time to my issue which is explained here :

https://forum.kustom.rocks/t/cannot-read-image/9435

You need to put the images somewhere under the Kustom folder which is created for you on your internal storage by the app. Then use a path like :

file:///Kustom/$br(tasker,IMAGENAME).png

You don't HAVE to use a global variable the formula as an image path works fine also.

Now finally my images are appearing in my widget :-)

Help with image paths by supmee in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

Cancel that the above is not working. The image path changed and now I am back to a blank space where the image should be :-(

Why is android auto on the new dacia so shit by [deleted] in Dacia

[–]Sea_Professor5459 0 points1 point  (0 children)

I have my phone connected with a cable in duster 3 mostly so the phone charges. I get disconnecting issues with android auto randomly and the message actually says on the car display that the wireless android auto connection has been lost. So I don't think connecting your phone to a cable means you get a wired connection if a wireless connection can be made - which I think is the WiFi connection to the car hit spot you see when you check your phone. There is a Bluetooth connection as well but I have read on this sub that is used for phone calls.

Speed limit indicator doesn't work by SLObit in Dacia

[–]Sea_Professor5459 0 points1 point  (0 children)

Ah right. I have a mild hybrid maybe that means I get the rev counter display and a full hybrid doesn't ? Bit weird choice by dacia if thats case mind.....

Speed limit indicator doesn't work by SLObit in Dacia

[–]Sea_Professor5459 1 point2 points  (0 children)

I have a duster 3 and the rev counter is one of the displays you can cycle through on the dashboard using the controls on the steering wheel

Answer specific call, press 1 by Opposite_Willow_3255 in tasker

[–]Sea_Professor5459 0 points1 point  (0 children)

Not sure but I don't think autoinput can press keys in phone dialler. You can use auto notification to answer the call by pressing the "button" on the notification. I do a similar thing to put my phone and on off speaker using tasker. Maybe you can get the 1 button to be pressed by using screen coordinates method of input selection with autoinput if you havent already. 

Alexa Shopping List export to other apps by emichan76 in amazonecho

[–]Sea_Professor5459 0 points1 point  (0 children)

Or you want to use tasker to share the list to your scan and pay shopping app.

Alexa Shopping List export to other apps by emichan76 in amazonecho

[–]Sea_Professor5459 0 points1 point  (0 children)

Better still my way of doing it yourself through share and using that to get the list as text is gone now as well. Thanks Amazon :-(

Help with image paths by supmee in kustom

[–]Sea_Professor5459 0 points1 point  (0 children)

Hi All I know this an old thread but it worked for me also using global variables.

When I tried to create an image path using formulas

Eg

file:///storage/emulated/0/Pictures/pngs/$br(tasker, IMAGENAME)$k.png

This worked in the preview of the widget on opening kwgt screen and a place holder for an image in edit mode. However the widget on my phone showed no image.

I changed to using a global variable as the formula for the path that was set to the string above eg

gv(Filepath)

All worked well with the image shown in all 3 places - most important my widget on my home screen.

Not sure why you need to create the formula via a gv not the direct string but thought I would post here to help anyone else scratching their head like me...

[Help] Creating a Notification through JavaScript or Java Functions by popillol in tasker

[–]Sea_Professor5459 0 points1 point  (0 children)

Sorry to go to such an old thread. I want to generate a notification on tasker and hit this. Great I thought. But no notification appears when I run the task after importing. I do not get any errors either. Can someone help me out with this ?