Everything posted by Michel Kohanim
-
Trouble programming a Temperature Sensor for a pool pump.
Hi duncanM, Welcome to our forum! Can you please explain (or post) what's a "no-go"? We do not have such a thing. Also, I think a quick review of tutorials would be quite beneficial: http://wiki.universal-devices.com/index ... e#Programs With kind regards, Michel
-
Total loss of communication. ISY or PLM?
Hello Banichi, I am so very sorry to hear and sincere apologies for tardy reply: our mail server were down all day today. My first questions: do you have any baby monitors or INSTEON thermostats? If so, please disable them. If not, please move your PLM to a different outlet. There have been many cases where there's too much noise on the outlet where the PLM is plugged into and it's intermittent. With kind regards, Michel
-
Admin Console vs. Dashboard
Hi Les, Apologies for tardy reply. Admin Console is the only UI that allows you full device-configuration of ISY. Dashboard should be used only if: 1. You want a nicer UI to control devices 2. OpenADR 3. Smart Meter 4. Network configuration With kind regards, Michel
-
Set variables to temperature, wattage, etc.?
Hi John, Here's a list of others: http://wiki.universal-devices.com/index ... _Variables With kind regards, Michel
-
Help needed with houselinc to ISY migration
Hi EricK, Understood. As far as scenes: 1. You have controller only devices (such as Motion Sensors, TriggerLincs, Leak Sensors, etc.) in which case ISY does NOT let you make them into responders in a scene 2. You have responder only devices (such as IRLinc TX and old ApplianceLincs) in which case ISY does not let you make them into controllers in a scene 3. And, finally, you have the rest which can be controllers and responders: -- If you want multiple KPL buttons to respond to each other and follow each other (in an 'n' way scenario), then you put them all in the same scene and make them all controllers (you can choose) -- Now, let's say you want to be able to control the backlight on some of the buttons on a KPL, and thus you will put them in a scene as responders -- There are no limits (except for the number of links a device supports) as to the number of scenes a responder can belong to. So, your KPL button can be a controller in one scene and responder in 100 other scenes -- There's a limit as far as a device/button being a controller in a scene. The limit is 1. This means that if a device/button is a controller in one scene, ISY will NOT let you make it a controller in any other scene (this is unlike HouseLinc) I hope this helps + some tutorials on scenes: http://wiki.universal-devices.com/index ... ide#Scenes With kind regards, Michel
-
Set variables to temperature, wattage, etc.?
Hi JSchuman, It's not! ${alert.action} means the last value for the property of the device that causes the program to run. With kind regards, Michel
-
Configure ISY to execute script on Windows Box
Hi isyrocks!, Are there any network end points on your computer? If not, it would be very difficult to have ISY call your computer. With kind regards, Michel
-
using comodo PositiveSSL and CA
Hi AJ, Would you be kind enough to: 1. Submit a ticket with: 2. Your remote IP address 3. Please change your userid/password 4. Please change your https port By FQDN of ISY, you mean the UUID? If not, then what? I'll try to login and see what's going on. With kind regards, Michel
-
Help needed with houselinc to ISY migration
Hi EricK, Thanks so very much for your order! The reason you need the PRO is for the batch feature without which every change requires you to wait for all programming to be written to devices. Unfortunately you only have 3 choices when you register devices in ISY the last one of which (import existing links) is the only option that preserves the links. And, this is the option I do not recommend. So, my advice is to start small from one section of the house least used and then expand slowly. With kind regards, Michel
-
Help needed with houselinc to ISY migration
Hi Eric, Thanks so very much for your interest. It's quite appreciated. From migration perspective, I can tell you from 6 years of experience, when you import links (even though there might not be any half links) - and if you have MANY scenes - you are going to spend most of your time trying to figure out which scenes are what and which devices are which. ISY does not know your existing scene names and they all show up as Scene#1. Furthermore, ISY adheres strictly to INSTEON specs. So, you cannot have one button be controller in two scenes (but a device can be responder in as many scenes as you would like). In houselinc, they allow you to do that but not without using half links. Now, doing a simple math, assuming: 1. Each of your devices have 15 links 2. You have 20 regular INSTEON devices and 20 I2CS devices Then, in order to crawl (regardless of importing links) your whole network, ISY will spend: 1. For older devices: One command to read each byte of a link record. Each link record has 8 bytes, and therefore 8 commands. Each command takes 500ms (if everything goes well) + 200 ms. for the PLM to be ready again. So, each record takes about 6 seconds to read: 6 (seconds) x 15 (records) = 90 seconds (1.5 minutes) 1.5 (minutes) x 20 (devices) = 30 minutes 2. For newer devices One command to read the whole record @ 1 second 1 (second) * 15 (records) = 15 seconds 15 (seconds) * 20 (devices) = 5 minutes So, you would be sitting there for about 35 minutes while ISY is crawling the network and, at the end of which, you still have to go figure out which scene is what (in case you import links). Also, ISY's scene management paradigm is very much different than HouseLinc. ISY is hierarchical where as HouseLinc is tabular. So, there will be some getting used to the concepts. My recommendation is this: 1. ISY994 PRO 2. If you have addresses for your devices, then use the first option (do NOT import devices and do NOT import links). If you don't have addresses for all your devices, use the second option (only import devices but not links) 3. Once all devices are registered, put ISY in batch mode (Automatic Write button is grayed out) 4. Create all your scenes ... in batch mode, ISY does NOT reprogram devices but it keeps them in memory till you click on the Automatic Write again. So, you can quickly create your important scenes, then click the batch button again, go for a coffee, and then come back and do more complex ones Hope this helps. With kind regards, Michel
-
Communication Has Stopped
Hi mfranzel, As far as the KPL, I think it's defective. Are you certain ISY's IP address has not changed. I also responded to your ticket with some suggestions. With kind regards, Michel
-
using comodo PositiveSSL and CA
AJ, The root/intermediate certificates MUST be installed in your computer/client (under trusted certificates) and not in the ISY. What CN did you use to get your certificate? Is it your ISY's remote IP address or internal IP address? With kind regards, Michel
-
Where are the SSL/Certificate Settings in 4.0.5?
Hi aweber1nj, I must confess that I truly believe the problem is in the networking layer between your computer and ISY. If you have this problem with all your computers, then the problem is in the router. If you have this problem with one of your computers, then I would look at firewall software (and/or VPN). With kind regards, Michel
-
Best way to recover from "unable to read xxx.rec" file?
Hi whywork, I am so very sorry to hear. I suspect those power outages may have corrupted the file system and specifically the .REC file for your InlineLinc. If you have a good backup, the best thing to do is to restore it. You will need to re-register the device that you just recently added. With kind regards, Michel
-
Wait command inside a program
Got it. With kind regards, Michel
-
New feature "Import/Export to/from Clipboard" in 4.1.1
Hi Tim, None!!! With kind regards, Michel
-
Wait command inside a program
Hi LeeG, thank you! Hi HansSolo, yes, indeed! With kind regards, Michel
-
Can We Have The Wiki Page Updated for Notification Subs?
Hello apostolakisl, You are 100% correct. We still have an action item to clean up the Wiki (finished with the user guide last month). With kind regards, Michel
-
DMX to Insteon bridge - I/O Linc 2450
Hi frustratednon-geek, Are your IOLincs setup in momentary mode? i.e. when you turn them on, they turn off momentarily? And, if so, is that what you want done? Can you give a sequence of an example that does not work (i.e. IOLinc turns on, ISY does this, DMX does that, but this should have happened but didn't)? With kind regards, Michel
-
Motion sensors and occupancy
Hi iostream212, This should get you started: http://wiki.universal-devices.com/index ... _Bathrooms In short, all you need is: If Control 'Motion Sensor' is switched on Then Wait In short, as long as you are in the room and the motion sensor is tripped, the wait restarts. With kind regards, Michel
-
The Global Cache WF2IR works
Hi doogledb, Thanks so very much for the update. Appreciate it very much. With kind regards, Michel
-
Scene Instantly Controlled by a Motion Sensor & Switches
Hi switches, Same issue and the newer PLM does indeed alleviate some of the issues. Do you happen to have the log for the last time this happened? Turning something to off basically means that the first link record's on level is 0. This could be the same All On issue. With kind regards, Michel
-
Where are the SSL/Certificate Settings in 4.0.5?
Hi AJ, Yes, you can use the ISY Finder to connect to your ISY. Simply click on the Add button and then enter the URL for your ISY. With kind regards, Michel
-
ISY 994 failure?
Hi drw, I am so very sorry to hear. If your ISY's firmware version is 4.0.5 and if you have Verizon FIOS or DirecTV, please upgrade to 4.1.0. It will surely fix the issue (Verizon and DirecTV bombard ISY with UPnP traffic thinking ISY is a media server!!!!). If not, please send your Tools | Error Log to support@universal-devices.com. With kind regards, Michel
-
Where are the SSL/Certificate Settings in 4.0.5?
Hi AJ, Those errors you are getting are very strange! What's the operating system? As far as Java, those are the only two. With kind regards, Michel