Jump to content
AT&T to end email-to-text ×

Mecheng70

Members
  • Posts

    466
  • Joined

  • Last visited

Everything posted by Mecheng70

  1. I just realized that I pushed you that direction. Sorry. I think that you are looking in the right place. The web event log has the device IDs. where you able to find the device in that?
  2. @danny07 Which log are you looking in? The column header says "INSTEON Device". Do you have the portal module? If not, attached is my events log from Admin console: Tools->Diagnostics-> Event Viewer My devices start with ZWXXX_YYY - are you seeing those?
  3. Here is an example of manual unlock and lock from the event log from my.isy.io ZW007_1 ST Unlocked 2021/02/28 10:48:37 System 5 ZW007_306N001 ALARM 2 2021/02/28 10:48:37 System 5 ZW031_308 ALARM 8 2021/02/28 10:49:03 System 5 ZW031_155 ST On 2021/02/28 10:49:03 System 5 ZW048_308 ALARM 8 2021/02/28 10:49:07 System 5 ZW048_155 ST On 2021/02/28 10:49:07 System 5 ZW007_1 ST Locked 2021/02/28 10:49:10 System 5 ZW007_306N001 ALARM 1 2021/02/28 10:49:10 System 5
  4. Did you look at any of the troubleshooting wiki information?
  5. Did you see what alarm state it was in when is unlocked? There are several codes that indicate if it was manually inside, manually outside or remotely unlocked. I can't remember them off the top of my head but maybe see what the logs say. IXA_AC-0 = Idle IXA_AC-1 = Manual lock IXA_AC-2 = Manual unlock IXA_AC-3 = RF lock IXA_AC-4 = RF unlock IXA_AC-5 = Keypad lock IXA_AC-6 = Keypad unlock IXA_AC-7 = Manual not fully locked IXA_AC-8 = RF not fully locked IXA_AC-9 = Auto locked IXA_AC-10 = Auto lock not fully locked IXA_AC-11 = Lock jammed IXA_AC-12 = All user codes deleted IXA_AC-13 = Single user code deleted IXA_AC-14 = User code added IXA_AC-15 = User code not added (duplicate) IXA_AC-16 = Keypad temporary disabled IXA_AC-17 = Keypad busy IXA_AC-18 = New program code entered IXA_AC-19 = Manual code entry limit IXA_AC-20 = Unlock by RF with invalid user code IXA_AC-21 = Locked by RF with invalid user code IXA_AC-22 = Window/door is open IXA_AC-23 = Window/door is closed IXA_AC-24 = Window/door handle is open IXA_AC-25 = Window/door handle is closed IXA_AC-32 = Messaging User Code entered via keypad
  6. I use pushover and format the string based on if the state variable is 1 or 0. This requires two network resources (one for each state). Then the program will call the network resource based on the IF statement. IF sVar == 1 AND sVar != 0 Then network resource: person.home Else network resource: person.away Since you are using email, I am not sure how this would work. I would assume that it is similar in nature.
  7. In my last house, I had 4 door locks. The basement door would always be left unlocked. What I did in this case was create a state variable (that I could toggle) that was called sGuest. When sGuest = 0 (false), there were several items that all had to be true to run a timer. When sGuest = 1, it did not run the program. If sGuest = 0 AND lock.basement = false AND door.basement.open = false Then wait (# of minutes) lock.basement = true
  8. Use += $A += $B is equivalent to: $A = $A + $B
  9. Pushover. Register, post events, done. there is a wiki on this.
  10. I have a unit behind my house that has its own sub panel with 6 zwave devices that work without issues. It's distance that will get you.
  11. And don't forget the memory switch!!! Can't remember it offhand but it can really be an issue.
  12. Elementary OS with icedtea. Just moved from ubuntu to elementary OS. Which is ubuntu. ?
  13. Have pro and manage under linux natively as well as mac.
  14. I'll chime in. I have 5 black and 2 red inovelli and no issues. Currently no issues running 5.3.0 and have the admin console also updated. Have the external zwave. Also managed this under mac and linux, with no issues. Haven't upgraded any inovelli firmware.
  15. Do you have an extra / after the 80?
  16. do you have any firewall or anti-virus programs?
  17. I have nothing but zwave. As for door locks, I use the kwikset 910 series. Have 4 of them. Have installed a total of 7 of them. Make sure you have outlets and switches in order to increase your Z-Wave mesh before putting your battery-operated devices in the mesh.
  18. I have two of these that I use in ceiling fans that have only one switch. We use google voice to turn the light or fan on or off.
  19. Interesting, didn't realize that. Node limited and not device limited.
  20. You can group them if you want. They will become children of the _1 device. The other thing that I do is put a "~" in front of the name and move them to a "~Junk" folder
  21. I have used the kwikset 910 series without issues. Previous house had 3, current house has 4.
  22. I use rest commands to program the door locks. It is as simple as clicking on a URL and it programs the ISY. Lately I have been using homeassistant to interface with the ISY to change user codes. There are several ways of doing this.
  23. What version of of firmware is on the ISY? Or what do you think it is? Can you navigate to https://YOUR IP:443/desc Do you have network portal access? http://my.isy.io
  24. Did you try putting in a ticket and seeing if UDI tech support can update the email for you?
  25. If you want to integrate other non ISY components, then the HA is a good way to go. There may be a solution that is less technical and more of a turn-key solution. I have zero experience with it but the HA people at Naba Casa came out with a computer (like the ISY) that has the software pre-installed. Here is the address for it: https://www.home-assistant.io/blue/. It is $140 and can integration with ISY, Eufy, Ring and other devices. They also have a monthly subscription if you need it to access the HA from outside your house. Most people can configure it by themselves, but if you don't have the knowledge, this can be one way.
×
×
  • Create New...