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.
jorden
About
- Username
- jorden
- Joined
- Visits
- 1,268
- Last Active
- Roles
- Member
Comments
-
I can make a trigger for when the cam starts recording through the app... not if it happens from outside. Would that be okay? Or the alternative would be to keep on polling. Will talk to Emile if that is 'acceptable behaviour' for apps.
-
I have submitted version 1.0.1 to the app store for approval. If you cannot wait, install it through https://github.com/jordenc/com.synology.surveillance via the commandline. It features the ability to set a custom port for your NAS. Also shows an …
-
Try to use the SMTP of your internet provider? I am a webhoster myself, so I just used my own SMTP server, which worked. I couldn't get GMail to work on the first try so I stopped trying there.
-
I have tried Gmail as well and got a security message about a 'log attempt blocked'. But that might be because I used port 25 and no tls.
-
Yeah, on mail I actually already built the ability to set a custom port
-
Well, as tomorrow I won't be around, I will try to make it by thursday. Then the app will have to be re-approved before it gets updated in the app store, which might take a few days. Great to see that that's the only problem
-
If you access the NAS in your browser, you will go to :5000">http://:5000 (or in your case, possibly a different port?) I have not made it possible to change the port in the Homey application but if that is the case, I will add that in an update…
-
You can also set a specific volume level, but ofcourse, then you'd have to make your own voice triggers for it.
-
No, I think that should work. I am also outside of the network my NAS is in and was able to add it without a problem. Just as long as the Homey is in the same network as your NAS. Does it run on port 5000 as is default? I just tested it from a cl…
-
I could look into that, shouldn't be too hard, although I don't know how well Homey understands spoken numbers. Does it show them as numbers, for example 16, or as words, for example sixteen? (Not that that really matters, since I can also just mak…
-
Someone in this thread mentioned it worked on 0.8.29 so I changed the required version number (I am unable to test it myself). Are you sure of the IP-address, and are you sure that the username that you supply does not require 2 factor authenticati…
-
@Jon Do you get an error in your console log? (CTRL+Alt+J in Windows Chrome I think, cmd+alt+J in Mac Chrome) It should, in a few seconds, continue to the next screen where you can select your devices.
-
@keverjeroen It has just been approved, 2 minutes ago https://apps.athom.com/app/com.synology.surveillance
-
And it already got published in the app store
-
Version 0.9.0 has been published in the app store a few seconds ago: * Set listenmode (NEW)
-
I already made it available through email, so if it is an easy fix to add this as well that is possibly easier than trying to do that on the NAS.
-
Just released the new version, marked as '1.0.0' since it seems to be stable and I don't know what else I can add anymore Added 2 "condition" cards, 'is available' and 'is recording'. I specifically love this:
-
Just had an extensive look into the Action Rules. It is not possible to set a trigger into Surveillance Station, so it triggers Homey. Only way to do is 'polling' which is not something I like (Homey will constantly try to 'bug' the NAS to see if an…
-
Currently, I have the file base64-encoded in javascript. So I can possibly just push it with a command: new Buffer(data.data.imageData, 'base64') That is, ofcourse, if they allow that if I need to provide an URL or file path that will probably not…
-
@Rocodamelshe do you get an error in the console log? I just tested on a 'fresh' install and it seems to work well when I enter the mail settings...
-
Yeah I actually had the setup for 2 years but never used it before... I did have a setup where my Synology would make a screenshot every minute via cron and then sync it to Dropbox, but that wasn't so useful. So I really love this setup myself If …
-
How much work would it be to build in the ability to send a JPG picture through your app? I would love to extend my https://forum.athom.com/discussion/comment/19350 Synology Surveillance Station app with new abilities to send out snapshots (Already…
-
MarcoWijk said: jorden said: That OpenHab thing looks useful, although I'm not familiar with OpenHab and it might be hard to get the code out of that massive package. I'm not currently at home, but can someone turn on their Horizon, f…
-
@Rocodamelshe that's strange. Will have a look at it later when I have some time. I had some struggles with the settings page (first time I did that), but in the end it worked for me. But I have an idea what might be the problem so expect a fix late…
-
"OK Homey, stop" probably also works. At http:///manager/speech-input/ you can see what Homey understood, probably something like 'Play ... '
-
I am not sure if the node modules I used, work on the older versions. You can try by editing app.json and change 0.8.30 to whatever version you are on. @RobertLijkendijk did you download after 20:00? Before that it didn't work, after that it shoul…
-
Snapshot via email-function now works, in version 0.0.4 (still only on github for manual installation, not via the app store yet)
-
I just managed to send out my first mail containing a snapshot Am now going to make that 'dynamic' so you can fill in your own SMTP settings, as well as the receiver
-
That OpenHab thing looks useful, although I'm not familiar with OpenHab and it might be hard to get the code out of that massive package. I'm not currently at home, but can someone turn on their Horizon, find it's IP-address in the network and then…
-
This will probably be possible in the future. However, if you connect the ipcam to a synology nas with surveillance station, in a week there is an app for starting and stopping recording as well as taking a snapshot (see the synology topic). I wil…