-
Posts
637 -
Joined
-
Last visited
Everything posted by einstein.42
-
Sent from my iPhone using Tapatalk
-
Merged. Thanks xKing.
-
Sorry haven't had time to look at it. xKing you are more than welcome to send a pull request. Thanks!
-
I would assume because it doesn't know where to find the config.ini because it isn't run from that local directory by NodeLink server. Someone else merged in that config.ini stuff, I never had much of a taste for it. You should be fine the way it is. xKing, I dug into fiddler and I get a totally different AppID from my ipad that what you had. Thought that was odd.
-
Network module? Not sure what you are doing. Refresh my memory.
-
Awesome, I spent a while trying to do it from the gui with wireshark but I couldn't get it. Glad the app was easier. I'll have to look into fiddler. You're the man.
-
Ok. Updated. git pull xKing I borrowed some of your methods, thanks for figuring that out. Did you find a doc or just use Fiddler? I gave you credit in the source.
-
Excellent, I'll get this myq script updated shortly. Thanks xKing.
-
Welp. Looks like the 'unofficial API' caught up with us. MyQ has either removed or changed their API and blocked access to the one all of us we using. If anyone can find the new API documentation or if there is even an API at all please let me know. Until then this project is no longer viable. Please take a moment to thank Chamberlain and Liftmaster for their lack of community support.
-
Interesting. This must have been either a new type or one I haven't seen used before. You are welcome to commit your changes to github and I will merge it.
-
Can you send me the log or attach it here?
-
Excellent. Sounds great. Thanks for the input and awesome idea dywicked!
-
That's a good idea. Use what's already there! Sent from my iPhone using Tapatalk
-
Yep, that's correct. Great, glad it is working. Now you just need to find a way to run the MYQ_STATUS command like once every couple of minutes from ISY. Or you can setup a crontab on the pi. Choices are the spice of life.
-
Awesome. I think we got it resolved. Please get version 0.6 here. Found a compatibility issue between the XML responses of the state variable definitions between 4.3.26 and 5+. Should be resolved now. Also fixed that path direction issue we noticed on testing Isibarra. Thanks for being patient and helping me find that one. Wasn't easy to reproduce!
-
send me a private message with your email address and I'll send you a webex. I'll have to get in the config of my-garage.py and poke around as well as ISY, so you might want to change your passwords for a little bit.
-
Huh. Well, you have a few minutes to let me take a look directly? I don't know how else to replicate your issue to find what's going on.
-
Yea I don't see anything about how it is receiving the command from ISY in there. Paste me a screenshot of the ISY network resource.
-
Is there not a log tab on the webpage for dsclink? There is for me. Also it should be in the same location as the myq garage logs. Sent from my iPhone using Tapatalk
-
Can you see the command being accepted via the the dscserver log on the web page? 644 is fine for dscserver because it isn't itself executable. mono runs it. That is so weird. Why isn't it finding it when it is clearly right there. I say you rename your garage door and try a new variable and see what happens.
-
Updated with full logging and better error catching. Now logs to logs/myq-garage.py rotating every day with 30 day cache so it doesn't fill up the drive. If using with io_guy's products, it will be in the same folder as his. 'logs'. Also added some better requests exception catching for web or network failures. Updated Readme here. We will call this version "0.5" https://github.com/Einstein42/myq-garage
-
Ok. No problem. I should be around this evening as well as this weekend if you want to schedule a few minutes. I'm also adding a logger for some debug info to the program, so I'll have you update it as well. Give me a few hours for that thought.
-
I wrote it in 2.7 but am familiar with the differences. Any chance you'd be open for a webex for me to look directly? Sent from my iPhone using Tapatalk
-
how about ./myq-garage.py status? Sorry I'm not finding any problems.
-
Yea I meant 37. My bad. What is the output of ./myq-garage.py status? As for the relay server. Network Resource in ISY: Name: MyQ_Garage_Door_Open Protocol: tcp Host: <your pi ip> Port: 2402 (by default) Timeout 500 Mode: C Escaped Body: MYQ_OPEN_GARAGE_DOOR In DSCLink > Relay Server Command: MYQ_OPEN_GARAGE_DOOR Program: ./myq-garage.py Arguments: open garage door The myq-garage.py file is in the same folder as the dsclink server correct?