I have 1 rPi running hassio, and I want to have several more running a custom GUI from which I can control my hassio.
So currently I’m trying to control 1 light from remote rPI with the REST API ( https://developers.home-assistant.io/docs/en/external_api_rest.html )
I’m able to get states, but I can’t “flip the switch”
My Garage RPI Player just runs a mqtt pub (a poor single cmd nothing with python import json overkill) to tell his amp to shutoff or power on.
fast simple and bulletproof