fahrvergnuugen
Members-
Posts
71 -
Joined
-
Last visited
Recent Profile Visitors
366 profile views
fahrvergnuugen's Achievements
Member (3/6)
4
Reputation
-
ISY944i stopped working after power failure
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Only the power LED lights. Nothing else lights or blinks -
ISY944i stopped working after power failure
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Both network LEDs light up. The link light stays on and the activity light blinks. However with the micro SD card removed, the red error light doesn't turn on and neither do the Tx/Rx lights. On the other ISY I have the error light turns red when no SD card is inserted. A bit perplexing. -
ISY944i stopped working after power failure
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Understood. I put the SD card in a card reader and can read the directory structure. I also was able to make a full disk image back up of it. I swapped the card into the other ISY. It booted up with the wrong IP address, but all of my programs and devices are listed. I changed the IP and rebooted again and everything seems to be working. Time to get the scope out and see if I can figure out whats wrong with my original unit. -
ISY944i stopped working after power failure
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Right, but as stated in the original post - I don't have a backup. -
My ISY944i stopped working after a power failure. I tried two different 5v 1A power supplies as I know this is a common failure, but the ISY is not pingable and none of my programs are reacting to insteon traffic. When I power it on, the power light is lit as well as the link light on the switch, but no RX/TX and my network management software doesn't see the mac address as being connected. If I power it on with the SD card removed, the error light doesn't turn on either. I have another ISY944i that someone gave me when they switched to Zwave. Can I swap the SD card over? Or is it only possible to recover from a backup (which I do not have)?
-
Both of my motion sensors simultaneously started doing this - they go from On -> wait to time out -> Off -> a few seconds -> On -> repeat. They are stuck in a loop somehow, but I can't figure out why. I tried swapping batteries but that didn't fix it. Here's how they are configured: Here's the log from one of them:
-
The EZIO2x4 seems like a really nice unit, but its quite overkill (and therefore expensive) for what I'm doing. FWIW, I'm trying to toggle an Arduino input pin to know that I toggled an Insteon light switch in order to turn on some WS2812 LEDs. What about this ZWave MIMOLite? Could I integrate an insteon switch with the MIMO using the ISY?
-
I'm finding that I/O Lincs are dreadfully unreliable. I have 5 I/O Lincs and I am constantly having either communication issues or relay issues (communication works fine, but the relay doesn't trip or it trips and doesn't hold). Is this common? Do these relays simply wear out? Are there any alternatives? Any DIY/Arduino based solutions that you know of? I really wish they would make a dual band I/O Linc with a solid state relay...
-
Can the REST API turn on/off a KeypadLinc Led?
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Thanks for the explanation guys. It makes sense why the ISY can't do it. It doesn't make sense why Insteon chose to leave this out of their protocol Happy New Year! -
I have an 8 button KeypadLinc and I'm trying to control the LEDs behind buttons B through H. 3D 7C 5B 1 is the address of button "A" Thus http://10.0.1.201/rest/nodes/3D%207C%205B%201/cmd/DON turns the load on and consequently the LED behind button "A". 3D 7C 5B 5 is the address of button "E" http://10.0.1.201/rest/nodes/3D%207C%205B%205/cmd/DON gives an error (to be expected I suppose since there is no load attached to button "E". Then I noticed in the REST API documentation that you can set properties, so I though I would try setting the ST property to ON or value 255. http://10.0.1.201/rest/nodes/3D%207C%205B%205/set/ST/255results in a 200 (success) but the LED doesn't turn on. Am I missing something? Is there any way to control the button LEDs from the API? FWIW here is the XML for my keypad button E: <nodeInfo> <node flag="0"> <address>3D 7C 5B 5</address> <name>Kitchen KeypadE</name> <parent type="3">44227</parent> <type>1.65.69.0</type> <enabled>true</enabled> <deviceClass>0</deviceClass> <wattage>0</wattage> <dcPeriod>0</dcPeriod> <pnode>3D 7C 5B 1</pnode> <ELK_ID>C07</ELK_ID> <property id="ST" value="0" formatted="Off" uom="%/on/off"/> </node> <properties> <property id="OL" value=" " formatted=" " uom="%/on/off"/> <property id="RR" value=" " formatted=" " uom="seconds"/> <property id="ST" value="0" formatted="Off" uom="%/on/off"/> </properties> </nodeInfo>
-
Took apart a Switchlinc v1.0. How does this even work?
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
So this device: http://www.smarthome.com/insteon-2342-242-mini-remote-switch.html Is almost exactly what we are talking about (they also make 4 & 8 scene kepads). All they would need to do is make a hard wired version for power with no battery at all. Unfortunately, they are almost the same price as a full blown switchlink -
Took apart a Switchlinc v1.0. How does this even work?
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
It still seems like a nice option to have IMO - I wouldn't mind a cheap slave switch that just trips the master relay. I don't see a downside really, especially for basement lights, garage lights, etc where dimmers aren't used. Oh well, smarthome had it and then they axed it. I guess the decision was already made! -
Took apart a Switchlinc v1.0. How does this even work?
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Totally agree! My house is full of 3 & 4 way switches, it makes this upgrade process pretty painful for the wallet. The fan in my great room has 5 switches connected to it!! -
Took apart a Switchlinc v1.0. How does this even work?
fahrvergnuugen replied to fahrvergnuugen's topic in ISY994
Ahh that makes so much more sense now. I didn't know that they made slave switches that were designed to be physically wired to the master switch. -
You can save your username & password quite easily because it is a standard HTTP 401 challenge, so you can submit your credentials via the URL. The syntax is: http://username:password@hostname So if your username is mwareman, and your password is "topsecret" and your ISY is on IP address 10.0.1.10, enter this URL into safari: http://mwareman:topsecret@10.0.1.10 Then bookmark it and save it as a web short cut on your home screen. This will put an application icon directly on your iPhone's springboard which has the username and password saved in the address. Safari will complain about accessing a phishing site because it detects that you are passing a username & password in the URL. You can ignore the warning every time, or you can disable the warning in the preferences (only do this if you know what you are doing). HTH!