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
-
And I forgot to press the publish button. So now it is https://apps.athom.com/app/net.i-dev.betterlogic
-
It's on de apps page in the appstore...
-
As far as I know there is no way to get that data. Maybe I can get some info from the context when a card is triggered but that would only give you for example the last runner flows..
-
No, the firmware does not allow data going from one app to another. This only can be done with the build in variables. Maybe you can assign in a separate flow the better logic variable to a honey variable and then achieve the result..?
-
No, that's not possible.
-
Released! See release notes in the app store
-
DieterKoblenz said: I tested the drop tokens. The firmware does not allow droptokens in number inputs. Please use the math and set a variable card for it. How can I achieve this? The set card is just a card where you can drop a token in…
-
An update: V0.9.6 * Feature: Add decimal support in the number action cards. This will work starting from Homey V0.10 * Feature: Turn on insights for boolean and number values. Existing variables will also be turned on * Feature: Implement backu…
-
Just spoke with @Emile. In the next release there will be a step property for number fields in action cards. Ill support 2 decimals for those cards. Ill implement it now and it will work after the upcomming release.
-
DaneeDeKruyff said: Will both the . and , be converted to a decimal seperator? Think that would be best.
-
Ill make the input text, though Ill convert it in code to a number. So if you add in a card with 1.34 it will become 1.34.. If you insert a card that gives "appel" it will not process the value.
-
Just a minor update and a question. I just did some testing. One of the things that is broken is the numeric input in flows. Currently that only supports whole numbers, no decimals. To make things probably a bit easier I can change everything to tex…
-
I hope that MarcoF is incorrect. I love to see the homey getting a succes. But he is right, there is some lack of response, but maybe that is because of the hard work they are performing on new features. Tomorrow I have some time scheduled to do s…
-
Ill have to see what is going on with setting of bool variables. After this week I have some time to look at some of the issues posted. Sorry for keeping you guys waiting this long.
-
caseda said: @Uranday it is probably because the tag is an object without any indication that it is a number? Usure yet. Though in the inputs I configured them to be numeric. So I assumed if a tag contains a numeric value it would be …
-
Something indeed is broken. It also does not work with fibaro devices. I'll take a look.
-
https://github.com/athombv/homey/issues/817
-
I see the same problem with the Better logic app. Maybe something related? @Emile Did something change?
-
Hi all, I'm not gone, just had a very very very busy period with projects on my work. Currently I can try to add some features, but I'm unsure about the amount of hours I can spend at it. If anyone wants to push a feature to git Ill surely will ta…
-
Phuturist said: Bumblez said: Question/feature request: What would it take, to be able to do something like this: If [I say something: "What is the temperature"] and [TempValue > 0] then [Say: The temperature is $TempValue] or e…
-
There is a bug in the homey (or an undesired feature that I have to discuss with @Emile https://github.com/athombv/homey/issues/628
-
MarcoF said: This afternoon I installed better logic and I could create a variable and access it through a flow card. Is the hotfix released?
-
It's a bug in the homey
-
posthok said: I'm on 8.29 and today i lost my variable's again. Stopping an starting and reinstalling the better logic app did'nt help. I't not the first time i lost my variables, but normally after a reboot they apear again. Is this homey or …
-
posthok said: Great app!!!. Please could you add a way to calculate time? for example 17:00 minus 1 hour What do you want to do? Let me help think how you can do this (or give me an better understanding about what I should build).
-
Henk_Kuipers said: I would like to get/set the value of my better logic variable using an http request from another server. When I try the http method to see the current value of my boolean variable named "tv" the response is:{"status":401,"res…
-
Better logic runs the test flow stable now for 12 hours. I'll keep it running for some more time.
-
Yep, I want this badly because I own an evohome system.
-
If variable changes Variable > -18 Then do X.... And if you want to trigger aslong this is true, replace do X with set bool DoX = true Then make an second flow Every X seconds AND DoX==true Then do more special stuff.... But this is so simple,…
-
Nope, nothing yet. I had a very busy period so I had no time to start.