Search found 45 matches

by tschaedl
06 Dec 2017 14:09
Forum: User Help / Bug Reports
Topic: Calender Event doesn't trigger at the correct time
Replies: 3
Views: 11240

Re: Calender Event doesn't trigger at the correct time

Hi Martin, that works fine. Thanks a lot. Maybe you can clarify this option in the help text. The current one "Defines whether this trigger should be handled like an alarm clock which is usually displayed in the status bar" didn't give me a hint that this has to do with the behaviour in sleep mode. ...
by tschaedl
04 Dec 2017 15:46
Forum: User Help / Bug Reports
Topic: Calender Event doesn't trigger at the correct time
Replies: 3
Views: 11240

Calender Event doesn't trigger at the correct time

Hi, in September I've changed my phone to a Galaxy S8. Since this time I have problems with the calendar event trigger. The trigger at event start works fine but the trigger at event end only triggers at the end of the calender event regardless of the configered time (xx minutes before). It has to d...
by tschaedl
26 Feb 2015 14:56
Forum: User Help / Bug Reports
Topic: Help in script logic
Replies: 14
Views: 29451

Re: Help in script logic

It's cause you dont "exit" after finding "Critical and discharching". You don't use a else so afterwards it always runs in the if (batter_plugged == 0) where "a" will be overwritten with only "discharging".

Regards,
Thomas
by tschaedl
26 Feb 2015 14:43
Forum: Feature Requests
Topic: Static variables
Replies: 6
Views: 19417

Re: Static variables

1. Automagic is NOT a high-level programming language. It is an app to automate things
2. there is one developer of that app and a long feature list. What to do first? Improve thinks which have a (good) workaround or implement new features? I would prefer new features.

Thomas
by tschaedl
25 Feb 2015 15:48
Forum: Feature Requests
Topic: Static variables
Replies: 6
Views: 19417

Re: Static variables

-1

global_variables are good enough. Don't make it too complicated.
by tschaedl
12 Feb 2015 14:34
Forum: User Help / Bug Reports
Topic: Flow Prioritäten
Replies: 10
Views: 23085

Re: Flow Prioritäten

Hi, ich verstehe deine Gedankengänge nicht vollständig, aber ich habe dieses Problem bei mir immer wie folgt gelöst (und das ist meiner Meinung nach auch der Weg, den Automagic vorsieht). - Umschaltwidget mit Variable global_manuel - Nebenflow mit trigger "Globale Variable" (global_manuel) und einzi...
by tschaedl
21 Jan 2015 20:11
Forum: User Help / Bug Reports
Topic: Widget copy bug
Replies: 1
Views: 6166

Widget copy bug

Having a widget with clickable actions and make a copy of it. Now delete the clickable actions from the copy.
Problem:clickable actions will be deleted in the original widget, too.
Thx, Thomas
by tschaedl
06 Jan 2015 19:10
Forum: User Help / Bug Reports
Topic: How do an Factory Reset
Replies: 4
Views: 11380

Re: How do an Factory Reset

What is your use case?
Thx Thomas
by tschaedl
07 Nov 2014 21:33
Forum: User Help / Bug Reports
Topic: Trigger calendar event using variable
Replies: 3
Views: 9209

Re: Trigger calendar event using variable

Hi Martin, Thx for the answer. Do you think I can modify the flows.xml within Automagic? Would this work? I like to change the calendar in the calendar trigger depending on the location. And I don't want to add for every location a own calendar trigger flow. I know it is not thezbest idea, but would...
by tschaedl
06 Nov 2014 20:31
Forum: User Help / Bug Reports
Topic: Trigger calendar event using variable
Replies: 3
Views: 9209

Trigger calendar event using variable

Hi, using calendar event trigger with a selected calendar works fine. But using a variable doesn't work. Variable is a global one and its type is string. Value is the cutted string from the trigger selection (Goggle:name). Any ideas why it is not working? Or is it a bug? Help says variable are suppo...