Hello,
First of all, I am a newbie here. First post, install HA on an old Raspberry B (B3+ coming soon) last night.
I am a professional developer and not afraid of doing code and PRs (even if my python still lack some practice).
I succeed in setting up light (hue), media player (chrome cast).
I saw in the logs that the discovery of device tracker tried to connect to my Freebox. So I tried to pair both of them in order to try device detection.
At first, the log displayed Authentication timeout (since I did not press the Freebox access token acceptance button).
I couldnt find a way to restart discovery without restart the hassio.
So I went to configure it as explained in the documentation of device_tracker and freebox. Restarted it. I started receiving multiple access token queries on the Freebox (accept one, another arrives). Once one is accepted, the known devices file appeared.
HA successfully pulled the connected device. But ask for a new token.
Even if I let it that way. As he know my smartphone, he can’t see if it is home or not since he can’t connect to the Freebox anymore, he prefers asking for a token.
I tried removing the Freebox.conf file and known device file but now the logs says it get timeout on the connection to the device tracker and do not query token anymore.
Did I do anything that trigger the repeat access token query ?
Is there a simpler way to restart discovery without restart it ? (it takes at least 5 minutes to boot up…)
Is there still some configuration running for the device ? How can I reset it ?
Thanks for your time