Everything posted by io_guy
-
1 Wire Temperature - Hooking up to multiple devices
Another option is a Raspberry Pi and a Sheepwalk module. http://www.sheepwalkelectronics.co.uk/index.php?cPath=22 These are hardware based, not bit bangers. A lot of use use the RPI2, but the RPI3 is also available for massive networks.
-
Selling a home with a 994i in it...
I've debated this myself. I would likely leave the system in place and tell potential buyers that I'd remove it if desired. I don't see value in moving 5 year old switches and dimmers to a new place. Especially since if I buy new I get I2CS & dual band.
-
ISY-994i and Insteon Hub
For me, the interface is a far 2nd to functionality. The big thing that keeps me from even trying another solution is that everything new that comes out seems to rely on the cloud. I'm not budging until something comes out that is non-cloud and has the ability for me to write native modules.
-
Subscription Data Questions
if you have a program or app that is to take actions based to current events, you don't want it reacting events that happened hours previous or days previous. A simple example might be an action that happens WHEN a door is opened , as opposed to IF a door opened I don't see the issue here. On connection, your program's code should just ignore the first value change, since it's current status. I have a ton of programs that do this. You could also pull original values via REST and compare. There's 100 ways to skin this cat.
-
Foscam Alarm and ISY Variable?
Don, Can set_alarm be used on all cameras or just MJPEG? What about 264 (both previous and new in-house firmware)?
-
Any recommendations for a relay interface?
I use two IOLincs for my garage and an EZIO8SA. All working great.
-
4 Button KPL KeypadLinc frame file 3D Printer UPDATE07132013
I felt the same way however things have changed a little. When the original repraps came out they were pretty much printed plastic and meccano. Nowdays, to get bigger print areas and higher accuracy, they are extruded aluminum, steel, wood, etc. The amount of printing is quite a bit less. My original reprap was "ok". But when I started using our commercial unit at work I couldn't go back. The newer home-user models (with much less plastic) provide much improved accuracy (and the heated bed helps a lot too). Don't believe the hype on .1mm@.012mm. This is simply the resolution of your stepper - the accuracy of a home extruder will not get you near that range for any consistent period, especially without a heated enclosure.
-
4 Button KPL KeypadLinc frame file 3D Printer UPDATE07132013
The Printrbot is also a good option for a home unit. I've built several of the original style and the new "simple" looks great (and cheap). I would recommend making sure the unit you choose supports ABS and not just PLA. PLA is very brittle, especially for parts that see a little flex.
-
Venstar T5800 Wi-Fi
They either have a special NDA with Nest for their beta API or they Reverse Engineered the cloud connect like the other HA companies did. I see a huge number of requests for UDI to make modules for various devices here on the forum. What everyone needs to remember is the ROI. If 100 ISY users purchase a Nest module @ $40, that's a whopping $4000 for ISY. It's doesn't make sense financially for them to do this. If you look at other HA companies, they rely on 3rd party developers to fill that void. In my opinion, UDI's time/resources would be better spent creating an API interface of their own to allow 3rd party developers to more seamlessly interact with the ISY. ----------------------------------------- Anyway, If you want to connect your ColorTouch, here's an option: viewforum.php?f=103
-
Swimming Pool Temperature
If your sensor makes its way back into the house you could use a Raspberry Pi and OWLink.
-
Venstar T6800 new API with ISY?
My T5900 arrived and am talking to it without any issues. Will release VenLink by the end of the weekend.
-
Venstar T6800 new API with ISY?
Good news. Venstar have gotten back to me and are shipping me a development unit. Once I get it I should have "VenLink" up and running within a couple days. I'll provide access to all items within the API - VenLink will set each of the values as variables within the ISY. All control commands to the Venstar can be sent directly from the ISY, but I'll also include a more user-friendly way through VenLink.
-
Venstar T6800 new API with ISY?
I've contacted Venstar about getting a test unit. If they'll supply, I'll write a Link program.
-
DSC alarm and I/O linc
This can also be done with DSCLink since version 1.1.4. There is a repeater option in the config to send all DSC alarm data though the relay server.
-
Help with water shut off valve needed
Odd. I just grabbed it from my comp again (didn't close the browser), not sure why it didn't post properly.
-
IRLinc Transmitter 2411T Not Adding
There is no iTach receiver for ISY. The only way I know is using a GC-IRE connected to a computer running GCLink (what I'm currently doing). I personally wouldn't use Insteon IR modules for anything (but that's just one guy's opinion).
-
IRLinc Transmitter 2411T Not Adding
An IP2IR (or WF2IR if you want Wi-Fi) receives commands from the network module of the ISY and sends out IR. You can setup virtually any type/number of IR commands. To use it, you would write an ISY program. When it sees the "Night" press, it sends a network resource. I do the exact thing in my setup. There's a couple topics on the forum describing how to set the iTach up. There's a little learning curve, but once you understand it, the device is awesome. viewtopic.php?f=20&t=5087 viewtopic.php?f=20&t=11938 Receiving is tough, because of hardware placement. The Insteon solution is the easiest in terms of placement (power lines are everywhere) but I see a lot of people having trouble with it). Ideally the IR could be wired directly to the ISY and just use the ISY's IR receiver.
-
IRLinc Transmitter 2411T Not Adding
Any chance you can still return the unit? If so go pick up an iTach IP2IR. Way more flexible and works great.
-
Cheap thermometer
What was the reason you switched? Would you mind sharing a few pros and cons for CAI vs Pi? The CAI uses the processors IO bus for software one-wire support over likely i2C or GPIO (this may be incorrect but I can't find a maxim chip on the thing anywhere). For me, this was unreliable - the sensors would sometimes not be detected on startup and my wire lengths were limited. At the time you also needed a separate program (WCLink) to connect it to the ISY. This has changed with the latest firmware, but it's still a little ugly to handle. The CAI board is tapped out for memory and new features. Since switching to the Pi (must be close to a year ago now) and a hardware controller, I have had zero failures with the system and that is with a one-wire network twice the size. A hardware one-wire controller on the Pi can use virtually any sensor, not just temperature. You also then have a Pi to run anything else on. Personally I run about a dozen home automation programs on mine, linking various devices in my house.
-
DSC alarm and I/O linc
The always on computer can be a 2W raspberry pi. No cloud required to access directly, DSCLink uses the TPI. No system, cloud or TPI can disarm your system without a passcode.
-
DSC alarm and I/O linc
For $125 you could buy an EVL3 and Raspberry Pi and install DSCLink. Then you can have full control of your system from the ISY and the cloud. Same thing can be done with the Honeywell.
-
Shutting Down PCs / RPi
In my link programs (I think you're using one), you can enable the relay server which will accept restart and shutdown commands.
-
Best Way to get the ISY to Interact with an Analog Input
Personally I've fully switched to the Pi. I have 2 webcontrols collecting dust and will never turn them on again. Yes they are cheap with abundant IO, but in reality all their IO is difficult to use, interfacing is a pain (yes the newest firmware makes it a little cleaner) and for me anyway, they have been terribly unreliable. My CAIs 1-wire bus would drop out about once a week requiring a power cycle. The new Pi solution uses a hardware 1-wire controller which has yet to crash on me. It also supports many more devices types and numbers. With the Pi being a full Linux system the possibilities are endless on what could be added to it. I personally run six "Link" programs on mine, a web-based remote control for my TV, NTP server, Samba server and it doesn't miss a beat.
-
Control Stereo?
You can't. The network module does not currently support any actions on the return info.
-
Honeywell Comfort Control API
Zoe, Can you give a little more info on the API's capabilities? I previously wrote an app to interface Enviracom with the ISY by reverse-engineering the protocol and using the serial adapter. http://automationshack.com/envlink.html It actually worked pretty well but was a cumbersome setup and was recently replaced with an ecobee. The big plusof this setup was the interfacing did not have to go out to the cloud. I've now written a similar program for my ecobee. http://automationshack.com/ecolink.html ecobee's API is probably the worst experience I've had in home automation. It is cloud based and realtime data is unavailable (runtime data only gets updated every 15 minutes). I'm hoping the new Honeywell API is a little more straight forward than ecobee's and enables faster feedback to help control HA systems. Also, will any future "IAQ" type systems be available to use this API? I need a system with a remote interface module (my previous was a VisionPro IAQ, ecobee is the same) - too many wires and sensors for local hookup. If the API and hardware agree with my setup I would definitely explore writing another Honeywell program.