kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
304 stars 59 forks source link

Question: class FritzPhonebook missing in newest version #24

Closed basdelfos closed 4 years ago

basdelfos commented 4 years ago

I'm in the middle of converting Home Assistant compontent for FritzBox. It used the old version 0.8.4 with gives some errors (#21). While converting the code to version 1.0.1, I came across class FritzPhonebook that exists in version 0.8.4 and doesn't seem to be available in 1.0.1.

Is there an equal class of FritzPhonebook in the new version that I can use?

kbr commented 4 years ago

FritzPhonebook has been dropped temporarily because of lxml dependency removal. It will come back with the next release. Rewrite is in progress.

springstan commented 4 years ago

@basdelfos I would recommend to wait on the next release then ✌ @kbr thanks for the quick response!

kbr commented 4 years ago

version 1.1 with adding a rewritten FritzPhonebook is out. The old api is a subset of the new one. Please feel free to reopen (or create a new issue) in case of any bugs.