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
-
That was my guess, but could only say that with certainty when seeing the rest of your code.... Happy Coding
-
I could think of a way. Make a message card with two tokens, key and value. Then use something like the mathjs logic card to set the value. If you want this I could see if I can make a setter card with no restrictions on the to variable, but instead…
-
Perhaps a bit more code (github link?) would be helpful
-
MarkSwift said: @Uranday As you're the local flow master, what is the best way to trigger a flow, for example... If variable changes, and variable is less than x, trigger flow x Is this possible? Background info: I want to check my freezer …
-
brot84 said: Sorry but how i can install on homey without the app store,i want to use the timer for the motion sensor,thanks regards See https://developers.athom.com/library/introduction/
-
I had it for a bit in there... After the change in api I removed it. Will bring it back soon.
-
MarkSwift said: @Peao I also wanted to use a similar flow For now I've sidelines it, I hope @Uranday will consider it for a future release! I also would like it, but the homey does not allow it for now.
-
https://github.com/athombv/homey/issues/456#issuecomment-210645969
-
Too bad. There is still a bug after testing it. For some reason the settings page dissappear after some time with the test flow. Disabling and enabling the app makes everything come back. So no variables get lost. I'll post a bug report tomorrow on …
-
Great news, the new update fixes Better Logic! @Peao Your feature is currently not possible. And cards can not have droptokens.
-
I dont see a countdown timer as something for better logic for now. Not even sure if it is possible to do. There is a way of working around this that would work very nice I think. Create a flow that every second (or X seconds) flips a boolean valu…
-
aloft said: Uranday said: I'm holding a bit off with updates till the bug is fixed. But if anyone has a feature request, please let me know and I'll try to implement it in the next update. Any update on the bugfixing? My flows …
-
I'm holding a bit off with updates till the bug is fixed. But if anyone has a feature request, please let me know and I'll try to implement it in the next update.
-
Yep. Have the same problem. I just use it as a on off device. It seems when it is a little out of reach (5 meters, wooden floor) that it looses connection and can recover from it. Send @taco already a private message and I'll hope he can fix this.
-
RoelofRos said: thanks for the answers, guess we have to wait for new logic release then... its there Though, there is a bug with loosing data, you can play already with it.
-
The 0.9.4 version is published. This is fixing the initial crash with an empty collection. The bug report (published on git) is not fixed in this release.
-
I hope it worked with the android alarm, but it didnt. Coudnt find a use for it yet.
-
https://github.com/athombv/homey/issues/420
-
Nvm
-
Got it to reproduce. Made the 10 number flow (trigger 1 -> update 2, trigger 2 -> update 3) etc. In debug mode it is running in release mode it is not. Made a video of it (in dutch). Hope @Emile can figure out what is going on.
-
Reemster said: Uranday said: Did you reset after decoupling from your existing system? Could be that it is still paired. No, it's a long time ago that they where connected to a existing system. Is that a big problem? i did'nt kn…
-
Did you reset after decoupling from your existing system? Could be that it is still paired.
-
Martijn, are you on the slack chat?
-
upped it now to 10 seconds to force errors if they are there...
-
Maybe you could run it with - - run instead of install and see if there are any errors in the debug window?
-
Im unsure what this could cause. Could you check 1 thing for me... After adding the variable, can you save the flow? When not selecting a variable from the dropdown it seems to not save. So only typing is not enough... You have to actually pick it. …
-
You said you pressed delete all. Then no old variables make sense. I'll add a lot of variables later... Unsure if that could cause a problem. Are you sure you did not create a variable loop? This would cause a performance issue. Trigger on any varia…
-
no, please delete 1 time all variables..
-
After delete the array was made null. I missed a null check when I forcefully read the data from the storage instead of in memory. I fixed some other weird constructs and I hope this fixes all. It is submitted for approval in the appstore. If you w…
-
I found a bug on my side. Ill fix that now and let you know when I updated that. Then we can see if the other bugs still are there.