My bridge responds to the /auth command with the wrong token
. The token
it responds with is of the format [MYACTUALTOKEN][MYWIFISSID]
(square brackets added for legibility), i.e. the actual API token directly followed by the SSID of the Wi-Fi network it is connected to. This prevents my homebridge from obtaining the correct token.
This feels like an issue in the API. Maybe something got messed up there in a recent update? Any help would be appreciated!