This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
[APP] Better logic / Variable management
Currently I'm writing a new app for variable management and better logic.
For now the goals are:
- Variable management.
Create, read and update variables. Those variables then can be used in your flows. Changing a variable in this screen will also trigger the flows attached.
- Logic control
- String manipulation, contains (not), Matches (not),
- Number manipulatoin, assing, is (not) equal, is (not) greater than, is (not) less then, increment and decrement (maybe later */+-)
- Bool checking, Assign bool, Flip bool
The variables can be selected in the cards via autocomplete.
Future goals are API support, device support. (a button to set a variable, so you can start flows from your app) and if possible a realtime updating screen with the variable values (so you do not have to press F5
If anyone has feature requests, please let me know in this post.
Patrick
For now the goals are:
- Variable management.
Create, read and update variables. Those variables then can be used in your flows. Changing a variable in this screen will also trigger the flows attached.
- Logic control
- String manipulation, contains (not), Matches (not),
- Number manipulatoin, assing, is (not) equal, is (not) greater than, is (not) less then, increment and decrement (maybe later */+-)
- Bool checking, Assign bool, Flip bool
The variables can be selected in the cards via autocomplete.
Future goals are API support, device support. (a button to set a variable, so you can start flows from your app) and if possible a realtime updating screen with the variable values (so you do not have to press F5
If anyone has feature requests, please let me know in this post.
Patrick
Comments
This makes me a little bit jealous on every one that can making an app.
May be you can better change bool in to boolean.
Variable changed to
This makes me wonder how Athom will deal with apps that have functionality that is or will be in the Homey already. I know Apple will reject apps that offer similar functionality for example. I wouldn't be surprised if Athom would provide this functionality by default in the future (Actually I would have expected it already).
Arr you gone post it on github.com?