Suddenly only code word ant (cc3200 + Fritzbox), solution found

I had a problem where one of my Tonieboxes with a CC3200 chip only spat out the code word “ant” when I placed a new Tonie or a custom tag with web radio on the box.
I didn’t change anything, neither on the box nor on my network.
When I called tc.fritz.box, an error message with “not authorized” appeared in the browser.
If I entered the Teddycloud IP directly in the browser, everything worked fine.

Since the TonieBox searches for tc.fritz.box, but this is blocked by the Fritzbox (apparently reserved by the Fritzbox for the TR-064 protocol), I found the following solution:

I changed the hostname from tc (TeddyCloud) to tb (Toniebox). Since the IP address is bound to the MAC address, this is not a problem. I then edited the altUrl.tc.fritz.box.json and changed tc.fritz.box to tb.fritz.box.

Old Json: [“74”, “63”, “2e”, “66”, “72”, “69”, “74”, “7a”, “2e”, “62”, “6f”, “78”, “00”]

New Json: [“74”, “62”, “2e”, “66”, “72”, “69”, “74”, “7a”, “2e”, “62”, “6f”, “78”, “00”]

The Toniebox is now back online and working normally!