9 features I'd like to see in Apilio

Hello @teknofilo :smiley:

These sound great, I think some of them we already support, so we might be able to help improve your home logic already!:

:arrow_right: Allow two sets of actions after a logicblock: Positive and Negative (IF… THEN… ELSE)

We currently support this: you will see in your Logicblock that you have the positive and negative action chains. When the Logicblock is evaluated, the condition (or conditions involved) are checked and if the result is true, then the positive chain of actions is executed. If the result is false, then the negative chain of actions is executed.

:arrow_right: Allow more complex logic operators for conditions (for example, NOT operator)

This is currently not in the complex conditions as it is very easy to setup the opposite condition to the one you currently have. If you need to use the condition twice I agree is not very elegant to have to duplicate them, but definitely you can get around this with a second condition that matches the other one but is true when the variable is false for example.

:arrow_right: Update a variable from a logicblock

Yes, this is a big request :slight_smile: I’m analysing the ideas at the moment, so it would be really helpful if you could share your specific use today: can you give me an example where you are updating a variable in a Logicblock (going through IFTTT today, of course)

:arrow_right: Invoke a logicblock from a logicblock

Please if you can, add your example for this case to this thread as well:

:arrow_right: Allow Smart Life actions to switch on/off a specific switch within a device (conditions allow selecting the switch, actions do not allow selecting the switch)

Thanks for raising! Yes, this is indeed something that we’ll look into a bit further, we’ll keep you posted. Some devices also don’t allow specific actions, it depends on how the hardware vendor has done their integration with Tuya, so we have already found cases where devices could not be controlled properly simply because the vendor didn’t have the actions enabled.

:arrow_right: Allow longer names for variables, conditions, logicblocks, etc. for clarity purposes

I think this request complements the next one beautifully: I think a little description would help keep variable names smaller actually :slight_smile: Would you agree?

:arrow_right: Allow adding a custom description text to an element (variable, logicblock, etc.)

I like this idea :smiley: We just need to convince @DanT and @pebneter :innocent:

:arrow_right: New type of variable (date) and conditions (comparing two variable dates, comparing NOW vs. variable date)

Could you give me an example of how you would use this? You can create time conditions in Apilio already, and they will only be true at the specific time you have setup.

Have a look here:

And maybe here:

:arrow_right: See historical values of variables for debug purposes

Have you tried downloading your logs as a CSV? You can then filter out any data that you are not interested in to have a look at the events that have changed it.

We do have some ideas to keep improving logs, so thanks for mentioning this. Let me know if you give the CSV download a go and if it helps you with the debuggin!

Let me know if I understood all the features correctly, thanks so much! This is fantastic feedback :bulb:

2 Likes