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.

MatjaLipu

About

Username
MatjaLipu
Joined
-
Visits
48
Last Active
Roles
Member

Comments

  • https://forum.athom.com/discussion/1190/homey-fixed-ip-address/p1 tldr. currently not possible (use router settings).
  • .34 added app watchdog. https://firmware.athom.com I experience same issue with all apps when doing athom project --run. If you encounter this message only on startup I would say it's safe to ignore it, since app uses resources to bootstrap.
  • Flic recently released new linux SDK https://github.com/50ButtonsEach/fliclib-linux-hci It uses kernel capabilities so I doubt this will work with Homey (due security restrictions). So one option is to have second device which is running flic daemon…
    in Flic.io Comment by MatjaLipu May 2016
  • c'mon guys. this is marketing. do you know istockphoto and similar..
  • Phuturist said: RobinVanKekem said: I don't know if Athom is open for pull requests on their apps. May I suggest you try and find out   I believe the YouTube and Chromecast apps where originally created by Athom but have been t…
  • latest commit also mentions promax. I suggest you to test.
  • yes and probably no. port scan is basically tcp connect flood.
  • Latest Action app added support for Quigg remotes. It's not yet available in store but you can install it from Github. https://github.com/athombv/nl.action Maybe some fine tuning is required, but I've managed to pair my remote and control socket wit…
  • https://github.com/athombv/homey-arduino/issues/1
  • +1 on that!. Also having multiple ACL tokens would be great. This could be implemented incrementally. Starting with reseting bearer token.
    in Rest API Comment by MatjaLipu May 2016
  • read https://forum.athom.com/discussion/1193/device-online/p1 https://forum.athom.com/discussion/1033/presence-detection/p1 tldr: arp scan, ping, tcp connect.
  • KoenMartens said: The way screensavers work (as far as I know now) is: - you set a rgb value to each of the 24 pixels - you set a couple variables that determine the rotation speed of the ledring. - neither of these can be altered after the app h…
  • I guess you're having issue because package requires native extension which are not supported by Homey. Try finding module that do not require native extension. Regarding multiple modules: You're probably using npm 3 which install all packages in r…
  • Increasing sensitivity should result in better range, but it will decrease signal quality. So it's matter of finding best sensitivity/range/quality.
  • I don't know how iOS works and if it's possible to use wifi to test device presence. Homey bluetooth support would here open new possibilities. I'll add new provider which you can notify your device is present. Then in Tasker (or similar app in iOS…
  • MennoVanGrinsven said: Just a question. arp-scan does not auto detect my interface. i need to manually supply that. where can i configure tge arp-scan commandline parameters.  @MennoVanGrinsven I've added support for custom arp-scan arg…
  • ericjanvanputten said: however, with an iphone 6 running 9.3.1 (up to date) it doesnt work well -yet-. Basically every x minutes when the phone is on, but locked / asleep i get homey/presence app to find it, lose it, find it, lose it, etc.   …
  • remove the trailing /
  • Phuturist said: posthok said: Great app!!!. Please could you add a way to calculate time? for example 17:00 minus 1 hour There is already a way of doing this using the mathjs stuff and the $timenow variable. See for example: htt…
  • can you elaborate on "not found in homey"? what url, network tab screenshot.
  • I think existing app could be extended with Goodwe API (similar to existing PVOutput). I guess you are interested in "curpower" and "eday". It looks like  there is a way for pushing Goodwe data to pvoutput.org... https://brnrd.eu/misc/2016-03-13/goo…
  • Definitely access to raw 433, IR & others signals would be great. It would also help for decoding signals and specifying words. Simple record and replay signal would be good enough for starters. Since this would be generic app, it can't have spe…
  • @SietseVisser  Homey app have "Presence changed" trigger which provides you with "Present" (boolean) and "ID" (provider id) tokens. For arpscan provider id is mac address where upper/lower-case depends on arp-scan binary system uses. Don't understan…
  • Thank you for your codes. If you have time, can you try increasing sensitivity to 0.9 by 0.1 until you still have same unit code for same button.
  • Presence app should work without a problem. I haven't tested arpscan/ping binaries on windows. It looks like ping module have a support for parsing windows binary output. I am not sure about arpscan module. Can you provide me an output of arpscan an…
  • Here is a list of my codes.
  • Here https://github.com/matjaz/homey-quigg-gt9000/blob/de4c170013c131d20af94eee0939f5f4da2af7fd/app.js#L19 No hurry and thank you for help! Have a great weekend.
  • multiple flows. 1 for ledring with any tag detected trigger one for every music to play, with specific tag detected trigger.
  • Same here. What is the best position to point remote to homey (front or rear where cable is)? Also I think signal processing is too strict since most buttons are not recognised.
  • this is geek stuff section. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString https://en.wikipedia.org/wiki/ISO_8601