Antonio Runcio
Antonio Runcio
I enable the BTHome and registered the device on components via mac address,  If i try: `curl -X POST -d '{"id":1,"method":"BTHomeSensor.GetStatus","params":{"id":200}}' http://192.168.2.41/rpc ` The json response is: ```yaml {...
If i make a post request like this: ```yaml { "id": 1, "method": "BTHomeDevice.GetKnownObjects", "params": { "id": 200 } } ``` the response is: ```yaml { "id": 1, "src": "shelly1minig3-ecda3bc252b0",...
I don't have a blugateway, so i can't try. The solution that i find for me is ok, because on nodered i make a simple POST request and I have...
I have another solution that require only one Post Request: ```yaml { "id": 1, "method": "Shelly.GetComponents" } ``` the complete response is: ```yaml { "id": 1, "src": "shelly1minig3-ecda3bc252b0", "result": {...