-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not working with AVM6590 (07.12) #30
Comments
Hmmm, just a few scattered thoughts before I look deeper into it:
|
some quick answers - not all you asked for: -- --
Also the web interface reacts on both: name and IP. -- same output with name and ip (click to expand)
|
one more thing - when only posting the 1st xml statement using cURL:
|
Tried another example, same result how to use https in your setup? |
I just started testing on my hardware and seeing the same thing. Looks like I messed up somewhere. I'll try to figure it out asap and let you know. |
Ok, so the reason why it was not working for me was simply because I deactivated the option to require a password to log into the UI; turns out the FB does not even provide Nonce's then (as it just allows you to do anything without authentication). I guess that is not the case for you? |
Ok, after delving into this for a few hours I ended up adding many improvements to the lib (see above mentioned branch). I hope one of them will help you. |
Hi thanks a lot for your effort and time. I have downloaded the branch you referred and started the "simple-router.info.ino". below the output. I think we are a step further. but I see a crash at the end of the execution - using a wemos d1 mini pro. will try the original sketch as well. Click to see full log
|
tested now the original sketch for dialing out - no crash and no success:
|
Hmmm, mysterious. The error message you get means: "Attempt to read/write memory with an unaligned address (for example, trying to read/write a 32-bit word at an address that is not a multiple of 4)", see more here. For the other program; I guess you already did this, rigtht? |
the crash got simply fixed by changing the usb port on the laptop - not reliable power .... here the code for the router info. seems to have a problem wit hthis "http://192.168.178.1:49000/upnp/control/deviceinfo" -> not found webpage error 404 when pasted to a browser code
|
here the log and sketch for the caller.ino (I checked the link you posted and enabled the check-box) log
filecaller.ino
|
Not sure what you are saying here: does it work from the ESP or does it not? If it does not work, can you post the log again? Have you tried putting in |
Hi just reducing the troubleshooting to the simple-router-info.ino in a first trial to avoid config problems. the syslog messages on the fritz box shows that the user authenticated correct. the log messages from the sketch below: show log
|
Hi, |
Hi no problem - there are more urgent things in live than coding. - hope all is fine. nevertheless I have run the "simple-router-info.ino" on platformio and tried again.
Next try would be doing some dialout. cheers |
HI just added one additional printout in the tr064.cpp to see the reply from the router - typically it is only printed with return code 200:
from the avm docs I see that this is:
cheers |
Yes, all is fine :) Just got a bit busy.
That is indeed required, but that should have been there as also witnessed by the output you posted:
Weird. But whatever they say about gift horses... It seems to work now. Which brings me to the new error you see
indeed looking at the services provided by your router that service does not seem to be available... Detected Services
Maybe try to explore these?
|
I did not follow all steps you discussed in perfect detail, but I just wanted to confirm that this problem also happens on the 7590.
Also, just as above:
creates
Let me know if I can do anything to help :) |
Let's move this into a separate issue, otherwise it'll be a bit messy here (also I'm not sure yet, if this really is the same problem). |
Hi Wolfgang, |
was stuck with other projects - will continue soon |
HI I started looking into the issue again and tried the latest version from main - still no success. shall we open the current TR again, or is ther another to jump on? cheers |
There is a new release now (1.2.0 / 3fb0d1b) that might fix it. |
Hi @jipp , |
Hi
I just copied the example caller and changed the credentials for wifi (working) also added username/password for the FB account using. Now trying to place a call. wit debug enabled I got the following output:
using some trial curl requests like:
curl -s -k -m 5 --anyauth -u "xxx:1234567890" "http://Fritz.Box:49000/upnp/control/deviceinfo" -H 'Content-Type: text/xml; charset="utf-8"' -H "SoapAction:urn:dslforum-org:service:DeviceInfo:1#GetInfo" -d "<?xml version='1.0' encoding='utf-8'?><s:Envelope s:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/' xmlns:s='http://schemas.xmlsoap.org/soap/envelope/'><s:Body><u:GetInfo xmlns:u='urn:dslforum-org:service:DeviceInfo:1'></u:GetInfo></s:Body></s:Envelope>"
works
do you have any hint what an I doing wrong?
thanks lot
The text was updated successfully, but these errors were encountered: