Jump to content

Ross

Members
  • Posts

    242
  • Joined

  • Last visited

Everything posted by Ross

  1. @Geddy@MrBill I have no z-wave devices. I haven't done any upgrades because things were working so smoothly! I'm always afraid of screwing something up. I tried logging into Polisy from another computer, but I got the same result - a login screen that doesn't change when I click the login button. I also tried admin/admin - same thing. I have a sneaking suspicion I have an un-updated Polisy. I'll open a ticket in the next couple of days. Thanks again, Ross
  2. @Geddy Thanks for your continued help. I use Chrome, cleared the cache and also did the hard reloads. I also used MS Edge. Same result. I'm not on PG3 yet. I didn't know one could be without IoP, but now I know. These are my choices when I start the ISY finder: I haven't opened a ticket yet until I've exhausted the crowdsourcing. I don't have any critical node servers; however, I do miss them! Ross
  3. @Geddy Thank you for your response. Before I open a ticket, I'll reply. After unplugging/plugging: Steady left light only then the left flashes and the middle and right also come on flashing (in progression) with 3 low pitch beeps then the right goes off and the middle goes off with 3 higher pitch beeps followed quickly by 1 higher pitch beep then the right goes off leaving the left and middle flashing Finally, 1 more high pitched beep and only a steady left remains. When I log into the router, it does see the Polisy at the location I reserved. I am not on IoP (yet). I'm using the ISY 994i with Polisy. I am getting the normal Polisy login screen (mostly black screen with the 2 long white bars for the username and password. Thank you, Ross
  4. We had a power outage and now I can't login to Polisy. I get the login screen, but it does nothing when I click the login button. The lights on the back of the Polisy are flashing-green and steady-yellow (left-right). Also, the node servers aren't populating the ISY with info. My search of the topic found that one needed to open a ticket. Is that still the case? I don't know how to "ssh" and I'm probably not using that term correctly, but hopefully you get what I mean. I don't want to start resetting or clicking buttons until I know it's safe to do so. I won't be able to work on this until Sunday, but I thought I'd put it out there now so I can hopefully solve it then. Thank you, Ross
  5. @WHaas If you wanted to press buttons, you could get a mini-remote (or two). Pressing buttons on it can change state variables to control Sonos. They hold a charge for a long time. I have one on my desk to control Sonos: Play, Pause, Vol up, Vol down, previous song, next song. You could have another one for your favorite playlists.
  6. @MrBill's idea of having a node server log to Google Sheets is something I've been hoping would happen for a while (I requested it a couple of years ago). I was successful in logging to GS with Network Resources and IFTTT, but it was cumbersome. While at it, it would be nice to go the other way - type a number in Google Sheets and have it write to a variable (I can do this with Rest; however, it then takes me to another webpage and I'd rather it stay right there. I've looked at @Bumbershoot's CSV. However, I couldn't figure out a way to "automatically" get the CSV to a Google Sheet so I can see it when I'm away from home. Maybe there's a simple step that I'm missing. I will make my requests under Product Requests per @Geddy's advice.
  7. There are many folks just coming to this board for the first time and it pains me that they get castigated - they are totally freaking out! The 2nd sentence is fairly helpful but the first is quite unnecessary. May we just have a weeklong moratorium on snark while their worlds have been upended? If you can't help yourself, just say something like <snark omitted> to get it off your chest and then type the helpful part.
  8. Carealtor, Have you heard of the dyslexic, agnostic, insomniac? He stayed up all night wondering if there was a dog. I would go back and edit my mistake, but then no one would understand the context of this post. Thanks, Ross
  9. lilyoyo1, Regarding the security issue and shutdown of PCG, I have not seen an update nor any indication of when an update may be forthcoming. I understand I have to read them; however, the official announcement by Michael has 0 replies. That's why I jumped to this topic because it's the only other one I've found that was in the same boat. I will keep looking. I get that many answers are "somewhere in the forum"; but, unfortunately for casual users, it's not always innate for us to know where to look for things in the forum. The answer could be on the 18th page of 28. I have read many of your posts (not all 5,400 of them) and I appreciate your contributions to this board. I also realize that I may be the only one with my issue. I've already posted a comment to the developer on, I believe, the appropriate board and I need to have patience for the response. Thank you, Ross
  10. I would be pleased if someone would either give a periodic update or let us know when to expect an update as to when those nodeservers will be available either on PGC or the Polisy nodeserver. I'm using the PCG Sonos Controller written by Simplextech which has more features (e.g., playlists) than the one on the Polisy nodeserver. I understand mine is a 1st world problem! Newb here. I'm not sure why there are 3 nodeservers (PCG, Polisy, PG3). Do the NS's have to be written differently for each? Thank you, Ross
  11. ISY Newbie, Every event will trigger the ISY to review (my newbie word) all of its programs. If the event IS NOT mentioned in the IF section of a program, then that program is ignored and it moves onto the next program (we're talking milliseconds here). If the event IS mentioned in the IF section, then it runs the THEN section if all of the IF section is true or the ELSE section if any of the IF section is false. Bonus information - Not that you asked, but any change in a State variable is considered an event (thus triggering the ISY to run programs that contain that State variable in the IF section). However, if an integer variable changes, it is not considered an event. Regards, Ross
  12. ISY Newbie, Since I am a newbie myself, I will talk "Newbie" to you as that is the only language I know... You are absolutely right - the From/To phrase makes you think that it will check continuously. I thought the same thing myself. However, it doesn't (thank you MrBill for explaining it to me). The program evaluates only at those 2 times (sunset and next day's sunrise). When lilyoyo1 said the ISY is event driven, he means that something has to happen (a certain time, light-on, light-off or, really, any condition that the ISY knows about) has to occur which then triggers the ISY to go through its programs to see if any program should be evaluated because something (an event) happened. Your original question was about the ISY checking continuously throughout the night and turning a light back on "at some point" if it's turned off. Since the ISY won't check continuously but, with a tweak, can evaluate its programs when the light is turned off (this is considered an event), we need to incorporate that info into the program. Asbril's first post has the appropriate program. He just used "Wait 2 minutes" because you said "at some point". However, you can use any interval you want with a minimum of 1 second. TrojanHorse - post #2 is completely accurate; however, it's written above newbie level. I understand what you said there, but I don't think it would have sunk in during my first few weeks of programming. I hope this is helpful, Ross
  13. MrBill, I'd like to understand your sentence "In your example..." as I'm confused by the From... To... I believe what your saying is that my program below would only run the Then at 8am and the Else at 2pm. However, as long as it's between 8-2, the fans will turn on when the temp hits 75 - could be 9am or 11:30am. I'm missing something but I don't know what. Will you please explain what is happening? Thank you, Ross
  14. Gary, Near the bottom of the "DarkSky Acquired by Apple" forum topic, I asked about a Weatherlink IP nodeserver. There, I provided the api documentation to Bob. He is going to take a look. Thanks, Ross ,
×
×
  • Create New...