Everything posted by kclenden
- 
	
		
		Is there a way to cycle through multiple scenes using 1 KPL button?
		
		You don't need to put the button into the scene. Are you sure you're using a state variable and not an integer? If you are using a state variable, then you'll probably need to post your programs 3 and 4 for people to review. Simply right-click on the program and choose "Copy to Clipboard" (not "Copy") and then you can paste them into your forum reply.
 - 
	
		
		Insteon New Motion Sensor 2844-222 2nd Gen
		
		Or if you don't want to try those two things yet, you could "Show Device Links Table" for the motion sensor and post the result here so that some of the more knowledgeable people could ascertain whether any important links are missing.
 - 
	
		
		Insteon New Motion Sensor 2844-222 2nd Gen
		
		That is indeed strange. It's as if no link exists between the ISY and the motion sensor so that when the motion sensor sends a motion event the PLM ignores it. Have you tried deleting the motion sensor from the ISY and then relinking it? Have you tried factory resetting the motion sensor? If not, you might try both of those things.
 - 
	
		
		Insteon New Motion Sensor 2844-222 2nd Gen
		
		Insteon device to device communication has built-in retries that I'm not sure exists between the motion sensor and the ISY. Additionally, the motion sensor is an RF device that relies on other devices to put its communication onto the powerline for it. So perhaps the motion sensor is in an area that results in marginal communication. What devices are near the motion sensor? Have you tried moving the motion sensor to another location temporarily to see if its communication is picked up by the ISY?
 - 
	
		
		Insteon New Motion Sensor 2844-222 2nd Gen
		
		It looks like you did a "Copy" or an "Export to Clipboard" instead of a "Copy to Clipboard". "Copy to Clipboard" is much more readable.
 - 
	
		
		Cannot add new User ID
		
		Thanks. I did a brief check of the wiki and it wasn't immediately clear to me that the extra user id's were for nodeserver authentication, but it was late at night and I didn't dig deep. ?
 - 
	
		
		Cannot add new User ID
		
		I don't seem to be able to add a new user id. Well, more exactly, I can add a user id but it doesn't appear to work. I'm running v5.0.13D. Here's what happens: Under "Set User ID #1" - I add a name and password Select "Yes" on confirm screen Logout of Admin Console Login attempting to use new User ID and receive "Failed, Retry Authentication ISY" Login using Admin ID Now here are two more strange things: I am able to change the name and password for the Admin ID The name I set for User ID #1 seems to have been saved for User ID #1 because if I try to create User ID #2 using the same name I used for User ID #1 I get an error after clicking "Yes" on the confirm screen, though the error says "Userid length not valid". If I choose a different name for User ID #2, I can click "Yes" on the confirm screen without getting an error. What am I doing wrong?
 - 
	
		
		Why doesnt Heartbeats show consistantly in the log?
		
		Thanks Michel. That makes sense. And I've been able to confirm that the heartbeat records in my log each appear the day after my ISY was rebooted (either by me or a power outage) or in other words on days where the heartbeat changed from OFF (because of the previous reboot) to ON.
 - 
	
		
		Why doesnt Heartbeats show consistantly in the log?
		
		Interesting. I don't have an answer for you, but my system does the same thing. Running 5.0.13C. My log has about 3-1/2 months of data and within it I see three heartbeats from my open/close switch that monitors my garage doors. They show up on 7/13, 8/18, and 9/06. So they're not evenly spaced being 36 days and 19 days apart. I have a set of programs running that alerts me if a heartbeat is missed, and I've only had a couple alerts over the last three months, so there should be way more heartbeats in my log.
 - 
	
		
		Notifications Keep Coming!
		
		As Larry said, with these two programs you have setup a notification loop that begins when the temperature reaches 80 or lower and then keeps occurring every 15 minutes (plus the time it takes for the temperature to change by a degree). Not to mention that the temperature is probably never going to get up to 94 because you always turn the AC back on 15 minutes after the temperature got to 80. Why not have something like: Temp too Hot If Status 'Thermostat - Main' >= 94 (Temperature) Then Set 'Outlet-AC' On Send Notification to 'Yahoo' content 'AC ON Message' Enable Program 'Temp too Cold' Disable Program 'Temp too Hot' Else Temp too Cold If Status 'Thermostat - Main' <= 80 (Temperature) Then Set 'Outlet-AC' Off Send Notification to 'Yahoo' content 'AC Off Message' Enable Program 'Temp too Hot' Disable Program 'Temp too Cold' Else
 - 
	
		
		Triggers and conditions and IFs, oh my!
		
		Your programs look fine to me. If you hit the switch, then under the "Summary" screen you should see that "Garage Motion Timer" or "Laundryroom Timer" is "Running 'Then'" under the Activity column. When the lights go out 1 or 2 minutes later, are "Garage Motion Timer" and/or "Laundryroom Timer" still "Running 'Then'"? If so, then something else is turning the lights out. Either another program, or a link between the motion sensor and the light / switch.
 - 
	
		
		Can one monitor a variable in real time?
		
		You can sort of do this with the event viewer (at least in v.5.0.13C). The last two entries show me changing the value of a state variable from 0 to 1 and then back to 0. Only state variables, not integer, seem to appear in the event viewer, probably because they are triggering variables and integers aren't. While you can't choose to track just a particular variable, you do get a detailed log of when the variable changed and to what value.
 - 
	
		
		Garage Door Program Limitation
		
		The WAIT statement executes the specified wait, but also allows the IF to be reevaluated any time one of its conditions changes. So you need to move the commands under the THEN to another program that has no conditions in its IF and call that program from your existing THEN.
 - 
	
		
		Motion Sensor II (2844-222) Specs
		
		Yep, I read the page, but clearly missed it buried in the bullet points. Though even what's listed isn't very specific. Up to a 90 degree arc? Is that left & right? Up & down? And why "up to"? What will impact whether it's 90 degrees or only 60? And 30 feet detection is straight ahead, I assume. What about at 15, 30, 45, 60, 75 or 90 degrees off center (left & right and/or up & down)? Then I read the "SPECS" page where I expected to find it, but didn't, so assumed there was no reason to read the overview page again. My bad, I guess.
 - 
	
		
		Motion Sensor II (2844-222) Specs
		
		This isn't really an ISY question, but I know some of you have the 2844-222 so I thought I'd take a shot at asking a question here. What are the sensing specs for this Insteon device. By that I mean how far away can it sense motion and at what angles (left & right and up & down)? The Smarthome spec page for the 2844-222 doesn't provide this information so I realize that your answer will just be based on experience but that would better than nothing. It seems strange to me that a manufacturer wouldn't provide this information for one of their devices. How is a potential buyer supposed to know if the device will meet their need? Thanks for any response and trust that if I buy some and they don't match your specs, I won't blame you. I'll blame Smarthome.
 - 
	
		
		Administrative Console "ALL ON" or "ALL OFF"
		
		I believe that two or more years ago the "All On/All Off" command was removed from many Insteon devices. So you're probably seeing your older devices respond to the "All Off" command and your newer devices ignore it. By design, I don't think devices ever sent a reply to "All On/All Off" commands because that could cause a huge flood of activity on the powerline all at once. So it's likely that the ISY just assumes that after it sends an "All Off" command that all devices have switched off so it changes the status of all devices to "Off". Then when you do query a device that is still on, its reply tells the ISY that it is still on and the ISY changes its status accordingly. If you want one command to be able to turn all your devices off, you'll have to create a scene that includes all of your devices. Then you merely turn that scene off.
 - 
	
		
		Dimming LED with latest beta and Insteon?
		
		What version of the firmware are you using? What is the model # of your switches. I'm currently on firmware 5.13B. I've tried the Admin Console page for both a 2477D dimmer and a 2477S switch and both the "Backlight %" and the "Options-No LED" have an immediate effect on the switch's backlight. If you're not seeing the same, you should try opening the "Event Viewer" from Tools->Diagnostics. With it open, try changing the "Backlight %". You should see three lines appear in the Event Viewer". One that says "Writing 1 bytes to devices". One that says "Memory: ...". And one that says "Writing 0 bytes to devices". You can also change the backlight programatically via the ISY. Within the THEN or ELSE of a program, choose the Action "Your Devices", specify which device from the dropdown, choose "Backlight" as the command, and then choose a %.
 - 
	
		
		possible error with devices
		
		The white-on-green "10011" icon indicates that the ISY has information to write to those devices. You should try right-clicking them and choosing "Write Updates to Device".
 - 
	
		
		PLM forgetting all links \ ISY Restore PLM fixes \ bad PLM ??
		
		You didn't mention how old your PLM is, nor how old it was when this started happening. If the answer is 2+ years, then that combined with your symptoms really point the finger at a dying PLM.
 - 
	
		
		Fanlinc 6button switch install question
		
		If I remember correctly, when I wired up my Fanlinc, the old wiring was setup with a switch that controlled power to the fan and the pull switches on the fan controlled the motor and light. So I didn't have an option to wire the fan light to the keypad switch. Are you sure your load wire is just supplying power to the fan light and not the whole fan? If it is just supplying power to the light, I'd probably use the red load wire to control the fan light since direct switch control is going to be a smidge more reliable than Insteon traffic when operated locally than a scene, but in actual practice I doubt it matters.
 - 
	
		
		How to make events occur every year between certain dates
		
		But how do you get the value into the programs? When I enter "12.10", it puts "12.1" into the program.
 - 
	
		
		How to make events occur every year between certain dates
		
		I liked your idea for using two decimal places for looks until I saw what the ISY does with far right zeros (hint - same thing it does with far left zeros). So the 10th, 20th or 30th of a month ends up as MM.D. Should still work correctly but not as pretty.
 - 
	
		
		isy994i inaccessible
		
		If you have a smartphone, you could install the free Fing app (https://www.fing.io/). It will map the network that your phone is connected to and show you information about all the connected devices. The map it builds is much more complete than most router's "connected devices" screen.
 - 
	
		
		All Off Button
		
		I think to get feedback you're going to need to post the programs that you've setup to accomplish this goal. Or, at the very least, describe the basics of what you have setup (e.g. 1-a program with 2 dozen OR elements checks to see if the status of a device is ON and changes a state variable from 0 to 1 when one or more is; 2-a program monitors that state variable and if it is a 1 the KPL button is lit; 3-another program monitors the KPL button and if it is switched off a scene with 2 dozen devices is turned off and the state variable is set to 0). If you give that kind of information, people will be able to give you feedback.
 - 
	
		
		How to make events occur every year between certain dates
		
		I'm not running V5, so don't know the answer but would find it hard to believe that the ISY would need an internet connection to access system variables. I'd be more likely to believe the program didn't actually run. You don't have the program disabled, do you? Or have it residing in a folder with a condition that would prevent it from running? What's the program's "Last Run Time" listed in the Admin Console? What's its "Status" listed in the Admin Console?