Jump to content

gzahar

Members
  • Posts

    670
  • Joined

  • Last visited

Everything posted by gzahar

  1. FYI, in Mobilinc you can actually activate the relay control by pressing the status icon. (saves you from needing both icons on screen). Not sure how you are using the relay, momentary (to simulate the hard wired switches) or open/closed. I had an issue with a gate control that did not report the proper status of the relay after issuing a command that should do a momentary close. I don't recall the specifics, but I would have to issue the command twice to get it to operate. To fix this, I wrote a program that queried the relay several seconds after it saw the relay state change. If this is your issue, then maybe the query will do the trick (based on seeing the door state change). If the relay is not being used in a momentary configuration, then you may need to write a program that adjusts the state of the relay whenever it sees the door state change. (there would probably need to be some delays factored in)
  2. Hopefully not with the command "Alexa, Alarm off"!
  3. Are you running any node servers? (and ISY V5 firmware) Nodelink has a data device that create a node for the current minute, hour, day, etc. You could use 'If minute = 0 then execute stuff'. I think Polyglot has a similar node server.
  4. On iOS. Go to Devices. Click + (upper right) Select 'Add Device' Select 'Other' (bottom) Select 'Discover Devices'
  5. Basically any non battery powered Zwave device will act as a repeater. There are many recommendations in the Zwave sub-forum. It is also recommended to use devices with Zwave+ vs older non + devices. Sent from my iPhone using Tapatalk
  6. What firmware version are you using? If not 5.0.15A, see 678 below. 5.0.15A Beta is now available, it contains the following fixes in addition to the changes below Fixes: 0000675 - Z-Wave Garage door open/close commands not available 0000676 - Consistent use of operator names in program conditions XML (X10 "is not" program fails to load) 0000677 - Default to supporting all button presses for Z-Wave central scene controllers when actual supported is unknown 0000678 - FanLinc Low status may not cause programs to run 0000679 - Support node server thermostats in ADR Developers: - Starting in version 5.0.15A, the event value for the Low status of Insteon FanLinc Motor changes from 63 to 64
  7. Sorry, not talking about program. In order to query the MSII (and potentially reset the battery level) you must wake it up first by manually putting it in Link mode (press & hold set button until LED blinks green). Once in link mode, go to admin console, right click motion sensor node and select query. After you have done the query, go back to MS II and press (don't hold this time) the set button. It should now be showing double green blinks. Now press set button one more time and blinking should stop. At this point, hopefully battery level is showing proper level and everything is back to normal.
  8. What is the current reported battery level? Is the sensor reporting motion correctly? Have you tried putting it in set mode when doing query? Sent from my iPhone using Tapatalk
  9. Why don’t you right click the main sensor node and select group device. Maybe you have a low battery node but it didn’t get moved to the correct folder. Grouping the device should make it visible with the other nodes (if you do have one). Sent from my iPhone using Tapatalk
  10. If you scroll down in the MS II options, there is a setting to create a battery node. (none or one) Don't know if this node will work like the MS I sensors in resetting battery status as mine are USB powered.
  11. I think it’s ‘copy folder to clipboard’ but you probably figured that out. Sent from my iPhone using Tapatalk
  12. Good to know. I am running in a NAS container also and ended up with the Bumbershoot route: ln -sf /usr/share/zoneinfo/America/Chicago /etc/localtime
  13. Just noticed that my result for 29/100 is giving ..28. 28/100 = .28, 30/100 = .30, but 29/100 = .28 (unless I change the precision to 3 instead of 2, then it is .290 as expected). Running 5.0.13D. Anyone else seeing this?
  14. Your notification is longer than a standard text message allows, so it is broken up into 4 separate messages. Sent from my iPhone using Tapatalk
×
×
  • Create New...