Jump to content

stephan

Members
  • Posts

    70
  • Joined

  • Last visited

Everything posted by stephan

  1. With the network module I can now send a WOL package and successfully start systems in my house. What would really be awesome is if I could also check whether my systems are turned on / active through the ISY. Various ways to do this come to mind but of course I am limited by what the ISY can do * ping to an IP address and report as part of a program status * Network GET request if that system has a web server available, which most have these days. Then ask for whether I got a 200 and return this as part of a program status * other ideas ? Then I could create one program per system I wanna see and would be able to see this through the web interface, or mobilinc, or even my own web interface with a little JS that accesses the REST interface from the ISY Can anyone think of a way to do this today ? Stephan
  2. Hey Michel, I am more than happy to get wireshark, but how can I get wireshark to pick up the traffic? The only way I know is to define a proxy on the device that makes the request, which would be the ISY in this case. I have been asking multiple times in this thread how to do this but never received an answer. Is there another way I am not aware of ? As soon as I have this information I provide you with the traces. Stephan
  3. I am going to be persistent here and still would like to know how to debug this. Maybe Michel can answer that ? Of course I can spend 5 bucks to get prowl and whatever I need, but for me this is principle now Thanks everyone Stephan
  4. The main reason for me trying to get this running is money as this service including the iPhone App is free. Can you give me a few links for the alternative ? Or did you mean what is already documented on the wiki here http://www.universal-devices.com/mwiki/ ... tification ? Stephan
  5. I tried the modes again just now: URL-Encoded, RAW and C Escaped. All the same result "HTTP/1.1 200 OK Dat" no notification pushed.
  6. Hey pounce, thanks for spending the time with me and trying to figure this out. I don't think it is an SSL issue anymore since I do get a 200 OK message at one point. I wrote this a little earlier in this thread which kind of gets long. But even though I get a 200, the response data is cut off and the notification is not transmitted. Here is the screenshot again
  7. pounce, no port is not possible based on what the UI allows and setting port 80 fails as well. Michel, good point. I tried that by cleaning out by browser cache and cookies. The result is still a success. Attached is the request/response pair
  8. I also tried that and notifo doesn't allow that. SSL is mandatory
  9. I see. I posted that already in the the attachment called ISY-POST1.jpg. Instead of wireshark I used LiveHTTPHeaders which gives you everything as well. Is that good enough or do you need wireshark ? I don't believe there is any more information in it though. Here is the attachment again
  10. I tried that and the UI doesn't allow me to do that. Stephan
  11. Xathros, I fail to see how this helps as it works for me when I use firefox from my laptop. Only when the ISY itself is sending the request it fails. So I need to capture the traffic from the ISY. Am I missing something ? Thanks as always Stephan
  12. I can do that. How can I set the proxy in the ISY to my laptop where I have wireshark or similar running ? Stephan
  13. Thanks for the tips. Unfortunately it is still not working. So how can I debug this? The error log doesn't give me a lot of information. Is it possible to define a proxy to do this ? In terms of the parameters. I played around A LOT. And I was able to successfully send something with POSTER in Firefox and see the whole req/resp pair through this way. I attached a screenshot. With the help of the req/resp pair from firefox, I was able to try every single header that I was missing. In the end I got 200 OK after I added the Accept-Encoding. But this did not help either as the response is cut off and the notification is not sent from notifo even though it works through POSTER in Firefox.
  14. any timeframe ? Thanks Stephan
  15. yet ? so is it on the agenda to be extended ? any time frame ? Thanks Stephan
  16. Hi, is it possible to evaluate a response that has been received from a network response when using the network module ? For instance, can I do a GET to a webpage, if the response is 200 then I want to do X (for instance through an IF in a program), otherwise I want to do something else. Thanks Stephan
  17. Hi, is it possible to use replacement variables in the Network Resources of the Network Module the same way I can use them in the email/notification tab ? I really need my network resources to be more customizable and not static. Thanks Stephan
  18. Hi, I just purchased the network module and would like to improve my integration of various systems at home. Somehow my POST request isn't getting through and I don't know why. What is the best way to debug such a problem ? The error log doesn't give me a lot of information. I really would need some kind of request/response trace of what is going on to help me understand what is wrong. Is it possible to define a proxy to do this ? Just in case someone sees something obvious, I detail my problem here: I am trying to send a notification to notify to my iPhone from the ISY. I know that there is a growl wiki article, but notifo is free It works from my server by using curl like this "curl -k -u Shesmer:???????????? -d "to=shesmer&msg=Test" https://api.notifo.com/v1/send_notification" But when I try to do the same with the ISY it simply fails with "Request Failed". I attached a screenshot The error log shows this Tue 2012/10/30 12:59:58 System -170001 [HTTP] ??.???.???.??:64644->443 ( I changed the real IP with ?)
  19. Thanks, I'll try the way through scenes. So far I always checked for whether something has a status. Will let you know my test results later in the week.
  20. Hi all, I love the capabilities of the ISY and have done quite a bit already with it at home. However there is still one particular usecase that I was unable to solve. I am hoping that someone here can help me. I try to be able to turn a light or device on and off from a) a button from a KPL my x10 remote c) MobiLinc - which in the end uses the REST interface from the ISY d) whenever anyone is turning the module on/off the respective button on my KPL should correctly light up. The reason this isn't working for me is because the REST interface only allows to change the status. There is no "pressing" that I can program in my programs. So here is what I tried a) program that listens on "control" program that listens on x10 changes c) program that listens on status change 100% © seems to be the culprit as (a) and ( also mean that the status is changed to 100% and therefore my program © runs multiple times. No matter how I tried that I did not get a program right that could seamlessly work with all three triggers. Any help is appreciated. -Stephan
  21. yes that is what I did. Will you consider this as a feature request for a future version ? -Stephan
  22. Hi all, is there a feature available with which I can record my light behavior over a period of time and then replay it later for instance for when I am going on vacation ? I have it programmed now to behave similar to what we usually do for vacation times, but I think it would be even cooler if I could record it and play it back because this would ACTUALLY reflect the past behavior. Thanks for any comments Stephan
  23. So I double checked my keypadlincs. I thought I see the firmware on the keypad themselves, but instead I think you meant the version shown in the ISY. So I have two versions as I had two separate orders. V.40 and V.35 - both have the same behavior in the ISY though My ISY is V3.2.6. Based on your last post what is the right approach to "fix" my problem by using programs ? Create a 2nd scene and listen on a status change from the first scene and then call the second scene which turn off C ? Thanks for all the help.
  24. Thanks for the quick answer. I don't have the ability to turn off button C from the main scene screen in the ISY. I assume this means I have older than v.40 firmware. I can double check that at home tonight. I just order those keypadlincs from smarthome and they arrive last week. How could it be that they have an older firmware ? Is there any way for me to update those ? -Stephan
  25. Hi all, I am new to the whole insteon world and are currently setting up a couple of devices around the house. In one room I have a 6 button keypadlinc which I have programmed like this: * Scene Masterbedroom: ** Main On Button as Controller - Load set to 100% if pressed ** C Button As Controller - Load set to 25% if pressed Everything works as expected when I am using the keypad buttons: * I press 'on' and the lights go to 100%. C stays off because this is the 25% indicator * I press 'C' and the lights go to 25%. 'on' also turns on because it indicates "load". So far so good. Now I am trying to control the same scene with either the ISY Admin Console or the MobiLinc. Both execute the same command. I turn the scene Masterbedroom on. This has almost the requested behavior. The lights go to 100%, however it also lights up the C button on the keypad which it shouldn't. This is the 25% indicator. What am I missing? Anyone has an idea what I am doing wrong? Thanks -Stephan
×
×
  • Create New...