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.
Uranday
About
- Username
- Uranday
- Joined
- Visits
- 162
- Last Active
- Roles
- Member
Comments
-
Just for the fun of it I added an extra update to 0.9.1. Hope you guys like it! V0.9.1 * Feature: Add Mathjs.org Condition card. Currently only boolean logic is supported. (Be aware, there is no syntax validation) * For supported features see…
-
MartijnDeRhoter said: Would the output be a token? It does look very flexible though, and useful. Especially the unit conversion. It will start with boolean support. Once I know how I could output a token ill implement that too.
-
Im going to try to implement http://mathjs.org/docs/expressions/syntax.html This will be an advanced card with no syntax checking. Variables can be inserted with $ signs prefixed. The string will be searched for all $ variables and then they will b…
-
MartijnDeRhoter said: Change log or it didn't happen Also, how can I use a variable token from the When column in the Then part, when the variable hasn't changed? Edit: doH! https://github.com/PatrickSannes/BetterLogic You can not. …
-
Because I have now made better logic (with realtime tracking of variables) I stopped developing this app.
-
Version 0.9.0 is pushed to the appstore.
-
TarikFaik said: @Uranday and maybe also a variable value as card like the bitflip card Can you explain how you envision this?
-
Just a sugestion. What also could work is a nice tablet on the wall. With tasker you can make widgets that call URL's. As URL you could set the bit flip functionality (almost released) from better logic.... So then you could use any fancy and cheep …
-
I see what you mean. I am thinking about other devices but have to see if it is feasible.
-
TarikFaik said: @Uranday is it possibble to make bitflip with a slider ? I'm not sure if I understand what you mean.
-
MarkVanWinden said: DELETED - NM, ill wait untill the release You know how frustrating that is
-
For the upcomming release. If anyone has any great sugestions for this release, please let me know! V0.9.0 * After testing it is very stable, so almost at version 1. * Removed: Insights is removed for now until Athom stabalized the API for bool, …
-
MartijnDeRhoter said: It would explain why it looks like some of my action cards didn't run, whereas they did (I use(d) the variable update time stamp as a simple debugging tool). Just one question. Did you mean that when you set the var…
-
Thing is, I could add a Variable Set card, but if you have a variable set and variable changed card both will trigger..
-
Question is, do we want a trigger if the variable is set but not changed?
-
In my mind it only make sense to trigger if it changes. If there is a need for other behavior I can make a card for that.
-
I'm not sure. But I dont think so. What I do know is that it does not trigger an event.
-
I'll put it on my todo list!
-
But the homey.log before gave an output?
-
var test; Homey.manager('api').get('/app/net.i-dev.betterlogic/variable', function(err, result) { test =result; })
-
You should assign result to a variable in a higher scope.
-
MartijnDeRhoter said: What would be the easiest way to use a Better Logic variable from within another app? I can get them from a command line at http://homey/api/app/net.i-dev.betterlogic/variable, but how do I do that using JavaScript? Does…
-
Make a number variable, create flow that assigns the output of the card to the variable. Use the special assign card that I thought is called set a variable (sry, not behind my pc. But you can recognise because the dropdowns shows all variables) . …
-
aloft said: But for my understanding, are you looking for ad hoc checks... Output of card against an inputted value in the condition? Droptoken => 3. Or do you want to check the output of a card against a variable? So VarA=3 and a con…
-
At this moment you can't. Have to look into it. What you could do is set a variable first. There is one that accepts all and converts when type matches. But for my understanding, are you looking for ad hoc checks... Output of card against an input…
-
brinkie said: @Uranday You already have "text contains" condition flow card, but could you add a "text starts with" condition flow card as well? In combination with for instance the iCalendar to Voice App that would enable some powerful sched…
-
It checks if the string assigned to the variable contains the value in the input.
-
The chance that it is exactly that time is slim to none..therefor it can not check.
-
aloft said: "Still" not updated on my Homey ... ;-) In all seriousness; what is the frequency of app updates on my Homey? Does the 'update' setting have any impact on updating the apps or is that only for core HomeyOS ? And is there a way to…
-
Published!