Everything posted by Xathros
-
My Harmony Remote and controlling lights
As I recall, the Harmony programmer is very picky about device model name/numbers. Try a few variations of ISY, ISY99, ISY994, ISY-99, ISY-994/IR etc and see if you get different results. -Xathros
-
Garage door control with KPL and Mobilinc
Hi tcaywilson- Do you know if the trigger reverse uption is selected on your IOLinc? If so, this is likely the reason you see this anomaly. Trigger reverse causes the IOLinc to send the opposite state of the sensor when the sensor state changes, however, when the IOLinc is directly queried by the ISY (3am query) the TRUE state of the sensor is returned, not the reversed state. We have seen a lot of this since Smarthome dropped the dual contact mag switch from the garage door kit in favor of a normally open mag switch. The best solution in this case is to replace the door sensor with a normally closed mag switch and turn off the trigger reverse option. -Xathros
-
Geotaging not working in IOS 7?
Hi jonnyauto- First, I think you mean geofencing as geotagging is a method for tagging data with a location - commonly used with photos. As for the geofence in Mobilinc, go into the iOS settings, General, Privacy, Location Services and make sure Mobilinc is turned on there. Next Settings, General, Background App Refresh and make sure Mobilinc is enabled here. Next, go into Mobilinc settings, Location Settings. Turn on Notify On Boundary and make sure you have one or more locations listed below. Now, move into and out of the locations and see if Mobilinc notifies you of the boundary crossings. Dunno what the IM bug you referred to is. - Must not be affecting me. -Xathros
-
Error code?
I am using Gmail SMTP which does require authentication and works just fine. The username and password fields on the Emails/Notifications tab is for exactly that. My Settings: Use Default: Unchecked Server: smtp.gmail.com Username: my gmail address Password: my gmail password. Port: 587 Timeout: 5000 ms From: Xath Home:myaddress@gmail.com TLS: Checked -Xathros
-
Error code?
Techman- What are you using for an SMTP server? Are you sure that neither the subject field or body are blank? Are you positive that the program responsible for sending the notification is actually running? -Xathros
-
Wireless thermometer to report temperature to ISY99??
Here ya go guys: For example ${sys.node.11 22 AA 1.ST} would provide the current temp of the thermostat whose address is 11 22 AA 1 http://wiki.universal-devices.com/index ... _Variables -Xathros
-
Why Z-wave?
I'm doing Z-Wave for my locksets since there is no good Insteon way of accomplishing that. I have added a few Z-Wave switched outlets and a dimmer or two just to build up the Z-Wave mesh network to a reliable level. I do find Z-Wave to be slightly cheaper than Insteon and there is much more competition in the Z-Wave market which will hopefully bring the prices down further. So far, it looks like the ISY will nicely integrate Z-Wave devices with Insteon devices. -Xathros
-
Wireless thermometer to report temperature to ISY99??
Thermostat values can be sent via email using the builtin notification system in the ISY. No PC needed for that. Variables cannot yet be used but that is coming in the next release I believe. -Xathros
-
ISY programs responding to On conditions of Inputs
Yes. The ISY is event driven. Triggers happen at the time an event occurs (Status of a device changes, value of a state variable changes, a control event is received, called by another program etc). Saving a program will NOT cause it to trigger. You will need port forwarding or internet access set up so that you can log into the admin console and select reboot from the system tab. -Xathros
-
Logging events to a file
You can do this using the built in notification system. There is a method to create and write to files on the ISY's webserver. See this link: http://wiki.universal-devices.com/index ... tification I do this using the network module to write to a log file on an external syslog server running on a RaspberryPi. I would have gone with the method above if it had been implemented sooner. The RPi method allows me greater flexibility since that is a full linux based system. -Xathros
-
Error code?
I don't believe this is an error message but rather the ISY logging a DHCP address lease renewal. Unless these are appearing many times within seconds of each other, this is just normal operation of your ISY on a dynamic IP address. -Xathros
-
Network Module Rules
It has been mentioned in the past that an upcoming update may allow the use of variables within network resources. I'm hopeful that we will see this in the next release. If so, then the answers to Q1 & 2 will be yes. For the moment however, we cannot do that. -Xathros
-
Wireless thermometer to report temperature to ISY99??
Try this link: http://www.sheepwalkelectronics.co.uk/R ... ware.shtml -Xathros
-
Two ISY's - Can they Communicate X10 Between Them?
I'm with Tim on this one. Network module is the way to go. Powerline is nowhere near as reliable - especially when sending X10. -Xathros
-
Access Admin Console away from home
If you port forward port 443 to the ISY you should be all set. Assuming of course that your ISY's secure port is set at the default 443. -Xathros
-
Proper way to swap out a keypad with another keypad?
See above - you posted while I was adding more to my previous post. Is the old KPL bad and not responding?
-
Proper way to swap out a keypad with another keypad?
Assuming the replacement Keypadlinc is of the same type as the original then Replace With should do the job just fine. They need to be either both dimmers or both relays and both the same number of buttons. Otherwise, you will have to go the manual route. If taking the manual route, Add the new KPL and don't remove the old one. Give the New KPL and temporary and obviously different name to avoid confusion with the old one. Then use Find & replace for each of the buttons to replace the old with new. That will make the program updates easier. Then make go through the scene memberships for each of the old buttons, adding the appropriate new button then removing the old. Once you have removed all of the old KPL buttons from the scenes, you may remove the old KPL from the tree. -Xathros
-
Replacing PLM
Is the keypadlinc button H configured as Non-Toggle Off ? -Xathros
-
Including program status in e-mail (other than sys.program)
Anytime! -Xathros
-
How To Make A Program Toggle A Switch
I'm hopeful that the next firmware update with expanded variable support will allow me to reduce my program count significantly while greatly improving the ISY's capabilities. -Xathros
-
IOLinc Issue
I've been on the ISY for almost 5 years now and have never encountered that behavior and while I do see reports of lost link records here now and then it does not seem to be a common problem. -Xathros
-
IOLinc Issue
Sorry. I assumed that node 2 was the sensor. Must be the relay. Right Click the sensor node in and select Diagnostics/Show Device Links Table. When the display is complete, click compare. Post results. -Xathros
-
IOLinc Issue
Communications look perfect with the IOLinc at the PLM location. It still looks to me like the sensor is responding. Are you looking at the relay node of the IOLinc or the Sensor Node ? -Xathros
-
Programs are missing
The My Programs Folder could be collapsed thus hiding ALL programs. Click the '+' Icon on the toolbar to expand the program tree. The My programs folder could also have a folder condition preventing all programs from running. Click the My Programs folder and look for conditions in the right hand pane. These are 2 simple items that could easily produce these symptoms. -Xathros
-
IOLinc Issue
LeeG- Aside from the obvious comm issues, it looked to me like the IOLinc Sensor IS responding. I see: Tue 09/17/2013 02:35:35 PM : [ 19 61 92 2] ST 0 Tue 09/17/2013 02:35:41 PM : [ 19 61 92 2] ST 255 Tue 09/17/2013 02:35:59 PM : [ 19 61 92 2] ST 0 Tue 09/17/2013 02:36:01 PM : [ 19 61 92 2] ST 255 Tue 09/17/2013 02:36:20 PM : [ 19 61 92 2] ST 0 Tue 09/17/2013 02:36:24 PM : [ 19 61 92 2] ST 255 Are these not the sensor status messages? I have to wonder if the OP is looking at relay status and not the sensor status. -Xathros