Ok. Then you need to look into how home assistant services work and then you can revisit what I wrote about the deConz configure service.
You can find a lot on the home assistant web page and look in the forums.
Using the services aren’t more complicated than visiting the services page in your ha instance, selecting the deConz configure service and follow the instructions
Yes i understand that. And beleive me, i have try to figure out how. There is why i hope for help here…
I can´t be the only one as want to use multiple alarmsystems…
curl -H ‘Content-Type: application/json’ -X PUT -d ‘{“name”: “Garage”}’ “ADRESS:40850”/api/key/alarmsystems/
[{“error”:{“address”:"/alarmsystems",“description”:“method, PUT, not available for resource, /alarmsystems”,“type”:4}}]
curl -H ‘Content-Type: application/json’ -X PUT -d ‘{“name”: “Garage”}’ “ADRESS:40850”/api/key/alarmsystems/2/
[{“error”:{“address”:"/alarmsystems/2",“description”:“resource, /alarmsystems/2, not available”,“type”:3}}]
curl -H ‘Content-Type: application/json’ -X PUT -d ‘{“name”: “Garage”}’ “ADRESS:40850”/api/key/alarmsystems/2
[{“error”:{“address”:"/alarmsystems/2",“description”:“resource, /alarmsystems/2, not available”,“type”:3}}]
curl -H ‘Content-Type: application/json’ -X PUT -d ‘{“name”: Garage}’ “ADRESS:40850”/api/key/alarmsystems/2/config
[{“error”:{“address”:"/alarmsystems/2",“description”:“resource, /alarmsystems/2, not available”,“type”:3}}]
curl -H ‘Content-Type: application/json’ -X POST -d ‘{“name”: “Garage”}’ http://172.30.33.3:40850/api/XXXXXXXXXX/alarmsystems/2/
[{“error”:{“address”:"/alarmsystems/2",“description”:“method, POST, not available for resource, /alarmsystems/2”,“type”:4}}]