Jump to content

Jimbo.Automates

Members
  • Posts

    4634
  • Joined

  • Last visited

Everything posted by Jimbo.Automates

  1. Thanks everyone for responding with your experience. I was thinking about getting these locks and now I definitely will. Amazon has them for $172, with prime shipping which looks like a great price. Sent from my Nexus 7 using Tapatalk
  2. That was meant for the OP eyost, not me
  3. Right click on the program and select "Copy to clipboard" Sent from my Nexus 7 using Tapatalk
  4. I can't give an answer why disabling that program would cause a problem, but everytime I think I want a KPL to flash by toggling a scene on and off in a loop I have issues similar to what you describe and have never been able to figure it out. As to the preference for using a variable or run a program, I usually find I need a variable since I might want to break out of the second program example that oberkc showed. Like if the switch was manually pressed... But that is one of the many reasons I love the ISY, different ways to solve the same thing... Sent from my Nexus 7 using Tapatalk
  5. To answer the last question, yes it does look good and I typically write programs using that state machine style. But I would move turning the light on to the second program, or even make it 3 states where 1=light turned on, and 2=waiting. This makes it easier to add other states and triggers later, like motion detection or a manual light control change. Sent from my Nexus 7 using Tapatalk
  6. Also if you push the button on the MS 7 times quickly they send the current duskdawn status if it's different than the previous status so you don't have to wait the 3.5 minutes. I wish the ISY would automatically remember the last reported status of wireless devices so I don't have to create variables and programs for all of them... Sent from my Nexus 7 using Tapatalk
  7. This should be posted in the third party/mobilinc forum or in MobiLinc's own forum Sent from my Nexus 5 using Tapatalk
  8. OK, makes sense. I guess I was assuming that I would add them so their communication status could be seen. Thanks! Sent from my Nexus 5 using Tapatalk
  9. I am trying to add a new Range Extender 2992-222 device, but I get an error "Unsupported Device:0.29". I tried adding it manually but that fails as well. I did search the forums and didn't see anyone mention trying to actually add this device. I am using the latest 4.2.10 Firmware and UI. Is there anything I can do until it's officially supported? Thanks, Jim
  10. Oberck, if you say yours solve both 1 and 2 from the op, that would make this simpler Sent from my Nexus 5 using Tapatalk
  11. oberck, the difference between this setup and the one on the wiki is detailed in the op. I will try to find time later this week or this weekend to add a second button to one of my doors and test it. Jim Sent from my Nexus 5 using Tapatalk
  12. I totally agree with everything you said. Sent from my Nexus 5 using Tapatalk
  13. You should be able to configure the new routers base ip address to what you had before. Was the ISY configured to use dhcp or a hard address? Sent from my Nexus 7 using Tapatalk
  14. Those are instructions to create a client to talk with the ISY. There may be a way to create a ISY module to accomplish this, but that is a lot of work for a simple fix. I've asked UDI to chime in on this subject... Sent from my Nexus 5 using Tapatalk
  15. We know that using a proxy like you mentioned with Google works, examples using a web server on a nas device were posted. To do it with Google opens a lot of security issues that I don't want to get into. I have requested a change for the ISY firmware, of course it is possible, but it was given low priority by UDI. Sent from my Nexus 5 using Tapatalk
  16. An understanding of your intentions you mentioned above would have been helpful. Both MWareman and myself are seasoned ISY user/programmer types along with others in the posts I mentioned above. It was confirmed by UDI that there didn't seem to be a way to do this without a proxy. The easiest fix for this is for the foscam set_alarm to allow the URL with embedded username/password, or have the ISY REST interface allow passing the username/password as parameters. It would be awesome to have a cleaner interface between foscam and ISY so any help you can provide would be appreciated. Sent from my Nexus 7 using Tapatalk
  17. Sorry if I offended you, it was not meant that way. I only a have a few decades of programming experience so you obviously know more than me. But I do have a few years of ISY experience.. I will leave this discussion now. Sent from my Nexus 7 using Tapatalk
  18. My point is. That even using Java, please see the link I provided in my prior post. You should be able to launch something that can go to the "Real" URL without any need to included the User Id and Password in the HTTP URL in the camera. I know absolutely "Nothing" about ISY hardware. That said. Even the Java example shown in my last link seems capable to do this. Without the need of a proxy. Maybe some other ISY users with programming experience using the web/java interfaces has better suggestions on what methods should be used. But most likely there are methods that can be used. Without the need of a proxy. Don It's not Java. It's Javascript, which is very different... Neither the camera or ISY support Javascript so it's not possible the way you suggest. I appreciate you trying to help, but if you don't know the hardware/software supported by the ISY then it's not really helpful. Sent from my Nexus 7 using Tapatalk
  19. That is correct. If we could send username and password as parameters that would also solve the original problem. I think I requested UDI to support that... Sent from my Nexus 7 using Tapatalk
  20. Have you tried that? It contains Javascript which has to be run on the client side, which in this case is the camera, so I don't see how that will work. Sent from my Nexus 7 using Tapatalk
  21. Yes that is what I am saying. The webserver does not have a way to do it, and the Rest interface requires username and password which is the original problem. Sent from my Nexus 7 using Tapatalk
  22. I am back from vacation and can try to look into this tomorrow. I just wanted to verify that this was your final status before I looked at it. Sent from my Nexus 7 using Tapatalk
  23. Here is my point. First. Please remember that I have absolutely no idea of what you do or don't have access to. Whatever HTTP URL you use could be used to pass that information to the URL you would like to use. Meaning the HTTP URL launches some php/script URL that in fact actually does the formatting for the real URL. So, when you say proxy. I think of a proxy as being located on another system vs. calling a URL on the same system that uses a the real URL that is failing directly from the camera. I have no idea of what the ISY series supports. Don The ISY does not support what you suggest. It has to be done by a proxy as detailed in the other post. Sent from my Nexus 7 using Tapatalk
  24. Yes, you were the one I was referring to that did a lot of testing on this subject viewtopic.php?p=111432#p111432 Sent from my Nexus 7 using Tapatalk
  25. Don, Thanks for trying to help with this, but it was acknowledged on the foscam forum link, and through many tests by myself and others on the other udi forum link I listed that the foscam firmware does not allow having a username and password embedded in the URL, and that is the only way the ISY will do authorization with the rest interface. So we are stuck with using a proxy. Sent from my Nexus 7 using Tapatalk
×
×
  • Create New...