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.
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.
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
Feel free to try it out:
Wow! Great job. ![]()
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!
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...