Jump to content

Mecheng70

Members
  • Posts

    466
  • Joined

  • Last visited

Everything posted by Mecheng70

  1. 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.
  2. 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
  3. Use += $A += $B is equivalent to: $A = $A + $B
  4. Pushover. Register, post events, done. there is a wiki on this.
  5. 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.
  6. And don't forget the memory switch!!! Can't remember it offhand but it can really be an issue.
  7. Elementary OS with icedtea. Just moved from ubuntu to elementary OS. Which is ubuntu. ?
  8. Have pro and manage under linux natively as well as mac.
  9. 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.
  10. Do you have an extra / after the 80?
  11. do you have any firewall or anti-virus programs?
  12. 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.
  13. 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.
  14. Interesting, didn't realize that. Node limited and not device limited.
  15. 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
  16. I have used the kwikset 910 series without issues. Previous house had 3, current house has 4.
  17. 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.
  18. 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
  19. Did you try putting in a ticket and seeing if UDI tech support can update the email for you?
  20. Can you see the IP address on your router?
  21. One issue that you may have is that if the mailbox is metal, the zwave signal may not be strong enough.
  22. can you install a hinged flap with the device mounted to it? when the mail hits it it then alerts. Could buy a cheap hinge and VHB it to the top near the opening so that the mail would "hit" it?
  23. I have tried the replace menu command but it would never find the new device. Maybe in 5.3 it is fixed?
  24. Yes. Now you can check the error and event logs from the portal. Other than that it has its limit. What firmware do you have? Have you looked at the wiki for connecting from a MACos?
  25. The memory flag is for mac users (primarily) Did you see this wiki: https://wiki.universal-devices.com/index.php?title=Main_Page#Installing_the_Admin_Console_Icon_on_Your_Desktop
×
×
  • Create New...