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
-
I will make a movie soon with a load of features....
-
The system is down.... working on a native version for the evohome.
-
Submitted version 0.1.0 with the following features: * BREAKING CHANGE: Due to renaming bool values to boolean all variables and cards need to be re-added. * Bugfix: Dropdown was not working for boolean values in the . * Feature: Added BitFlip de…
-
MatjaLipu said: new trigger for number variable when difference abs(old - newval) >, <, == X see https://athomcommunity.slack.com/archives/general/p1456950484000842 Also ability to be able to listen to "any variable" change trigger from …
-
MartijnDeRhoter said: You're absolutely right: http://www.developers.meethue.com/documentation/getting-started Now all I have to is wait for the BetterLogic app to be able to handle the GET response and use the values in a variable Edit: wo…
-
Here are the release notes of the next version. Currently it is in test, ill hope to submit it to the appstore this weekend: V0.1.0 BREAKING CHANGE: Due to renaming bool values to boolean all variables and cards need to be re-added. Bugfix: Dropd…
-
AndyWilde said: Do you think a future release may have time based variable managment, i.e to set a trigger 15 minutes into the future? Action cards already do have a delay trigger. This can only be achieved by action cards, not by AP…
-
I could see a use case that is a bit different, but needs the same functionality. When power usage on a socket is high (TV is on) Turn down the lights
-
On git I published the version without the bug. Also the BitFlip device is implemented.... If anyone wants to test, please let me know what you think
-
I stored all settings in 1 collection. Its a cheat, but it works very good.
-
Bug no 1: The dropdown in the AND column for the bool check is broken....
-
It is released!
-
Its still in processing..... Have to wait until @Athom / @Emile accepts it.
-
yep
-
Sorry, didn't read correct
-
Triggers with no arguments will not go in the javascript code. Costed me an evening to figure this out. Maybe @Emile can explain why..?
-
ErikVanDongen said: MartijnDeRhoter said: Is that difficult to do? And how would the http app store the document? @Uranday and I decided we are going to support this (expect it in a few weeks). The HTTP app wil get two special c…
-
I could add a last time changed to the variables in better logic if that would help?
-
I think the http app would have a string drop token that would be an input to a card I have to make.
-
+1
-
What I could try to make is a set json card. Input is a json document and it will set the matching variables that are found in the variables store. But that requires the http app to retrieve the document.
-
I hope so. Also I have an idea for AND and dOR support. A trigger card that has a multi select. If this match it triggers. Anyone has suggestions or extra feature requires like this? I'll develop this when multi select is available.
-
I think, Tasker http actions together with homey http support and boolean logic from better logic could bring a lot of love.
-
PeterNijenbrink said: I've 3 Wireless Flamingo Smoke detectors Is it possible to connect this with Homey? The specs of the detectors are: I would like to know this also. They operate standalone, but allow for control from the homey to …
-
Submitted version 0.0.3. Discovered a bug after deleting a variable that was still in use by a flow. I did some monkey tests and after this fix I could not break it anymore. For the next release I'm trying to implement insights. This makes it possib…
-
Thing is then with a release you could get width behaviour because people could get an old page. Or is there a way to prevent this?
-
Version 0.0.2 submitted for apporval.
-
It seems there is a nasty bug when you do your first variable add. To work around this issue for now: - Remove all Better logic cards from the flows - Delete all variables - Create a variable and then start.... And until my V0.0.2 comes in the ap…
-
I tested it. When pressing delete all and then add a value it seems to stay there. Ill do some tests in a minute with the initial load problem. Please keep in mind that a string value does only appear in string cards etc...
-
EvertorN said: Does Homey 'share' dependent libraries? It would be a shame if a, let's say, JSON library gets installed 5 times because 5 apps happen to use it. I hope not. That would be he'll for developers. Now I know my app is stable …