Everything posted by MWareman
-
So what do I need to replace?
Safe mode means the ISY cannot talk to the PLM. Try powering down the PLM and ISY, waiting a bit, powering the PLM, waiting a bit then powering the ISY. If that does not work, your PLM may have died.
-
GURU Wanted - Minor Road BUMP
The 4 tap function is described on page 4 and 5 of this manual: http://www.insteon.com/pdf/2443.pdf I believe that details are in most/all dual-band products manuals. It also describes much about placement and phase coupling. Michael.
-
Amazon Echo and ISY
I have a Android Wear device - I just have not spent time getting voice integration working on it yet. Pretty neat - but a long way to go yet. I was a Pebble owner before, and its much easier to do ISY integration with that - due to PebbleTasker. But, no voice recognition there.
-
Is Insteon Dead?
I remember 'talking' Insteon via a TCP socket to a 'SmartLinc' device, which (unofficially) allowed access to the native messaging stack via a TCP socket. Its a shame that ISY (and most others) never supported this as an option for those that wanted to separate their ISY and PLM with an IP network rather than a serial link.
-
Daylight saving time
Time servers send the time in UTC. Conversion to summer/daylight saving hours (and the switch) should be handled by the OS itself. I seem to recall issues last change as well with a prior firmware, though I have not checked my ISY with the current beta yet.
-
MobiLinc Connect, Port integration and remote access
Yeah, that won't work. 443 is SSL and 80 is not. You cannot (normally) port forward port 443 to port 80 and have it work. You also appear to have two definitions that include external port 443 this will cause a conflict. Remove the line labeled 'isy' (its the one that forwards all ports from 80 to 443!). I'm also not sure why you are port forwarding TCP/500 to ISY - but that won't affect your connectivity. Michael.
-
Problems With Hidden Door Sensor
I'm not sure, but I think wireless devices will only relay to the wire, and from the wire to wireless. They don't relay wireless to wireless. Is this correct? So, the sensor send a wireless message, received by one KPL in the garage. The transmits on the wire in the garage. Its only received by the other KPL in the garage (due to the panel) and then sent wirelessly. We are at two hops (one hop left) with a wireless signal. Arriving in your house, let's say the signal is received on a device on the opposite phase as your PLM. Bang - no more hops left. Given KPLs are usually installed in grounded metal boxes, the range is extremely limited. Actual 'Range Extenders' may help - one in your garage panel, and one on each circuit in your house. Just a theory, and I could be fundamentally wrong. Michael.
-
"button groupings migrated/accomplished through scenes...
I recently had a 6 button KPL (about 3 years old) working flawlessly controlling a fanlinc using only scenes. It was a relay device though - I wanted to change to a dimmer (for the light) - so got a new 6 button KPL (latest firmware). I could not get the scene method to work at all - I had to revert to button grouping. No idea why.
-
Network Module HTTP GET Request
ISY is not really 'trunkating'. Its just only displaying the received header - not the body. The browser only displays the body, but not the header.
-
Occupancy program review
I beep a switch every 2 seconds in my laundry room when the light is on and the alarm is armed night. It stops my wife from forgetting to disarm the alarm before opening the garage door. Other than that, I've not found a use for the beep.
-
Having Issues Adding New Devices?
Also, the X10 dryer 'bridge' does not bridge Insteon traffic to my knowledge.
-
Program a dimmer to act like a switch?
Many non-dimmable CFLs and LEDs can also cause the switch to buzz when on a dimmer - even at 100% brightness. I went with relay units where I didn't want to change the bulbs.
-
Work around for Insteon 2842-222 Motion Detector not sending "Off"
You could try changing And Status 'Hall / Hall MD-Sensor' is On To And ( Control 'Hall / Hall MD-Sensor' is switched On Or Control 'Hall / Hall MD-Sensor' is switched Off ) Or you could try programing a query of the device at 9:25pm.
-
Can't send email via Gmail all of a sudden
It doesn't. Google have provided the ability to generate 'application specific' passwords that are stronger and random - for those devices that still need to authenticate but cannot do 2fa. ISY is such a device. If you use 2fa on a gmail account, you need to obtain an app password for the ISY to use to send email.
-
I'd like to "Relay" something to you....
It also means you cannot connect a PLM at the same time, since it connects to the same port. I'm not sure why there is not a 'pass-thru' of some kind, and the ability to chain many together to enable multiple relays to be connected.
-
Can't send email via Gmail all of a sudden
I think 'high security' in the google console is two factor security.... Nothing to do with SSL or TLS. When you enable 2fa in your google console, your regular google password will not work for SMTP. That by design. To use SMTP authentication, you'll need to generate an 'application specific password' to use with the ISY, and use that password in the ISY to authenticate (along with your gmail address). Michael.
-
While a then is "waiting" does If have to remain true?
Forgot that little nugget! Thanks!
-
Using sensors from Cox Home Security
With that as your only condition, no question the answer is Elk. I use it - and I'm very happy. Elk becomes a first class citizen in your ISY. However, DSC based systems can be integrated well as well using a RPI based bridge and dsclinc (http://forum.universal-devices.com/forum/40-dsclink/)
-
While a then is "waiting" does If have to remain true?
You are correct. Yes, to keep running true the conditions must remain true. Additionally, any reevaluation of conditions will cause 'Then' to start over. So, dimming one of the lights (still on though, and still evaluating true) will cause the If to reevaluate and restart the timer. Michael.
-
I think we're doing it wrong.
$99 !!! Wow.... http://gizmodo.com/this-ifttt-enabled-panic-button-will-start-anything-but-1636133982
-
I think we're doing it wrong.
Hmmmm... bt.tn => IFTTT => CAO Tag Manager => ISY - and on to any action you desire.
-
Hidden Door Sensor and reboot/power loss
That's what I'm doing. It provides a reliable way to track the door. Only gotcha is if the door state changes while the ISY is offline, but it fixes itself next door state change. Worth mentioning, it needed two programs. On looks for 'On' setting the variable and init to 1 in the 'Then' - and the second looking for 'Off' setting the variable and init to 0 in the 'Then'. Using Else can cause the issue to propagate to variables if the device is triggering on boot with a null value.
-
Revoked Certificate
They did. They even gave advanced notice for those about to buy. And they offered a VERY generous upgrade. I'm really not quite sure what else they could have done to be honest.
-
HAM Reliability and my workaround
Yes, yes, YES!! Michael.
-
How do I add the hidden door sensor?
Its a link limit I believe. Removing a scene removes link records, making more available for the adding of a device. I agree - it should be logged so its easy to spot. I hit the same issue and caused me to up to PRO a few years ago now.