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.
MartijnDeRhoter
About
- Username
- MartijnDeRhoter
- Joined
- -
- Visits
- 159
- Last Active
- Roles
- Member
Comments
-
Worth a shot! I'll give it a try, thanks.
-
Has anyone been able to connect to an Outlook.com calendar? You can create a link to webcals://sharing.calendar.live.com/calendar/private/secret_guids/calendar.ics, and pasting this into the settings page for the app doesn't generate an error anywhe…
-
Eagerly awaiting this myself - with the Harmony app it's a good way to put an old remote to new use.
-
Wasn't there talk of a way to export/backup your flows? That would sure make testing a lot easier - having recreated my flows this week I know it has its benefits, but I'm not looking forward to doing it on a weekly basis. On a different 0.8.24 not…
-
Strange - it's almost like there's an external dependency that causes it to work intermittently. I'm guessing the Sunset/rise cards aren't on Github?
-
Not sure if it's thanks to 0.8.24 or KaKu 1.0.15, but I can no longer use my doorbell (ACDB-7000AC). It pairs, but it doesn't register - all was fine on 0.8.22 with KaKu 1.0.15 even, but I had to do a full reset and now it's broken Speaking of Ka…
-
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 value?
-
My Sunrise Start did not execute. Grr.
-
Had to reset my Homey (tip: don't implement an infinite loop in your app until you're sure what's going on) so my flows need to be rebuilt. But I had to zoom to 27% to see everything before the reset, so I'm absolutely going to implement this. Excel…
-
Uranday said: MartijnDeRhoter said: It would explain why it looks like some of my action cards didn't run, whereas they did (I use(d) the variable update time stamp as a simple debugging tool). Just one question. Did you mean th…
-
No it's fine, you may want to put it in a FAQ or something - I blamed Erik's HTTP flows because I only looked at the timestamp on your settings page. And if the flow gets something that doesn't change, it looks like it didn't run. ErikVanDongen; i…
-
It would explain why it looks like some of my action cards didn't run, whereas they did (I use(d) the variable update time stamp as a simple debugging tool).
-
If an action card updates a variable using a token, and the token value is the same as the current value of the variable - does the time stamp change on the settings page?
-
What would be the best way to go about troubleshooting a trigger not working properly? I have a trigger flow that performs a GET every hour, but the variable from step 2 doesn't always update. When I execute the trigger myself, it gets updated about…
-
Ha! I only sort of half know what that means, but the code works! Thank you thank you thank you - I'll go play with this tomorrow and think synchronous until it makes sense
-
Yes it did! And still does, but as soon as I try and capture that in a variable to use elsewhere, it gets nulled. If I assign a value to the test variable before, that value gets replaced by null. I'm at a loss here I can only get output inside t…
-
var test; Homey.manager('api').get('/app/net.i-dev.betterlogic/weather', function (err, result) { test = result; }) Homey.log('Test var contains', test) If I run that, test still contains null. What gives?
-
Can you give me an example of how to do that?
-
Homey.manager('api').get('/app/net.i-dev.betterlogic/variable', function(err, result) { Homey.log(result) }) How would I get the above 'result' in a variable though? Somehow all my attempts end up being null. I'm missing something here var …
-
Thanks! That works! I totally missed the part where it said GET is a method, I used it as a function. Good for when you need errors!
-
Do you have an example somewhere of how to do that? The development documentation is a little too cryptic for me (I've had a look at API section, I've created the api.js in the root of the app, but how do I execute the GET?)
-
What would be the easiest way to use a Better Logic variable from within another app? I can get them from a command line at http://homey/api/app/net.i-dev.betterlogic/variable, but how do I do that using JavaScript? Does Homey.manager allow this? …
-
Try this one - if you drop a token in it that contains a number-as-a-string, it converts it to a number: You can then use that variable in a > or < card.
-
Yes please - I had to hook up a bigger monitor, especially when the flow you last worked on jumps to the bottom. Can the flow list maybe have multiple columns? Folders is good too, with a search bar at the top
-
Got it - I was looking for a file and totally forgot the console Thanks!
-
Compare to Slow Ring / Fast Ring on Windows Insider. Neither are a release version, the difference between them is how hungry you are for new stuff. You may very well encounter more bugs, if you want to avoid those, pick the slow ring, where only sa…
-
If an app writes something to Homey.log, where do I find this information? I need to find out why my tiny little app gets stuck in a flow
-
That was quick! Thanks Erik, much appreciated.
-
Threw away a snapshot and now it works! Guess an uninstall would have been enough but hey Thanks for the help!
-
Hm - even when I change those values to a dummy URL, a trigger callled "test" and no JSONPATH at all I get the same error. Could it be that 0.8.22 broke something?