puschie286 / fritzbox-bridge

4 stars 2 forks source link

Issue with FritzBox 7530 and OS 7.50 #35

Closed begra closed 1 year ago

begra commented 1 year ago

Are there any known issues with FritzOS 7.50? Before the update everything worked without problems. Since the update, the trigger for the "device connection" / "device disconnection" unfortunately no longer works. I have checked the device name. Login is also ok according to settings.

puschie286 commented 1 year ago

not yet - it is mentioned in one review that is doesnt work. you might try the test version v0.9.1 - this version use a different approach for network device detection so this could solve the problem ( my own fritzbox doesnt support 7.5 yet so i cannot test it ). this test version also include a debug button on the settings menu that will send some debug information to me - if you still have problems, i would like you to send me the debug information using this button

begra commented 1 year ago

The review is mine. But I removed it again, because the error is treated here now. Just tested with the new version 0.91. Unfortunately no improvement. I have transmitted the data via button in the settings.

puschie286 commented 1 year ago

unfortunately, the button only send dect device informations because all other data contain highly sensitive informations about your internal network.

to progress here, i need this network data^^ - you could grab it by yourself. Open your fritzbox website, login, go to network under home. open your console (F12) on this page and go to network - there should be some entries with file/name „data.lua“ of type „json“ or „xhr“. click on one of them an go to „response“ - this is the data i need ( and the data my app use to determine connect/disconnect ).

Please send it to my email ( christoph286@googlemail.com )

begra commented 1 year ago

Thank you for the explanation. I have just sent the mail.

puschie286 commented 1 year ago

thanks, checked it but didnt find anything problematicly - i will need to find a way for futher investigation, keep you up to date edit: tested everything with v7.39 ( should be same as 7.51 ) but everything looks just fine

begra commented 1 year ago

Since updating to 0.9.3 it works fine again. Thanks for the quick help!