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
-
Added instructions how to install node on Raspberry Pi.
-
The whole point of this app is not to require any app (Homey or Tasker) on device being detected. If device running standalone app have BLE it could also detect iBeacon devices.
-
I've released Better Presence app.
-
It depends of the UDP service. It should support some sort of "ping" if you want check availability.
-
Sure. app.js is just an entry point. The whole app is standard node app and you can use commonjs as you want. You can take a look at YouTube app how I organised files https://github.com/matjaz/homey-youtube/blob/master/app.js
-
Fire69 said: Where can I find those devtools? Saw a nice screenshot from Emile on slack with info per app about cpu/mem/... but can't find it anywhere http://homey.local/manager/settings/#homey:manager:devkit
-
For me, it worked only the first time I setup flows (about 40 mins before sunset) for sunset start/end. Sunrise did never triggered.
-
Hey, thanks for your feedback. Did you called play playlist action multiple times or just once? Maybe skipping some item may cause this issue, but will need to investigate further.
-
My account points to local ip. Is there still public proxy?
-
I'm working on alternative presence detection. For this a generic list would come in handy. Triggers - Item added/removed (is duplicate) Conditions - list (not) contains Actions - add/remove (duplicate) item (string, number)
-
I've just pushed initial version of presence tracking app. It's standalone node app meant for supporting limiting Homey environmnet. Currently it support ARP ping presence detection with REST API & pluggable architecture (eg. iBeacon). Next I am…
-
@Emile any updates about open sourcing kaku app? https://github.com/athombv/homey/issues/283#issuecomment-191208983
-
app 2 app is possible using api. see https://developers.athom.com/library/permissions/ Homey.manager('api').get('/app/net.i-dev.betterlogic/variable', function(err, result) { Homey.log(result) })
-
Homey app currently uses DefaultMediaReceiver which should also support ChromeCast 2. Haven't test it though. Not sure about audio version. Maybe someone with v2/audio could test chromecast+youtube apps for video/audio playback?
-
changelog can be found here https://firmware.athom.com/
-
Here is some more details about the protocol and implementation. If anyone has time to define words and timings. https://forum.pilight.org/Thread-QUIGG-GT9000-Globaltronics-ALDI https://github.com/dominikkarall/pilight/blob/gt9000debug/libs/pilight…
-
ErikVanDongen said: I'd like to disable build in speech options per app in a settings page. or disable trigger per app.
-
Presence is currently limited only to android devices with Homey app. I want to detect presence for other devices. Maybe later including BLE.
-
Phuturist said: abbreviation of kWh and tells me "kilowatt hours" . How can it do that? https://www.ivona.com
-
After started working on this I discovered pinging hosts from Homey is not possible due two limitations - node native extensions are not allowed - sending ICMP/ping requires root privileges (ping binary has setuid flag) After this discovery there a…
-
@DaneeDeKruyff I totally agree with you. The whole Homey is dependent on operating servers, so sure we want to have good healthy company behind it. We can approximately calculate how much money Athom received from Kickstarter, pre-orders, other fun…
-
This is the same app. Athom developed Wolfram app some time ago, but it was broken due API changes. I have fixed it (see pull request) using latest API. I did for same Chromecast app. However I have independently developed YouTube app. No, I did no…
-
yeah.. getting IP from mac is possible. usually arp is used, but haven't found pure js library for arp scan. That's why idea of external service (like raspberry pi with arp-scan).
-
I am planning to start working on this. Is anybody else already working on this? For starters I'll just create a simple ping method (due Homey limitations for native extensions). Later I am planning to add connection with external service which does…
-
Good idea, but technically it's complicated because of Homey app's limitations. We already discussed this here https://forum.athom.com/discussion/831/status-of-ip-device-as-input
-
This is called cache busting. Sounds like an issue with homey. We need cache busting per app version.
-
Broader idea is we could be able to create extension apps and communicate in realtime(push) between them. Example: new app with trigger when some number variable from your app, difference is [greater/lower/equal] than X. You can implement api.js t…
-
also Homey.get(['val1', 'val2'], function(all){}) would be great
-
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 other app. In that ca…
-
visit http://homey-ip/manager/speech-input/