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.
Lithium
About
- Username
- Lithium
- Joined
- Visits
- 4
- Last Active
- Roles
- Member
Comments
-
Thanks I found this one that also works: function sleep(delay) { var start = new Date().getTime(); while (new Date().getTime() < start + delay); }
-
@bvdbos I successfully created a dimmer in colour and intensity for my lamps. Unfortunately it does not work 100% correct. When testing the flow it works for a few steps; say 10 minutes. After the 10 minutes i still see the value colourdimmer chang…
-
Lol okay that's easy, thanks! Could it be that i am not able to attach a variable at the intensity dimmer in the "then" side? While dragging and dropping the tag into the slider i looks like the app freezes. Edit: nvm, works but it takes a few min…
-
tb1962 said: function delayedLoop() { _.delay(function(text) { ; delayedLoop(); }, 100, ''); } tb1926, this is a delay loop where you need to call your code inside it. Do you know if there is a function or way …
-
Thanks for your reply. The first thing i thought; let's ask it at the community because you never know, it could be that i have missed something. I contacted the support.
-
What i tried to tell is that when i ask Homey something i see that Homey reacts on what i was asking. Using the links you gave me i could ask homey something and indeed i see the answer in the output but still no sound from the speaker. I did a dou…