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.
MatjaLipu
About
- Username
- MatjaLipu
- Joined
- -
- Visits
- 48
- Last Active
- Roles
- Member
Comments
-
Here is one for a Friday night Nice job guys! try { const user = await Homey.users.getUserMe() const response = await fetch(`http://api.icndb.com/jokes/random?limitTo=[nerdy]&firstName=${encodeURIComponent(user.name)}&lastName=`) …
-
0.7.6. just published. have fun.
-
I still dont get the wholo ID thing.. Why not just the name of the app.. That's exactly what restart app card does. You simply enter app NAME.
-
0.7.6 adds "restart app by id" action, which enables that kind of flows. Autocomplete fields does not allow card's tokens.
-
I can see my public IPv6 address and Homey is accessible through it. Is there a plan to add an configuration to disable IPv6 and also *.homey.athom.com? Like LAN only access.
-
Working for me.
-
YouTube app 0.6.0 (in review) adds media support. https://apps.athom.com/app/com.youtube Kudos to Marvin Schenkel! Cheers!
-
0.7.3 adds "app crashed" trigger (pending).
-
Added custom YouTube API key in setting in 0.5.3 (pending).
-
0.5.1 solves this (pending approval).
-
Read it here https://developers.athom.com/library/ledring/ But yeah, it looks like you can update only frames (with updateFrames), not options. I guess you could hook this up with api.js or app2app https://developers.athom.com/library/api/
-
You can read in depth discussion here https://forum.athom.com/discussion/1547/trouble-getting-ir-buttons-to-be-recognised/p1 From my experience it's pretty much the same, some buttons are recognized with learning but none of them actually works wit…
-
You're right, I remember this was available in 0.8 maybe 0.9. Then I guess we're out of luck. You can open GitHub issue.
-
@GeurtDijker app looks amazing. However I am using mac Basic idea has a lot in common with Candy app. What do you think to move all Homey communication to Candy app, consolidate requests/responses and expose it in api.js? Then if internal functio…
-
report this here https://github.com/athombv/homey/issues
-
api.js is pretty stiped down simple JSON API based on Express framework. You have available only following args * params - path params * body - request body * query - query string * files - multipart files * user - authenticated user There are als…
-
-
There is a "present" true/false token in trigger. you could add condition..
-
also flow enabled changed https://github.com/matjaz/info.matjaz.candy/commit/46dd30e3d0ce876b304013f96174914a9c6fc9ba#diff-1d483d5469a266142f646aeeb6c20b27L106
-
Aha, another thing is to configure CORS so Homey app is able to connect to tracker. In tracker config add address of Homey to "allowedOrigins". Added those common issues to first post.
-
in homey settings set url "http://192.168.1.20:3000" without trailing space! If it doesn't work, check developer tools network tab, when visiting settings page.
-
Updated in Candy 0.5.2.
-
Yeah, pending for approval. You can grab latest from Github (see link in first post).
-
In 0.5.1 restored cloud connected functionality using cookie.
-
Doesn't 0.10 overflows to 1.0?
-
try debugging with plain arpscan module . you can find default options here
-
added gh issue https://github.com/athombv/homey/issues/907 Until then you can use /api/manager/webserver/ping
-
Probably homey initiated is triggered moments before Homey connects to cloud. We could add some delay if uptime is less than some time. What do you think?
-
Did you add args in config? First try running arpscan from shell. Use same args in config or remove args altogether.
-
You need to add new (bluetooth) provider. see arpscan provider for a reference.