Jump to content

MrBill

Members
  • Posts

    4674
  • Joined

  • Last visited

Everything posted by MrBill

  1. The quickest way to do what you're talking about an "all off scene", is to make a standard scene including all the devices as responders.... sending the scene an ON would turn it on, sending the scene and OFF turns it off. Once that's done, add your KPL button that you want to use as All Off as a controller. then change the Buttons Toggle Mode for that button to "Non-toggle [off]". The button will always send OFF and never send ON, so the scene works as "All Off". There is no need to set each device to the off position in the scene.
  2. I hadn't tried http and 8080 yet, but I just did and it worked for me.
  3. the steps outlined in the linked post state: you typed [admin@polisy ~]$ sudo pkg upgrade isy
  4. Portal for ISY on Polisy is also currently disabled. (I can't post a link to the post that says that because I learned that in a ticket reply from Michel.)
  5. Use "find/repalce" on the program tree to find each usage of a device in a program. Click "My programs" (or whatever your top level folder is if you renamed it) then right click the same and choose "Find/Replace"
  6. my launcher entry is https://<ip.addr.of.polisy>:8443/desc
  7. I'm actually on 13.0, but I'm not certain the prerequisite to load ISY on Polisy. Hopefully @Michel Kohanim will clarify soon.
  8. mines not far off.. a few minutes... but I love the concept of it being calculated for the exact location.. after all, if we are here to begin with we're geeks... Another reason is because I have to use the hue bridge timer to start an animation every morning, after that point the ISY takes over management, the ISY994 and the hue bridge currently are only about 2 seconds apart in the calculated times. The author of app running on the hue bridge has told me point blank that not using the hue bridge and his app as the center of automation is the wrong approach... guess what, I don't agree.. hue is a very small part of my total automation package.
  9. Either will work. for the 2413s you need the original cable that came in the box. 2413u is showing in stock on SH, I just rechecked. (a number of people have ordered this week tho, including me).
  10. Small releases are awesome! (much better than waiting months between) Sunrise/Sunset are much closer... I hope that adding Custom Location back is on the list!
  11. If your OS isn't yet updated that's likely the problem, include the results of uname -a in order for @Michel Kohanim to give the best answer. Also Michel, you should probably edit a prerequisite into your posts showing how to load ISY on Polisy.
  12. 1) not yet... it's still alpha, manual shell commands are being used today, when it's ready for prime time the menu commands will likely work. 2) ISY on Polisy is capable of either the 2413s or the 2413u. to use the 2413s with ISY on Polisy you need the serial cable that arrived in the 2413s box originally (hopefully you kept it). 3) z-wave will be available soon, they haven't finalized the choice yet tho. We can only assume it will be USB.
  13. That makes sense for time, but where in the world are the sunrise and sunset times from? they are a weird hour and a half or so wrong, yet they should be very close for the ??detected?? city. I'm not sure how it got City, because this is what's set in Polisy, which is a different City and state than the one I blanked out, and sunrise/sunset isn't correct for chicago either.
  14. Just re-add the info for it, copy write it down from 'finder' on your computer that it works, then press the add button in finder on the computer it's not working on.
  15. None of your nodes show because ISY on Polisy is a different ISY. BTW: There is no Z-wave adapter available yet for ISY on Polisy
  16. @Michel Kohanim How is location/time zone being determined? Time is correct. Sunset is not. Sunrise is not. they should be: (this screenshot from ISY-994 and is correct.) There is no change location button. Also the City blanked out is a nearby larger metro area. My hope is that we will soon be able to use exact longitude/latitude as we can in the current production models. Is the Change Location button coming back?
  17. Worked for me! Excellent. I ordered a 2413u for testing.... but it will be the end of the week at least.
  18. @asbril See Michels linked post below. You need to manually add it to finder after you start ISY launcher:
  19. Run ISY launcher and see if you have a new entry in finder..... (mines is the 4th line...) then open the admin console on that one if you do.
  20. I agree google is better at searching this forum.
  21. to paste code, right click the program name in the program tree, and select Copy to Clipboard. Then click into a post and either just hit Ctrl-V (paste) or click the "<>" symbol in the toolbar first, and then Paste into the 'code' window that pops up. I believe your problem is as I alluded to here: and apostolakisl also mentioned If the status of the door changes during the wait, then the program will stop and not finish. The method to get around it is to use two programs (and there is two choices there as well) Program checkfrontdoor If frontdoor is violated then run program frontdoorviolated (then) else (nothing) Program frontdoorviolated (disabled) If (nothing) then turn on entry light turn on garage light $GarageEntry=2 wait 10 minutes $GarageEntry = 3 turn off garage light turn off entry light $GarageEntry=0 else (no else) In this program, the end will be reached if the door becomes no longer violated while the waits are running. However if the door is re-violated during the wait the program will start again from the top. One more version: Program checkfrontdoor If frontdoor is violated then run program frontdoorviolated (then) else (nothing) Program frontdoorviolated (disabled) If (nothing) then Disable checkfrontdoor turn on entry light turn on garage light $GarageEntry=2 wait 10 minutes $GarageEntry = 3 turn off garage light turn off entry light $GarageEntry=0 Enable checkfrontdoor else (no else) In this version we added the disable and enable to the then body, this will cause the first program to ignore more violations until the second program finishes. The second program should be always disabled, disabled programs still run when told to by another program, but not because the condition in the IF statement became true.
  22. This forum allows sections of the Front Page to be collapsed... the problem is only the everyday users/power users would understand that, the casual user or consumer of information would never figure out where to look. If I was the admin, the only set of boards on the front page that would be collapsed by default would be the archived/read only section at the bottom.
  23. see Michel's post in the thread below where I asked that question. You should open a ticket with UDI concerning that, I suspect there might be a timeout that you're hitting based on the size of your z-wave network. (very similar to what happened with Home Assistant after you upgraded to 2021.6 --Since @Javi had a thought in that thread that lead to the solution he may here also.)
  24. I've yet to ever see a forum with that many sub-topics displayed on the front page. The casual user would be lost. The front page would also portray a stagnate community to the casual user. One (10 year long chapter) of my life was professional community (forum) administration at a SV startup for enterprise level forums. At one point clients included all 4 major cell phone providers, several anti-virus software manufacturers, 2 major hard drive manufactures, several computer makers (choosing words to dance around an expired NDA that I usually honor anyway). A best practice that we preached was to eliminate sub-forums that didn't receive 3-5 new posts a day on the average. I don't know all the abilities of the forum software package but it appears to be fairly complex with untapped potential. I'd bet that indeed tags could be enforced in a node server support section, and select members could be deputized to assist keeping the posts tagged correctly.
  25. 112 today.... 224 in X amount of time... someday 500... the method is not scalable.
×
×
  • Create New...