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.

Robin

About

Username
Robin
Joined
Visits
74
Last Active
Roles
Member

Comments

  • It's very easy, just download the zip file from github, and look at https://developers.athom.com/library/getting-started/ to find out how to upload it to your Homey! The app update will probably be released in the app store on Monday or Tuesday, d…
    in milight Comment by Robin April 2016
  • Yes, that is because the app has not been updated in the app store yet, expect this beginning of coming week.
  • Dont worry, its because we reached the limit of clients connected to their api, temporarily problem which is already fixed!
  • I am not an expert on z-wave to be honest, perhaps @Taco could shed some light on this?
  • We are aware, an update for the Nest app is in the process of being published to the app store!
  • We are aware of the missing flow card (Milight misses the saturation capability which is needed for the current color picker). This is on our to-do list (@Emile).
    in milight Comment by Robin April 2016
  • I am aware of the Milight app crashing after a set amount of time (using it myself as well ). I prepared a fix, which is in the process of being tested and published to the app store. In the meantime, if you are impatient get it from github: https:/…
    in milight Comment by Robin April 2016
  • Yes we are, however Eneco recently introduced an acceptation test program we have to go through which will take some time.
  • During development of the IFTTT app I came across this issue a couple of times as well, IFTTT seems to trigger multiple times randomly..
  • PimBliek said: I tested the IFTTT channel today and cannot get it to work. I have an event with the following JSON object: {"even":"test"} I copied all the info from the webhook into the settings of IFTTT in Homey... (URL, ID, Secret). On http…
  • @JasperKort we are aware of this missing feature, most color changing bulbs support both hue and saturation (philips hue, lifx, etc.). In order to change the color of the light Homey uses both these capabilities, however the milight doesn't support …
    in milight Comment by Robin April 2016
  • The Smarter Coffee machine is not on the roadmap as of yet, I did found this (partially unfinished) library, so perhaps a community member could already start with it!
  • Found it, nasty little bug where the iKettle app starts to search by default on 192.168.1.x, of course, on your networks there is no iKettle to be found there. This one slipped our testing process, as the iKettle at the office happens to be 192.168.…
  • Okay, that might have something to do with it. I will look at it asap and let you guys know!
  • Hmpf strange, we did some thorough testing at the office before updating it last week. Do your iKettle's seem to be on a subnet not equal to 1? (so at 192.168.100.x for example)
  • Okay, and Homey and iKettle are on the same subnet? (so both have IP 192.168.A.B, where A should be the same on both devices) We have an iKettle at the office, and to be honest, it is really a pain in the ass sometimes to connect with. 
  • Are you able to control it with the app? (Is it already paired with your local wifi network?)
  • Great, goodluck with your app
    in Log-file Comment by Robin March 2016
  • Weird, just tried and it works here. What firmware version are you running? You could try to update the athom cli (npm install -g athom-cli)
    in Log-file Comment by Robin March 2016
  • Well, I can't look at your code, but if you log something in the init function of a driver, this should be logged to your terminal when ever you enable the driver. If you don't see the logs, my best guess is your code is stuck somewhere or doesn't g…
    in Log-file Comment by Robin March 2016
  • Strange, then my guess is that you app doesn't run the piece of code where you applied the logs. Try putting a console.log in the init function of the driver (as first line) this should always run. Then you at least know it is logging:p
    in Log-file Comment by Robin March 2016
  • Are you logging on the front-end (so in the settings panel, or pairing wizard)? Then they should appear in the browser console. Else you can find the console.log's in your terminal where you did the athom project --run.
    in Log-file Comment by Robin March 2016
  • TarikFaik said: Missing away option  Away functionality will be released in the upcoming version! Unfortunately, Nest doesn't allow third parties to change the away status, so read only.. RoelCollignon said: @Robin It would be …
  • Good to hear! So you want to be able to set the Thermostat to Away in a flow? Noted that, will come in a future version.
  • Ah:p Well, I cannot say anything about that either, such questions are better directed at Emile. Or look in the, Shipment & Software Status topic, I think you are not the first to ask this question
  • Well, that completely depends on Nest. In my experience they are not extremely quick, but when I get enough feedback and the app runs smoothly this should not take too long. An estimate I cannot give you..
  • The app just went live on the app store. If you find any bugs please report them on Github, this will help speeding up the certification process with Nest to get unlimited users!
  • For now the Nest app doesn't log anything specific to Insights (except for thermostat temperature). What other sorts of information would like to have logged to Insights? By the way, the Nest app just went live on the app store!
  • Great to hear it is working! @Peao the things you mention are definately on the list of features to implement in the future.
  • I don't think these bugs are related, the one disabling the IFTTT app had to do with programmatically triggering a flow that did not work.