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.
Comments
Once that donate button goes live (I guess when 0.9.6 is in the app store?) I'm sure you can retire. Or at least take a nice Mediterranean cruise (or just blow it all in Vegas)
How can I achieve this?
So lets say you want the current light level stored in a variable you select the variable and drop the token of the sensor in the value field.
With the mathjs cards you can do a lot more expressoins. For example the increment sort of behaviour
This can be done by adding the mathjs expression in the first field and select the value in the second field. Examples of expressions are
$num123$ + 1 => increments with 1
$num123$ + Lux (token) => increments the num value everytime the token changes with the lux value
I hope this helps you a little bit further. See math.js http://mathjs.org/docs/expressions/syntax.html for more info. Just remember that $VARIABLENAME$ will be replaced with the value that Better Logic has and $timenow$ gives you the total number of seconds since epoch.
Some basic symbols could be:
Don't know it this is possible....
It'd be pretty useful to get a list of flows that contain a certain BL variable
@Athom
Could we expand the search function in the flow editor to include searching all parts of all flows?
Updated to betterlogic 0.9.6 on v0.10.0 i have the problem that all flows are crippled. "Only 1 trigger per flow allowed", is the error message. i do only have 1 trigger...
I have 1 normal bl card in the {IF} column and 1 bl card in the {AND} column.