Alright, I’m a couple days in of trying to figure this out. Here’s where I’m at:
REST API
- Obtained LLAT
- Requests made via http://homeassistant.local:8123/api
- Success
Supervisor API via SSH
- Downloaded “Terminal & SSH” Add-ons & “Open Web UI”
- Run
curl -sSL -H "Authorization: Bearer $SUPERVISOR_TOKEN" http://supervisor/supervisor/ping
- Success
Supervisor API via Externally
- Obtained SUPERVISOR_TOKEN
- No clue what web address is locally available for Supervisor. This is where I need help. I’m expecting to be able to run " http://SOME_SUPERVISOR_IP/supervisor/ping"