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

Mecheng70

Members
  • Posts

    466
  • Joined

  • Last visited

Everything posted by Mecheng70

  1. You can use agave as it interfaces directly with the ISY. It has a way of creating favorites and that can be your tablet view.
  2. I think what you're missing is you have to have a computer running HA. So you need to have either an RPI or an old server that can run HA on it. The app you have is an interface too HA on a computer.
  3. Yes it is doable. You can make it as complex as you want. What have you installed HA on?
  4. Can you see the IP address on your router?
  5. One issue that you may have is that if the mailbox is metal, the zwave signal may not be strong enough.
  6. 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?
  7. I have tried the replace menu command but it would never find the new device. Maybe in 5.3 it is fixed?
  8. 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?
  9. 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
  10. Did you delete the current admin program through the Java console? Then reinstall it from the link on the page from the 5.0.16 firmware? Not clear if you didn't this. Also, what OS? Did you add the memory flag?
  11. Been there, done that... ?
  12. Are you sure it has a parameter 20? "Double Relay Switch | FIBARO Manuals" https://manuals.fibaro.com/double-relay-switch/
  13. The query works or the the value is changed and the query has confirmed it? Have you looked to see if the requirement is for a 1 or 2 byte value?
  14. Openvpn or there are two other methods. https://www.home-assistant.io/docs/configuration/remote/ https://www.nabucasa.com/ Personally, I use duckdns and open just the 8123 port.
  15. They just (117.0) tied ALL the simplisafe sensors into HA. Now I don't have to have 2 sensors on each door.
  16. HAHA, I just sent @asbril a message pertaining to this exact element, the WFF. WFF - Wife Fun Factor. My wife has endured many of my attempts to make it simple for her. HA was the way to go. She loves the format. Can use it on her tablet, phone and desktop. @mwester what USB stick are you using?
  17. Agree with @carealtor. I use HA for basically the interface to my ISY. I also have solar panels on my roof, and a few other devices that are neither insteon nor Z-Wave. I integrate my smart weather into it so that I can get a 5-day forecast in a nice graphical view. I can send you some images from my mobile phone depicting the different tabs that carealtor is talking about if you'd like.
  18. https://www.z-wave.com/shop-z-wave-smart-home-products/smart-lighting-smart-plugs-outlets-ge-jasco-ge-z-wave-plus-wireless-lighting-control-appliance-module-two-outlet However they are both synced. Do not act independently. Here is on that plugs in and has two zwave outlets. https://www.smarthome.com/products/ge-14282-z-wave-plus-plug-in-on-off-two-outlet-smart-module Could get a single outlet and plug in a zwave plug in module into the always on receptacle.
  19. https://www.z-wave.com/shop-z-wave-smart-home-products/smart-lighting-smart-plugs-outlets-ge-jasco-ge-z-wave-plus-wireless-lighting-control-appliance-module-two-outlet However they are both synced. Do not act independently. Could get a single outlet and plug in a zwave plug in module into the always on receptacle.
  20. What have you done?? There is a zwave guidance doc somewhere on here. Did you follow any methods in that? What firmware are you running? Zwave version? Internal or external? Have you attempted to unpair it?
  21. I did go ahead and change the s.previous_guest_code to a state variable and removed it from the then statement. Was able to get this to trigger from homeassistant. Not sure why my other state variable controlled programs are not running as then had in the past. I will reboot the ISY again and see if that takes care of it. I have the "Stop program" in there out of habit. Yes, I understand that it should stop after the then lines, however, I there was an instance where a program was constantly running. Possibly bad programming on my part. I have removed it from this one to see if there is a difference. Thanks.
  22. Strange program behaviour. Created a new program today that is supposed to run when two integers are different values. The Then runs find manually. However, if the two number are < or > OR is not, the THEN statement does not work. Then I went back and tested a few of my programs that use state variables thinking that this was a integer variable issue, and nope. None of them are being triggered on a change.. Rebooted the ISY... same issue, none of the programs that have variables in the IF section are firing... Thoughts? Currently on 5.2.0. Door - Casita Code - [ID 0035][Parent 0034] If $s.casita_guest_code > $s.previous_guest_code Or $s.casita_guest_code < $s.previous_guest_code Then $iDoorUser = 6 $iDoorCode = $s.casita_guest_code Resource 'Program Doors.Casita' Resource 'Casita.Code_Update' $s.casita_guest_code Init To $s.casita_guest_code $s.previous_guest_code = $s.casita_guest_code $s.previous_guest_code Init To $s.casita_guest_code Stop program 'Door - Casita Code' Else - No Actions - (To add one, press 'Action')
  23. Have you tried, After you remove the apps and go to reinstall the start program, hold the option key, right click ( to get the menu) and click open. Only need to do this to install it. After that it opens fine. Also change the memory.
  24. Thanks. I will probably use the wife's computer just for updates. Thank you for the quick response.
×
×
  • Create New...