I wrote an integration between an A12 Rotel Amplifier (which communicates over an RS232 port) and Home Assistant through MQTT, here:
The integration requires a daemon to bridge between RS232 and MQTT, which can be run as follows, assuming the MQTT broker and RS232 ports are set correctly:
I have generated a Docker token, and installed Go on the RPi.
When I try to build the repo, I get “unauthorized: unauthenticated: User cannot be authenticated with the token provided”
What should i be looking to change in the makefile so that the token is correct?