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
-
An minor update. I have a working settings and autocomplete flow cards. Now it is time to implement the logic.
-
see my post on git, it does not seem broken to me...
-
If there would be a way to implement it in my variable manager, let me know. I'm more than happy to help out
-
Why would you global variables?
-
Michael said: First of all: Great job! This makes me wonder how Athom will deal with apps that have functionality that is or will be in the Homey already. I know Apple will reject apps that offer similar functionality for example. I wouldn't b…
-
Is the range on bluetooth not bad..? I would love those thins as zwave device.
-
ErikVanDongen said: PeterGroeneweg said: Is it also possible to control a connected KAKU dimmer with Homey's REST API? No. Those 433 Mhz devices are not connected to your LAN network or WAN, so not controllable with HTTP commands.…
-
Emile said: That shouldn't validate. If it does, that's a bug! Only values chosen should be saved. I'm quite sure it works like that. Encountered this while building my app.
-
wvanderspek said: I post this question here, because otherwise there will be to many new topics on this forum. But is it possible to turn the lights on for 20 minutes (or so) in a flow. So somebody comes home at night, it is dark, and opens …
-
I decided to build a module for variable management/Logic. Currently my goal is to create: - String support - Equals, not equals - Contains Bool support - True/False support with a token - Flip Number - Equals, (…
-
What would work is if you could add a boolean as an imput of a socket. if time is 17:00 set LightsOn to true if time is 23:00 set LightsOn to false if lightson is changed, pass bool value to switch (socket) Then, let the socket turn on on true …
-
You could do anything with it as long as you can post a json to it with the key value structure. I did it also to see the flow of variables in the log together with timing. Later I will add some filters in the log, then you can follow the flow of yo…
-
@MarcoWijk This question does kind of not belong in this thread. I would post it in an other thread so it does not get lost between the discussion about the firmware.
-
A load of bugs vs voice not working. @Emile can we as users choose? I don't care about the voice et al.
-
GeurtDijker said: Uranday said: ErikVanDongen said: @GeurtDijker: I considered it, but will not implement header-options in the app. It's too complicated for most users and the flow-cards are really small. But you can modify m…
-
ErikVanDongen said: @GeurtDijker: I considered it, but will not implement header-options in the app. It's too complicated for most users and the flow-cards are really small. But you can modify my app and install it locally (read developer docs:…
-
Thanks Emile!
-
ErikVanDongen Any idea what I'm doing wrong?
-
Also incrementing and decrementing becomes more and more welcome. For example: When button 1 is pressed: Temperature = Temperature + 1 When Temperature is changed Call HTTP request with the temperature as parameter
-
kitkat said: Uranday said: After doing a bit more now, it becomes more and more needed to get more insight into variable. I am structuring now my flows like: For example I have the following flows: - When its 6'00 -> Awake = 1 - Whe…
-
ErikVanDongen said: Why not make a flow - When its 6'00 (And somebody is home) Then make coffee And another one: - When button 1 is pressed Then make coffee My coffee machine is a piston espresso machine. So I need to turn it on to …
-
After doing a bit more now, it becomes more and more needed to get more insight into variable. I am structuring now my flows like: For example I have the following flows: - When its 6'00 -> Awake = 1 - When Awake is changed and Awake = 1 -> Wa…
-
This discussion does remind me of the Fibaro forum just after the 4.0 firmware release. It took them a bit of time to stabalize it. This is complex stuff. Just give them some room to fix it. @Emile and the rest of the staff, I have to agree with t…
-
An easy way to get this to work is using the client that is used for domoticz. Then use the new HTTP module to call functions on the raspberry. Not full compatible, but until Honeywell opens the api it is a working solution.
-
Emile said: We're working on this! :-) To ensure that this page also do not go down. I once saw a server status implemented on twitter.
-
JohanKuster said: For the sake of it? Don't they have nothing to deliver? It is quite common these days in software development that you deliver frequently in regular intervals. The way of working is called Scrum. The bigger the re…
-
Just saw a bit, but that looks really fun to play with
-
bierre said: @Uranday I've tried getting it to work with domoticz on raspberry pi, but the script keeps returning issues, so no experience on that. Thats how I got it to work on my raspberry. Works like a charm. You only need to change s…
-
Michael said: Aaaaaaand back on topic I don't really understand why there will not be a proper log. I mean, a notification center just displays what happened in understandable sentences and is mainly focussed on end-users. What I'm looking f…
-
BramSloot said: @ErikVanDongen ; I have just updated your app with my own app i created earlier. This can trigger flows or send values to hmey by sending a http get request to homey on port 9090 eg: http://iphomey:9090/triggerflow http://iphome…