Everything posted by MFBra
-
HomeKit Support via HomeBridge - Siri Voice Control
I tried, but got this error. (Already posted on Git website, but still waiting for some help) Trying to install homebridge on my Raspberry pi and got this error npm ERR! Error: 1995645456:error:10067066:elliptic curve routines:ec_GFp_simple_oct2point:invalid encoding:../deps/openssl/openssl/crypto/ec/ecp_smpl.c:939: npm ERR! 1995645456:error:1408D132:SSL routines:SSL3_GET_KEY_EXCHANGE:bad ecpoint:../deps/openssl/openssl/ssl/s3_clnt.c:1566: npm ERR! npm ERR! at CleartextStream._puller (tls.js:618:24) npm ERR! at CleartextStream.CryptoStream._pull (tls.js:552:19) npm ERR! at SecurePair.cycle (tls.js:842:20) npm ERR! at EncryptedStream.CryptoStream.write (tls.js:230:13) npm ERR! at Socket.ondata (stream.js:38:26) npm ERR! at Socket.EventEmitter.emit (events.js:88:17) npm ERR! at TCP.onread (net.js:395:14) npm ERR! If you need help, you may report this log at: npm ERR! http://github.com/isaacs/npm/issues npm ERR! or email it to: npm ERR! npm-@googlegroups.com MF_Bra
-
ISY Related iBeacon Applications?
Sorry, I'm almost on the same page as Teken regarding more accurate presence sensing. I was testing geohopper app, and a integration with mobilinc is interesting. His other ideas seems great to pursue in the future. Enviado do meu iPhone usando Tapatalk
-
Amazon Echo and ISY
Michael, I don't have access to my ISY right now, did a search for "dynamic file content" on the wiki and forum, also dogged most part of how-to section but could not find it. Con you point me to some URL? Thank you Enviado do meu iPad usando Tapatalk
-
Amazon Echo and ISY
Michael, Just to give you another example, may be very specific but i have IFTTT populating an Google spreadsheet after some specific events. Currently i mail IFTTT from ISY and it works pretty well. Not sure if i'm the only one suffering with "can i do it in a better way?". This logging to google spreadsheet can be used to several things, such as consumption. I'm not in a country with advanced electrical services, such as ADR or similar.
-
Issues using Mac OSX Yosemite
+1. Everything working fine here.
-
Issues using Mac OSX Yosemite
Sorry, I was out and only today I could check the themes... It doesn't survive to a boot. Probably is the same as all others, without a reboot it saves the windows and themes.
-
Issues using Mac OSX Yosemite
I have exactly The same environment without those issues. I'd strongly suggest to see if it's related to the way ISY broadcasts it's presence and if it's replicated or even accepted by the router. Enviado do meu iPhone usando Tapatalk
-
Issues using Mac OSX Yosemite
It's a long shot, I had problems in the past with those type of "discoveries", my solution was to enable multicast/broadcast traffic in my router. Enviado do meu iPhone usando Tapatalk
-
Motion Sensor and Blinking Lights
Here is one of several possible suggestion, probably not the more optimized: Program 1 If Motion was sensed (MS is on) then Repeat x times Set Desired light On Wait x seconds Set same ligh off Wait x seconds Program 2 If door was opened (Door Sensor switched On) Then Stop Program 1 Set same light off (just to avoid the possibility to have program 1 stopped and the blinking light keeps on), but is optional, you may don't care and shutdown by yourself or get more complex to return to the previous state of that light. (Using variables for instance) Enviado do meu iPad usando Tapatalk
-
Anyone know how to create a "Today Screen" iOS widget to run a program?
It worked very well for me, you don't need to open "holes"* in your firewall and iOS connect automatically when requested by the apps. You may want to take a look to see how to create the auto connect profiles http :// www.derman.com/blogs/iOS-IPSec-VPN-OnDemand-Setup (It works not only with IP-Sec, tried with distinct protocols) *assuming a good firewall/Vpn protection. Enviado do meu iPad usando Tapatalk
-
Anyone know how to create a "Today Screen" iOS widget to run a program?
Have you tried some sort of VPN autoconnection fro your iOS devices? I've tried some apps and they work pretty well, assuming you have a Vpn capable router. Enviado do meu iPad usando Tapatalk
-
Open/Close Sensor
There are many experienced contributors here that may have better ideas, I'd suggest you to have 3 programs (you may solve with 2, but this way you may find other applications also) 1- GD OPENED NOTIFY RUN PROGRAM 2 then path 2- GD TIMMER (normally disabled) no conditions Wait x minutes Notify GD still open You may include here some repeat clause to keep informing you about the door. I have a "growing counter" for this, first starts with 5, then doubles (10,20,40...) does not bother that much but still remembering you about it. (Without considering any potential risk, you may here command the door to close, you should have to detect if is safe to close) 3 - GD CLOSED STOP PrOGRAM 2 The program 1 will start the timer after notifying you, the TIMMER will keep running and notify you after some time. If the door close it will stop the TIMMER and no notification will be sent. Enviado do meu iPhone usando Tapatalk
-
Roomba How-To
Agree, it was more "conceptual". I thought it should be something like a start program with some loop with a delay (ie 2minutes) until next IR toggle and a second one that stops the previous if roomba leaves the dock. The turn-off can be more complex if you want to detect and notify if it got stuck. But at the end this is just theory and putting it in practice is way more complex. Thanks ! Enviado do meu iPad usando Tapatalk
-
Roomba How-To
It will probably sounds crazy, so really sorry if it is, but how about a contact or a motion sensor very close to roomba, just to make sure it left after the initial toggle? So you may send again if it doesn't move. The same for turning it off, you may have a delay (time required to return), so it may also help with some notification if it got stuck somewhere. If you have already the IRlinc, should be an not that expensive to have the sensor, but programming may get more challenging..... Just a crazy idea.... Enviado do meu iPad usando Tapatalk