Jump to content

Mecheng70

Members
  • Posts

    466
  • Joined

  • Last visited

Everything posted by Mecheng70

  1. 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?
  2. Been there, done that... ?
  3. Are you sure it has a parameter 20? "Double Relay Switch | FIBARO Manuals" https://manuals.fibaro.com/double-relay-switch/
  4. 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?
  5. 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.
  6. 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.
  7. 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?
  8. 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.
  9. 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')
  10. 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.
  11. Thanks. I will probably use the wife's computer just for updates. Thank you for the quick response.
  12. Hi Simpllextech, do you know if this will work with ubuntu? or mac? I was thinking about using it just to upgrade firmware from either.
  13. I have switched from Tasker to HomeAssistant. There is an app for both OSes and the app looks very much like the web page version. Had HA on a RPI but didn't like how it was running so moved it over to my plex server. I haven't been happier with the layout (completely configurable).
  14. Under Install instructions there is a note under step 7: Note: If you have version 5.0.8 or lower installed on your ISY, then use this link to install the admin console and then upgrade with that program: - http://isy.universal-devices.com/994i/5.0.16/admin.jnlp You will need to manually verify scenes, programs and settings.
  15. Currently using Home Assistant to do this.
  16. I finally got around to adding the HomeAssistant to the RPi that hosts the polyglot. Decided to use binary sensors from the ISY and create automations on the HA. Now when my the sensor changes value, it broadcasts messages to the google home. The only issue is that it does not abide by which speaker (have 5 google home devices) that I set. But it still works. The delay that GH had versus Alexa was less.
  17. Look at tasker. I like that a while lot more. So much, that one day while programming my phone, I got on the wrong BART and ended up in Dublin, CA before I realized. ? (Had headphones on)
  18. Check out Tasker if you are using Android. I use it to set the occupancy to in or out. Tasker IMHO does a better and more reliable handling of geofencing. IFTTT was becoming less stable and now triggering half the time. There is a tutorial on the wiki for both IFTTT and Tasker. IFTTT - https://wiki.universal-devices.com/index.php?title=ISY_Portal_IFTTT_Integration Tasker - https://wiki.universal-devices.com/index.php?title=ISY-99i_Series_INSTEON:Networking:Tasker
  19. silly question, can you click on that link pool.ntp.org and it work? If not, them maybe a DNS issue?
  20. confirmed the parameter is there. sent you a video demonstrating the sluggish menus.
  21. I believe that I have this set correctly. Will confirm tonight. I will try to record a quick video to show this if the memory allocation doesn't resolve it.
  22. Hi Chris, Does this address the slow reaction to the drop downs for zwave devices in the programs (then and else)?
  23. Ha... there is a programming button. Didn't need to do this on the previous version. I was able to set the parameter after clicking the program button and then query it for the current set parameter. it seems to have accepted the change. Many thanks.
  24. Is anyone having issues with changing parameters on zwave devices with batteries? I have several motion sensors from monoprice. Installed one on 5.0.15 and the other one last night (currently on 5.0.16). In addition, I have many zwave devices that I use the "set configuration" to change led colors. These are wired zwave devices. The first motion sensor: updated the parameter 1 to 1 for F instead of C. The second motion sensor: every time I try to change the parameter, the red exclamation points show up and the ISY says that it can't communicate. Back to the first one: I decided to query the first motion sensor to see if I could get the values for parameter one. This one does display in F and I did change the parameter. It now shows up with the red exclamation points until the device communicates when it wants too. Both devices do reset when they communicate. I have tried to turn off the "put back to sleep" option in the zwave menu. May be related to the new update.
×
×
  • Create New...