Arduino-TR-064-SOAP-Library icon indicating copy to clipboard operation
Arduino-TR-064-SOAP-Library copied to clipboard

Allow for https

Open Aypac opened this issue 6 years ago • 3 comments

As seen in #7 it might be neccessairy to use https for some queries. Make that work.

Aypac avatar Feb 10 '20 14:02 Aypac

See page 7 of https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_TR-064_first_steps.pdf One has to use a different port: https://192.168.178.1:49443/tr64desc.xml

Aypac avatar Mar 09 '20 22:03 Aypac

Due to advertently using a wrong format for the AIN of Fritz!Dect 200 I had problems to get my application working. Initially not knowing the reason, I first thought that it was needed to switch to https transmission to make it working, so I made a modification of your library to work with https. Unfortunately my code is not as compatible with your library as it should be. However perhaps it might be helpful if you are going to switch to https in some time.

https://github.com/RoSchmi/Esp32_Fritzbox_TR064_FritzDect_Controller

Kind regards and many thanks for your great library

RoSchmi avatar Dec 14 '21 18:12 RoSchmi

Hi RoSchmi,

thanks for the information! I would probably not switch over, but rather add the capability. However, I currently struggle to even keep up with maintenance of this library and unfortunately I cannot use it 'in production' myself anymore, so even debugging is a bit annoying. So if anyone wants to take this further, please go ahead and submit a PR :)

Cheers, René

Aypac avatar Dec 27 '21 09:12 Aypac