Skip to content
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

Allow for https #29

Open
Aypac opened this issue Feb 10, 2020 · 3 comments
Open

Allow for https #29

Aypac opened this issue Feb 10, 2020 · 3 comments

Comments

@Aypac
Copy link
Owner

Aypac commented Feb 10, 2020

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

@Aypac
Copy link
Owner Author

Aypac commented Mar 9, 2020

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

@RoSchmi
Copy link

RoSchmi commented Dec 14, 2021

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

@Aypac
Copy link
Owner Author

Aypac commented Dec 27, 2021

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é

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants