fritzbox-munin icon indicating copy to clipboard operation
fritzbox-munin copied to clipboard

FritzOS 6.50

Open MacMarc opened this issue 10 years ago • 11 comments

Doesn't Work anymore with FritzOS 6.50 :-(

MacMarc avatar Dec 15 '15 20:12 MacMarc

I suspected something like that. Unfortunately, I do not have a Fritzbox that runs FritzOS 6.50 right now at hand. Does none of the scripts work or just some of them?

Tafkas avatar Dec 15 '15 21:12 Tafkas

CPU Temp, CPU Usage, Memory Power Consumtion Fritzbox Uptime doesn't work

Connected Wifi Devices, Connection Uptime and WAN Traffic still works.

MacMarc avatar Dec 16 '15 13:12 MacMarc

@MacMarc AVM has released a Labor version for the 7362SL (FRITZ!OS:131.06.36-32026 BETA) I don't know how much it differs from FritzOS6.5. I have installed it on my Fritzbox and adapted the scripts accordingly. Unfortunately AVM switched a lot in the background and I have to get most of the information from the web pages of the box. That means that right now it only works if you language is set to German. If you want to give it a try check out the branch fritzos6.5: https://github.com/Tafkas/fritzbox-munin/tree/fritzos6.5

Tafkas avatar Dec 19 '15 10:12 Tafkas

Language is German. At least the GUI differs quite a lot from <6.50. So I assume, that it changed a lot in the backend as well. I'll try out 6.5 branch and let you know.

MacMarc avatar Dec 19 '15 17:12 MacMarc

Works now! Thanks a lot! :-)

MacMarc avatar Dec 20 '15 12:12 MacMarc

Great. I will leave it for now in a separate branch as the 7490 is the only box so far that runs on Fritz!OS 6.5. As soon as more boxes follow I will merge it into the master.

Tafkas avatar Dec 20 '15 12:12 Tafkas

It works with 6.60 as well.

MacMarc avatar Sep 01 '16 10:09 MacMarc

Hi there,

just upgraded my Unitymedia Box to 6.5. Checked out the 6.5-Branch: Wifi Devices, Connection Uptime and WAN Traffic is working, the other plugins not. Checked the regex in there: They are ok. It seems an issue with the login (getting the sid). Any idea?

Regards

bombcheck avatar Sep 06 '16 08:09 bombcheck

I don't think AVM changed the login procedure. I will have access to a cable Fritzbox (6360) with Kabeldeutschland-branding running 6.50 on the weekend. Hopefully I get a better idea of what's happening then.

Tafkas avatar Sep 06 '16 09:09 Tafkas

Checked again: Only Connection Uptime and WAN Traffic is working. Those who get their data via upnp. The plugins using the fritzbox_helper.py do not work.

bombcheck avatar Sep 06 '16 09:09 bombcheck

Strange: If I put my login credentials directly into to plugins, they work. The default (server = os.environ['fritzbox_ip'] / password = os.environ['fritzbox_password']) does not work...

bombcheck avatar Sep 09 '16 08:09 bombcheck