Jump to content

lilyoyo1

Members
  • Posts

    7177
  • Joined

  • Last visited

Everything posted by lilyoyo1

  1. Are you sure it's not the device? Its did come from ebay
  2. OTA is not available at this time
  3. lilyoyo1

    if then wait

    Guaranteed to fully complete or not at all. In essence, if your if statement changes during the wait, it will not complete. If things remain the same, it will. Using my living room lights for example, depending on how bright or dark the room is, they'll turn on/off automatically during the day if occupied. The program is written: if LR lights are off and it's too dark then wait 10 minutes and turn lights on (paraphrasing). The opposite will turn the lights off. What happens is if it stays dark long enough the lights will turn on. A passing cloud may make it dark temporarily but due to the wait (unless it hangs around), the lights do not turn on. The same with the off. If the lights are on and it becomes bright (assume a stormy day) due to a short break in the storm, the lights will stay on. That's an example of atomic. It'll either complete or it wont
  4. No, that's not possible. It is low and not odds. There's pros and cons to both protocols. This is one of zwave's cons and one of the many reasons why I wouldn't use zwave for lighting
  5. Depends on the device mfg. Some only allow 4. Also know that devices activated via association will not update their status in the Isy
  6. As @MrBillpointed out, the upgrade wont work so disregard what I said. Since you wont be able to upgrade, you will probably have to start over. I would recommend copying your programs to ensure you can put them back again the way they are supposed to be. The good thing is, the changed programs will show up in yellow which will make finding them again much easier.
  7. IF motion is switched off and not switched on, THEN wait 1 minute, turn light off. When motion sends off command, the isy will wait 1 minute before telling the light to turn off. If you move in that minute, the program will stop and lights stay on
  8. Backup your Rpi, connect your polisy, choose your backup and restore it
  9. I separate my on and off actions. That way I can have different things happen for different scenarios without worrying about conflicts or other things. Outside of that, you would program the light the way you just wrote it out.
  10. There's a bug right now where this doesn't work. Not sure if it's been fixed in 5.3.3
  11. Does your UI match your firmware? Post your program
  12. You're using the wrong link. You already went to 5.3 so you would use the link for 5.3
  13. There's no Isy database. If the online manual didn't have the information, you'll have to change the settings to see what they do. Unfortunately zwave has a lot of options that manufacturers do not always take advantage of.
  14. Try a different bulb. Phillips warm glow bulbs work really well with insteon
  15. Make sure you choose the launcher link from the 5.3 post that is in the current release and betas subforum.
  16. If you properly cleared your Java cache and used the link from the 5.3 post, everything should match.
  17. Make sure your firmware and UI match. Bring the siren within 3 feet of Isy to add
  18. There's no portal firmware. What did you update from? Did you try admin/admin? Did you follow the directions in the upgrade post?
  19. 5.3.3 options tab must be invisible on some screens. Sorta like the invisible type UDI uses with their instructions ?
  20. Then it could work that way.
  21. Probably won't work. Since the commands are being issued outside of the Isy, it won't see the status change to update
  22. Most likely not supported since multi channel is not supported in 4.x. You'll need to upgrade to 5.0.16c. make sure that you READ THE INSTRUCTIONS COMPLETELY, if/when you do
  23. I don't click on links but judging by the information showing, it looks like it uses wifi. Do you know if they have an API for it? If so, someone could potentially make a nodeserver for it. You could also potentially use network resources to control them
  24. Glad I swapped out my Google homes and Alexa with Sonos ones
  25. Post your program
×
×
  • Create New...