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
-
Ok, that sounds like something u can reproduce. I'll see if I can get more info during debugging.
-
I did not reset and I do not have this problem.
-
Phuturist said: I just experienced a really strange thing. I have a flow that turns off a KAKU switch at 22:30 based on a BetterLogic bitflip device. This worked well as it was supposed to. But I wanted to know if this perhaps caused the loss o…
-
No, if you have the issue again and no variables appear in settings. Open the settings page, press f12, reload the page and see if there are any errors. This is the chrome debug window.
-
When this happens can you also post a chrome screenshot (with f12) of the settings page. Emile says this could provide more info. I wish I could do it, but I have not many flows and devices yet, so I didn't see it happen.
-
aloft said: Uranday said: Everyting is now read from storage instead of stored in memory. Is there any impact on performance and/or storage-life-expectancy due to this change? No, Homey keeps the vars also in memory. I …
-
Indien het gebeurd dat er geen variabelen beschikbaar zijn graag even via de settings pagina een log sturen naar athom. Deze kunnen ze dan gebruiken om het probleem te pin pointen. Laat ook even hier weten zodat ik @Emile een berichtje kan sturen.
-
Everyting is now read from storage instead of stored in memory.
-
New patch is published. Let me know what happens!
-
Don't think it will matter. Guess there is a bigger problem. I'll try to get into contact with @emile / @Athom
-
Let me know if you encounter any problems.
-
If your variables are not gone they will be there after the update.
-
Think I found the problem. For some reason the variable manager gets unloaded, but never reloaded with initialization. Init is setting everything in memory. This means that when they get unloaded and also there is a trigger the variables are overwri…
-
Guessed that already. I think instead of memory I'll revert back to reading them always from Disk. Minor changes... Though maybe a bit bad for performance. I'm unsure if it will be noticeable.
-
Not sure, yesterday I had to do some work related stuff at a customer. I hope I can see what the heck is going on this afternoon/evening.
-
I think I thought of a work around. I'll implement it tomorrow. I hope to speak upfront with athom about it. Instead of storing them in memory for fast reading and saving them to Disk I'll read also from Disk. This should prevent the loss of variabl…
-
Got the feeling garbage collection is a bit too aggressive..
-
In the chat I see other modules with this problem. It seems to be an global problem.
-
I will test later. This is weird. Maybe there is a braking change?
-
Yep, get support is available in de better logic api
-
AndyWilde said: Is it possible to "Get" a variable in the then column if I want to pass this in a message for example, even if I have not used this in then when column? This is currently not supported in the homey firmware. Hacky workar…
-
Its published.
-
Phuturist said: Some good stuff there again. I'm gonna see if I can use this somehow to do something x minutes before sunset ... Let me know how it works.
-
I made one more update. Hope you all like it. I have to say I'm very happy with the results. If anyone has more suggestions, please let me know. Once the 1.0 release is finished I'll write a manual. For overview purposes, these are the release note…
-
martinudo said: Now it's only possible to start al flow with 1 trigger. It woud be nice to have more thans 1. Like a button from a Wall switch and aan button from a remote. Now in have tot make 2 flows. That's supported on the next be…
-
TedTolboom said: @Uranday is it possible to define a time variable and create a trigger that initiates a flow if the time is equal or bigger than the defined time variable.. Idea behind this is that it would simplify the motion sensor flows Fl…
-
TarikFaik said: @Uranday ;; I have a arduino attached to my buva ventilation and have 4 switches to control 4 states but if you can make a slider ("Like a volume control") i can control it with 1 switch so if slider is <=25% set 1 if >2…
-
woei said: Not sure if better logic would be the right place for this request... Is there any way we can record the time a device has been on (for the last x hours/days) without sensors, but just by keeping state? In the future I would like to…
-
MartijnDeRhoter said: One small request - how would I handle a flow saying the value of a variable out loud? I can only get the value token from the variable if that variable changed. What if it didn't and I simply want to hear its current valu…
-
Uranday said: 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 imple…