Antonio Runcio

Results 4 comments of Antonio Runcio

I enable the BTHome and registered the device on components via mac address, ![Component_Configuration](https://github.com/windkh/node-red-contrib-shelly/assets/18068902/d7ed1d6f-a5bf-41fc-8f68-f06e48ca3fc3) 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": {...