Post #3163628
2026-02-26 23:26 UTC
@spudly@social.murf.org huh, I just managed to notice that somehow the response cuts "Manufacturer" in half (some at the top and some near the end.)
So maybe this isn't pseudo-JSON but actually longer JSON that's been somehow mangled by Avahi, lol.
(Anyway, that's not your problem! Thanks again)
Replies (2)
-
@PatrickHerd@aus.social 2026-02-27 01:01
@projectgus@aus.social @spudly@social.murf.org I'm hopefully getting a Gen24 next month or so
-
@projectgus@aus.social 2026-03-02 02:27
@spudly@social.murf.org I worked out why the JSON looks mangled. It's cursed: DNS-SD TXT records are optionally KEY=VALUE pairs. But Fronius want to pack a JSON object in there instead for some reason, and there's a length limit on each TXT record. So the format Fronius picked for TXT records is: 00={ 01=}\n avahi-resolve reasonably prints the TXT records in an arbitrary order, which is why it looks like the output got mangled. 😆