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.
ErikVanDongen
About
- Username
- ErikVanDongen
- Joined
- -
- Visits
- 844
- Last Active
- Roles
- Member
Comments
-
MartijnDeRhoter said: Hi Uranday - I just installed your excellent app on 0.8.20, I can't seem to add variables properly. The settings page lets me create a variable name and type, but when I click on Add, nothing happens. Would this be due to…
-
Allright, version 0.4.0 is available now!
-
Phuturist said: MarcoWijk said: @ErikVanDongen When will 0.3.0 be in the appstore? Since an update of athom-cli I can't seem to load the github version Version 0.4.0 is actually already submitted and under review. Probably so…
-
Nice! Was testing with this yesterday. Are you considering enabling Homey as a Pushover client so it can receive push messages? https://pushover.net/api/client
-
PeterGroeneweg said: 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 co…
-
Have you tried the autocomplete argument type? https://developers.athom.com/library/flow
-
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.
-
It's groups instead of group.
-
Ah.. must be a bug then. Does the exclamation mark also appears on the 3rd flow when you add extra conditions to it?
-
Ah. You need something that sends data through a Web Socket. So no Get/Post/Etc request. Maybe I can create a card for that. Do you have the athom cli installed? So you can test this with a non published version of the app?
-
mruiter said: Haha, can't be a big roblem because its a simple HTTP post. There's an App for That .
-
Is the interval setting necessary on every node? In HomeSeer only polling of the 'root' or main node is enough to update all the sub node values.
-
I'm not aware of a maximum at any point. For developers it's not possible to config a maximum for your cards. Can you count the cards and post a screenshot of the flow with the exclamation mark?
-
You can also config a timer in the fibaro relay module, so it allways goes to off after 5 seconds on.
-
Nice Patrick, But as I understand it's a tool not only for checking value's, but also other messages/texts? Untill now I used these kind of flows for this, maybe a bit easier for n00bs: EDIT: Ahhh.. unless you don't own an Android Phone / Tablet
-
Don't forget to ask multiple times
-
Wimstradamus said: Noob question: how do i activate a Hue scene? i want to activate this scene: "2f2c88bd4-off-0": { { "on": true, "scene": "Surf Relax" } Getting confused by the documentation, maybe someone got a example for me? …
-
Phuturist said: ErikVanDongen said: Be sure you type / paste the url and port without any markup. Can you post a screenshot of the card? Or PM me on slack. Bought a secondhand Homey so I dont have a slack invite. I already made …
-
Be sure you type / paste the url and port without any markup. Can you post a screenshot of the card? Or PM me on slack.
-
Phuturist said: Is it possible to send a HTTP Post JSON to a specific port number? When adding the port in the destination field (for instance http://192.168.2.10:19444) the flow does not run and a red exclamation mark appears on the card. …
-
jovink said: I can i do this with the app? This is for the ikettle 1.0 Nope. The iKettle has no REST interface. You can create an app for it based on this nodejs module: https://libraries.io/npm/ikettle.js/1.0.2 Edit: Haha or use thi…
-
PeterGroeneweg said: I'm calling a .js in my php. And this .js tries to connect with Athoms servers. Before, when the virtual Homey still was alive, it worked like this for me. Nut also when I began with programming this, Athoms server was not …
-
PeterGroeneweg said: ErikVanDongen said: PeterGroeneweg said: No problem with that here. I can call it from a browser and from an app: I get it but I want to embed this in my own webpage. It's not necessary to put Ho…
-
No, I cannot get variables in output fields. Calculations like {{3*3}} are correct, but as soon as I add a variable it outputs like {{3*variable1}} (i use push notifications to check the output).
-
Uranday said: 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 Have y…
-
MathijsFrencken said: KlaasKuyper said: Emile said: Haha cool @MathijsFrencken! You can use this API: https://status.athom.com/api/service/ What if the API is down... We go into the highest state of emerg…
-
PeterGroeneweg said: Back on topic, does anyone allready got the REST API of the serverstatus working? I got a "XMLHttpRequest cannot load https://status.athom.com/api/service/. No 'Access-Control-Allow-Origin' header is present on the requeste…
-
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
-
Well, i'll go forward with https://developers.google.com/maps/documentation/distance-matrix/intro#traffic-model. Will take some time thou.
-
I was thinking about it. Now I have a GPS tracker in my car (€ 30) and calculate my destination ( ) and ETA's with a nodejs app using the Google Maps API to trigger stuff at home. I want to convert this solution to a Homey App. Never heard of Waze…