Everything posted by oberkc
-
Keypad Question for Vacation On/Off
What else is on the circuit containing the keypad? I have a troublesome keypad also, but different kinds of troubles than yours. Mine seems to have trouble with writing changes from the ISY. Interestingly, it otherwise seems to work. I began to wonder of the kinds of failure modes that these things can have. Perhaps the troubles you are seeing is indicative of a faulty device? The only way that I can think to test would be to take it out and temporarily wire it to an extension cord, then plug it into the same outlet as the PLM. You asked earlier about a query. Do you still have the standard 3:00am query program? I still consider this a kluge, but it may get you by. I just depends on how important is a quick response to your button press.
-
Keypad Question for Vacation On/Off
I would , then, temporarily run an extension cord from another circuit in another room, into which I would plug the PLM. Once done, I would see if the comm problems are solved. If so, I would put all that other computer equipment on a filter. It is also worth rechecking the access points, in my mind. Is this keypad the only device that appears to be having trouble communicating with the ISY?
-
Keypad Question for Vacation On/Off
While, theoretically, you could query a device, I suspect you will not get good results without correcting your communications issues. With that in mind, do you have two dual band devices confirmed (by tesing using the methods in the manual)? Access points? Is your PLM on a power strip or ups? Is the plm on a circuit with lots of other computer equipment?
-
Would you like to proceed with the following module actions
I assume the mobilinc connect message is in reference to the paid service one can use with mobilinc to simplify your router setup and deal with ever-changing IP addresses. If you did not sign up for mobilinc connect, it seems that one should not install such an add-on. If I didn't know any better, I would suspect that this ISY is somehow identified with a different user.
-
Would you like to proceed with the following module actions
I am unfamiliar with these particular messages, but I understand x-10 works without the module still. You may need to adjust some programs to send specific commands, rather than device names, however. The message WRT to mobilinc connect suggests that you have signed up for the service. Is this true?
-
Keypad Question for Vacation On/Off
OK. There are a couple of things to look for to isolate the cause. Make sure that the ISY accurately reflects keypad status. When the entry lights are off, does the ISY show it OFF in the device list? If not, perhaps you have a communication problem. If the ISY shows entry lights status as off, and the folder condition still true, I have no clue what would cause that.
-
GDO Light Program - Status / Control?
In which case, I wholly agree with xathros.
-
Set up a dummy node address to Open Garage Door with Mobilinc Lite
I don't use the lite version on android, but was afraid of this. Based upon the lite version in iOS, I was concerned that one could access only devices or scenes, and not programs. To access a device or scene from the lite version (iOS), it must be at the top two in your ISY device listing. I assume the same for android. You will likely have to assign it a name that puts it at the top alphabetically. My initial thoughts on this was similar to mwareman: create a disabled program that only would be used by your daughter. Unfortunately, if you have confirmed that the lite version cannot access programs, this is not an option. Interestingly enough, the description on the play store says that the lite version DOES have access to programs. How confident are you that you don't have access to programs? Your idea about an unused device as a unique trigger has merit, in my mind. Did it not work?
-
How to assign "scene" to a button on KeypadLinc Dimmer in ISY
First, create a scene. I recall a couple of ways to do this, but it sounds as if you have figured that part out. Second, add any devices to the scene. You can click-and-drag a device to the scene icon. You can right-click a device, choosing the option to "add to scene". Pick one. When adding to a scene, you must choose as a "controller" or "responder". If you don't know what the implications are with these two options, post back.
-
Keypad Question for Vacation On/Off
You can try "is not off" status? Is the keypad a dimmer? (I am unsure and have never checked if secondary buttons on a dimmer keypad have status other than zero or 100%, but I have always assumed so.)
-
GDO Light Program - Status / Control?
I am not sure that I understand the expression "signal stream", but this sound correct to me. What do you want to happen if the door closes (sensor OFF), then opens back in less than three minutes? Do you want the program timer to continue or be halted? I think that is the crux of the issue. Do you want the light to stay in indefinitely when the door is open? If you want the timer to be halted, use STATUS. If you want the timer to continue, use CONTROL. I have no idea why this is/was happening, but the font sizes seem to change when I put them in quotes and at other times. I was too lazy to go back and manually change the font size back to the original. I must admit that sensor bounce is not something with which I deal. I agree that either should work in most cases, but I still suspect there will be different behavior between status and control if the door goes from closed (off) to open (on) while the program is executing the wait statement.
-
GDO Light Program - Status / Control?
With a certain level of anxiety about offering advice different from xathros, I must admit that I would have offered a little different opinion. I think "control" is the better solution here. My concern with the use of "status" is what happens when the sensor status changes to OFF during the wait period? Would not the program halt, and the power of the ceiling light not cycle? Would this be a problem?
-
Program "If any two devices are on"
I suspect this can be done with a single program through brute force, but it would get ugly quick if the number of devices gets much beyond three or four. if (A and B is on) or (A or C is on) or (B or C is on) or ..... then do something As the number of devices grow, the approach proposed by bleepborp may become relatively more efficient.
-
Program vs. scene
That sounds right, to me also. Things have changed, it seems. The big point is to understand what ON means in programs, versus NOT OFF, OFF versus NOT ON, etc.... Is 50%/10%/90% on or off? Things like that.
-
Program vs. scene
If I understand correctly, I believe the status ON and OFF are limited to relay devices and percentages are for dimmer devices. "ON" would equate to 100%..."Not OFF" would equate to anything over zero....etc. It is important to pay strict attention to the way percentages work versus ON and OFF.
-
Program vs. scene
I am a little fuzzy as to what you are trying to achieve. Are you trying to create a program that watches for when the button is manually turned on? Then when turned on, it activates a scene and turns off the button? First thing I would check is that the ISY status is accurately showing the button status.
-
Sunrise Sunset or Light level - Help
Yes, I do have an idea. I suspect that the lighting levevs continue to change over the morning (and evenings). Each change triggers the program. In your case it was last triggered at 12:30. The status was likely already false, so the program probably sent an OFF command to lights that were already off. That sort of thing probably happens several times each morning, and each night.
-
Sunrise Sunset or Light level - Help
Ah! So it is actually PASSING sunrise and waiting until the light level kicks in? I can see why your program does this. BOTH conditions (time and dark) must be FALSE for the program to be false. If time is sunrise-30 while it is still dark, the program will remain TRUE. Without thinking too much about this, you may need to break into two programs If time is sunset or it is dark then turn lights on if time is sunrise or it is light then turn lights off
-
Forgive me but this is about Garage Doors
Our message timing makes me suspect you missed my suggestion.
-
Time is always 1 hour off
How do you set your location? Lat/long?
-
Sunrise Sunset or Light level - Help
Have you tried a different light level to see if it better matches your expectaions?
-
Forgive me but this is about Garage Doors
I remain a little uncertain how this all works together, but suspect your issue is a failre to use a scene command to control the IOLinc. Try creating a scene, adding the IOLinc relay as responder. From the admin panel, does issuing scene commands solve your problem?
-
KeypadLinc LED responding to another button
Outstanding!
-
KeypadLinc LED responding to another button
There is an additional possibility, albeit unlikely. Perhaps there was an X-10 address somehow assigned to both buttons. A factory reset and restore would take care of this, also. I was hoping the compare device links would reveal a problem. Too bad. I hope this is not a failed device.
-
KeypadLinc LED responding to another button
If the main button is not shown as controller of anything, and is not a part of some program as a condition, then the likeliest cause in my mind (short of device failure or some sort of communication gremlin) is that there are links in this keypad unknown to the ISY. Right click on the device, and choose "show device links". Then choose "compare". Does it show any mismatces? If so, you may want to perform a factory reset on the keypad and restore it from the ISY.