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.

aloft

About

Username
aloft
Joined
Visits
48
Last Active
Roles
Member

Comments

  • For the adventurous among us, the FGS-222 (Fibaro double relay switch) driver is available  at https://github.com/ralfvd/com.fibaro .   It doesn't have multichannelnode configuration yet, I'll try to add that asap. But anyone is free to take-over de…
  • Evohome/Honeywell has changed its API somewhere in the last days. As the app uses an unofficial API, there is no notification/documentation on this change. Due to this, QuickActions (reading and setting ) are not working.  The reading of the Quick…
  • Jeroenvano said: RobinVanKekem said: Actuall, @RalfVanDooren did the heavy lifting for the dimmer 2  Kuddo's for @RalfVanDooren     Oh is that account still active? "Back in the day", Athom had a temporary issue with …
  • @jorden Just installed 1.2.2 and disabling/enabling the camera (inside Surveillance Station) works as designed. Thanks! 
  • I need to look at the reporting that comes in when you pair it by default. Maybe with some changes in the way it processed the reports, we can make it work without updating the parameters twice.
  • Action is to find out if we can force the update of the parameter 121 to the correct working value. There is a 'default configuration' setting available in the app code , but so far, I need two updates, first to 0 and then to 256 .  Would be great t…
  • @DaneeDeKruyff  I see Athom is creating the Aeotec application ( https://github.com/athombv/com.aeotec ) , so I have added your code to that repository via a pull request, so @RobinBolscher can integrate the support for ZW089-C  ; Let's hope it gets…
  • Not sure why you can't get this app submitted to the app-store, but one word of advise, please use an email address that you will read. I think Athom uses this address to send crashlogs etc if your app would crash.  There are enough free 'privacy-a…
  • Also with this app (as in previous versions where support was built-in to Homey) , to get the sensor to work, I first needed to set parameter-121 to 0,  wake-up the device, and then set it to 256 and wake-up the device again. Then it correctly sees …
  • @DaneeDeKruyff  Great! I've created a GitHub app with your code: https://github.com/ralfvd/nl.bevlogenheid.zw089c I understood Athom is working on a generic Aeotec app, so by then we could include your code in that app. But this helps for now.
  • Robinjo said: @caseda Is there a way to install the community written driver manually? I think the community written driver (for the fibaro dimmer v1 and some settings for the motion sensor) is already included in the app store version, …
    in Homey v0.9.1 Comment by aloft July 2016
  • p0nts said: jjtbsomhorst said: p0nts said: nteuniss said: Same here. I managed to add the Fibaro Sensor, that seems to work ok, but I'm missing the support of the Fibaro Dimmer 2 to really do some testing. I hope that…
    in Homey v0.9.1 Comment by aloft July 2016
  • They are counting on the community to extend / create apps for Z-wave devices.  But a lot isn't documented yet, so it takes some trial and error and waiting for Athom's feedback to get the first apps. I've experimented with extending the Fibaro App…
    in Homey v0.9.1 Comment by aloft July 2016
  • That might indeed be a Fibaro Motion sensor configuration, you have 'blind time' and 'cancellation alarm' settings, so it might take a while before it re-sends the signal.  You could make an extra flow: Flow 1: When motion detected; turn light kit…
  • So first flow: When: zie beweging, then 'draai zandloper om ktichen 120 sec' AND 'turn on light kitchen' second flow: when: zandloper is 0 then: turn off light kitchen
  • @Reemster; what would you like to do?  The app is pretty simple: As an action in a flow, it can start a countdown timer.  Then in a separate flow, there is a trigger-card ; when timer reaches 0 . This will be triggered as soon as the timer = 0 .  …
  • Didn't find any issue with the 'admin' account, via the Synology GUI , it will disable/enable cameras with that account.
  • @tim1990 @jorden  I have the same, also when I send a message via Telegram back, I get two messages.  Blazingly fast though! That is impressive I use a private bot as per your instructions.
  • @jorden  I've sent you the logs, but I think it includes the polling, sorry about that. I've removed the plaintext login information, it still shows ("add device" "checking device"). Here's the log without polling; probably the sequence of 'respon…
  • jorden said: Only if you make a copy of the app and rename it (in app.json only I guess) Yes, that works perfectly. I use it for development, just rename it in app.json and it will appear as a second app. 
  • @jorden On both disable and enable action-card I get a red cross.  The 'start recording' and 'stop recording' do work.  Will it help if I run it via the CLI? Will it show any extra info?
  • Great work, looking forward to it as well. 
  • I figured it out; Synology somehow blocked the IP address of Homey. Now it works like a charm.  @jorden Can you add the "Enable" and "Disable" methods as action cards?   My Synology does the motion detection on the camera, but I'd like Homey to con…
  • To add to this, if I emulate webapi authentication in my browser http://192.168.89.2:/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=3&account=&passwd= I get: {"data":{"sid":"djfadklsf"},"success":true} So webapi authenti…
  • @jorden  enablepolling = undefined Synology Surveillance Station app - got get_devices from front-end, hostname =192.168.89.2 [CMD] Login called RESPONSE END "{\"error\":{\"code\":402},\"success\":false}\n" [CMD] List ca…
  • @jorden ; i have the same issue as @skylab some comments earlier; Pairing my synology doesn't work: I save settings, but I don't get the next screen. The 'debug screen' of chrome doesn't show anything, until the pairing times out.  Disabling and re…
  • Honeywell Evohome app has been updated to 0.4.5. No significant changes; I've deleted some logging entries (in Settings/Logging), to have a more clear overview of significant events instead of 5 minute updates where no changes have been made or see…
  • tim1990 said: Yes till 1.0.0 i think! But that will take som time i think. Also, i think the best testing will still be to get it out "there". The Kaku app update took 2 weeks because of the "testing" with small groups by updating the other 433…
  • @keverjeroen and @ThijsDeJong  it has been released in the app store. 
    in Random time Comment by aloft July 2016
  • CountDown version 0.2.0 has been released in the AppStore. It adds a new action card: a random countdown timer. Give minimal and maximum values, and once triggered, the timer will start, counting down with a random number between those values ( mini…