Jump to content

satwar

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by satwar

  1. I think this discussion has drifted from my original question of what the pop-up error message I/O Error: ProxyDevice could mean. I have looked pretty hard in wiki isy994 to no avail. Perhaps it's time to move on to a new topic.
  2. oops, i upgraded to 5.3.4 and it all went well except my schlage lock is not well. Is there a fix or is it toast. I wasn't really using it for remote operation. sorry for asking so much, but there's a lot of info Yes i stopped virus software but no improvement.
  3. Thank you for the info. I swapped the 5 volt power supply that came with an earlier ISY model. No results My trouble is with step 3. Step 3 is a minefield. First finding the correct firmware. I have ISY firmware 5.0.16C and Z-Wave at firmware 4.55.00. There is a lot of problems with Z-Wave series 200 and I'm not sure what series I'm in.
  4. Sorry for the delay but i'm having problems getting on line with this forum. I don't what the leds are supposed to be, but my ISY has a single solid blue light labelled POWER Yes I cleared the java cache. The documentation says I don't have to format a new SDcard.
  5. sorry but i lost my post, will try again later. basically the problem is that the isy launcher boots up but gets me lots of "I/OError:ProxyDevices" followed by rebooting. I tried a new 16 GB and 32 GB sdcard but the isy launcher doesn't run at all. The original SD card was 4 GB
  6. I noticed that the ISY finder finds My Lighting with the old 4GB card installed, but the ISY finder finds ISY with the new 16GB card installed
  7. Yes there is a lot of info there, but I'm still stuck. I cleaned the contacts in both microSD cards. The performance of the 4GB card was better but far from perfect. At least the isy994 loads I tried a 16GB card and isy994 won't load at all
  8. Thank you, but I will try changitng the card. What is the optimum size of the card. I'm currently using 4gb
  9. My Isy994 system has served me well, especially the many people who have provided me technical support over the years. I noticed, however that I'm getting a high frequency of errors with the red text message "I/OError:ProxyDevices", followed whay appears to be a reboot. I desperately need some troubleshooting advice. Thanks in advance
  10. well it's been a tough go but it seems the io linc 2450 is not compatible without going through more equipment. I saw that the bright white SET led flashes on the up and on the way down, about several seconds after the door starts moving. I'm not sure why the SET light flashes differently than yesterday but the liftmaster opener is difficult to ensure the wiring is well connected to the wiring receptacle. Thanks for all your help.
  11. Wow you're keeping me busy. (1) Both 2450 's are revision 1.5 as printed on the label on the back of the device. Isy says both are version 0.36 (2) The green SENSOR led is ON when the door is travelling (not making contact with floor magnet) and is OFF when the door is closed (making contact with floor magnet) (3) When the door is travelling (not CLOSED) and the door reaches the fully OPEN position, the green SENSOR led turns OFF and there is one bright white flash of the SET led (4) Both 2450's are set the same, Momentary C mode @ 2 seconds (5) I haven't asked Liftmaster about the compatibility with dry closure pulses because I don't know that much about electronics. I read somewhere that the Liftmaster 8365W was obsolete. so there may be some hope that the old electronics design was still being used.
  12. One thing that is confusing me is that the insteon 2450 for Left door does not produce a flash of very white light upon closing door, but the Right door does not.
  13. Yes there is a bright white pulse of light on the led labelled SET on the insteon 2450. The SENSOR light also shows up for a brief time as a bright green light. I'll have to get some more details
  14. Yes, thank you, the Sensor seems to be toggling ON/OFF in sync with the door operation OPEN/CLOSED as desired. Now here comes the tricky part. The COM and NO terminals on the insteon 2450 do connect to the door oontrols. This is where I get confuised
  15. The insteon 2450 has a pair of wires running from the GND and S terminals on the 2450 and connects the door position indicators (open/closed). Whenever the door is open the status led shows open, so at least that works. There is a second pair of wires running from the COM and NO on the 2450 and runs to the red & white terminals on the door opener.
  16. Thank you for your response. I have 2 Craftsman garage doors (139.108815) both working well with remote controls wired and wireless. I also had a Insteon 2450 operating and could activate the doors with Mobilinc HD interface. All very nice but unfortunately one of the door opener motors failed and had to be replaced. I thought this would be a simple task to configure since I had one working just the way i liked it. The Left Door is working fine, but i'm having trouble with the Right Door Following are the details to some of your questions: (1) The 2450 is attached to the garage using the COM and NO terminals (2) I have the 2450 set to Momentary C mode with 2 seconds (3) All remotes are working on each door except the 2450 does not work on the (4) I have the isy detecting the 2450
  17. Greetings everyone. I recently had a new garage door opener installed. I managed to get the remotes working, but i have been unable to get the isy interface working. I thought it would be a simple job because I have a second door opener that works fine with another Insteon 2450 in the isy. There is obviously something wrong but I can't see it. Any help appreciated
  18. The four programs are copied below. I think I will attempt to wire the motor to the insteon 2450 first and if it fails I'll try out the programs you suggested. Left Door Control - [ID 0040][Parent 003F] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Garage / Left Door Status' Query Wait 3 seconds Set 'Garage / Left Door Relay' On Wait 3 seconds Set 'Garage / Left Door Relay' Off Else - No Actions - (To add one, press 'Action') Logic works to open or close garage door, but not required since developing process for opening/closing and showing door status in a single widget in Dashboard or Near Me / Today View Left Door Query - [ID 0053][Parent 003F] If 'Garage / Left Door Status' Status is Off And 'Garage / Left Door Relay' Status is On Then Wait 10 seconds Set 'Garage / Left Door Status' Query Set 'Garage / Left Door Relay' Off Else - No Actions - (To add one, press 'Action') Fixes problems with garage door relays staying on after door is closed. Also queries the staus of door after closing to ensure it is closed. Right Door Control - [ID 0041][Parent 003F] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Garage / Right Door Status' Query Wait 3 seconds Set 'Garage / Right Door Relay' On Wait 3 seconds Set 'Garage / Right Door Relay' Off Else - No Actions - (To add one, press 'Action') Logic works to open or close garage door, but not required since developing process for opening/closing and showing door status in a single widget in Dashboard or Near Me / Today View Right Door Query - [ID 0054][Parent 003F] If 'Garage / Right Door Status' Status is Off And 'Garage / Right Door Relay' Status is On Then Wait 10 seconds Set 'Garage / Right Door Status' Query Set 'Garage / Right Door Relay' Off Else - No Actions - (To add one, press 'Action') Fixes problems with garage door relays staying on after door is closed. Also queries the staus of door after closing to ensure it is closed.
  19. You are correct, I started to panic when the door opener failed. I have attached the Word file Door Control.docx, although there might be a better choice. There are four (4) programs Left Door Control, Left Door Query, Right Door Control, Right Door Control, Right Door Query I have replaced the Right door opener but it's a different brand so I'm not sure where I connect to the new motor. The open / close sensor still indicates the correct door status based on position relative to the garage floor. I created one scene for each garage door which operates the insteon 2450 connection with the opener motor. I'll wait and see what happens when I connect the insteon 2450 to the door opener.
  20. One of my garage door openers failed, but it's been so long I've forgotten what is the code. I am using a insteon 2450 control device. It's been so long I can't remember all the steps required. I created a scene for each garage door ( Left Door Control & Right Door Control) and then created Left Door Relay & Left Door Status designed as controllers and responders I created four programs (see attached)Door Control.docx I'd appreciate any help
  21. Yes it seems to run fine by plugging in Filter Linc to a A/C receptacle and then drawing A/C continuously to the #2450. Thanks for the heip
  22. I think I understand how to use the Noise Filter please correct me if I'm wrong. I plug the Noise Filter into one of the receptacle and then plug the power cord of door opener to the Noise Filtered port. I then plug the Insteon #2450 into the Always On port.
  23. I'm not sure how I would plug in a Filterlinc to a #2450. The filtered output draws power off the bottom of the Filterlinc which in turn needs to go
  24. Well I believe I've made some progress. 😀 I have a duplex receptacle which allows me to plug in the door opener motor. I plugged in the #2450 into second receptacle and then I piggy backed a range extender into the #2450. I then ran start linking and it ran with no problems. I'll now have to see if I can hook up the #2450 to the opener. motor. The door status limit switch operates correctly (open/close) I have created an isy scene for each door opener.
×
×
  • Create New...