[Addon] Fritz Mesh - live view of your Fritz!Box Mesh network

is there any news about this?

I was looking for a solution showing my Fritz Mesh in HA and found your plugin. Looks really nice, but my FritzOS version is 8.03.

There was an active development of @TillitschScHocK (github user TillitschScHocK) ongoing which was essentially a full re-write of the entire add-on.

The idea of this user was to render the overview in a chromium browser running in playwright and then either take a screenshot or extract the relevant DOM from the browser.

This looked promising and I expected it to soon replace my initial attempt.
But as it appears, the repo was deleted a few days ago. I never tried it personally, so I don’t know if it was really working.

1 Like

I did create a custom component for that, the result looks like that:

I will try to bring it to HACS anytime soon if you’re interested

1 Like

Feel free to try it out:

1 Like

Wow! Great job. :heart_eyes:

That looks far superior then what I had done before.

Wouldn’t it even make sense to make this an integral part of the regular Fritz Box Tools core Integration? I could very well imagine that the responsible maintainers would also love to have this part of the core.

Thats a good point! I don’t have an idea how good my integration would match right now (e.g. I’m using “fritzconnection” for getting the data, idk what the core integration uses). And also I guess my integration is not “production ready” yet (sometimes I get “configuration error” when I want to display the card, especially on my phone). But if that is getting more stable I can definitely contact the maintainers of the core integration!

Awesome work David - thank you so much !

Looks very nice! Unfortunately, I am currently getting the following error when trying to download and install it via HACS. Anyone else having this problem? My Home Assistant version is 2026.2.3.

Yes - same here.
I did it via the manual way, then it works fine.

Should work now via HACS as expected!

1 Like

I migrated and further enhanced @werthdavid 's
mesh implementation logic into the standard fritz integration and created a PR: Add additional mesh network information to Fritz integration, required for showing the mesh in a UI card by Lamarqe ¡ Pull Request #172798 ¡ home-assistant/core ¡ GitHub

I also adjusted the card accordingly, added a few more features, and made it available separately:

Let's see if the PR has a chance of getting approved...