first, you need the gold licence on 2n intercom to use the automations functions on it.
For opening door, you can find the right http api on 2n website and use it as creating a switch into home assistant.
To catch the ring, you’ll need to use nodered in home assistant to catch a post http call, and configure 2n intercom to send the http post call to home assistant
Hello,
I have an IP Verso with integration license and I want to send commands to Home Assistant via rest api.
Under automation there is an action item sendhttprequest.
This is limited to the following input fields…
Uri (define the standard HTTP URI including the destination address and, optionally, the path and other parameters)
Username (define the username in case authorisation is required by the HTTP server. This parameter is optional. The default value is “intercom”.)
Password (define the password in case authorisation is required by the HTTP server. This parameter is optional).
Method (define the HTTP request method: GET, POST, PUT, DELETE)
Type (select the type of the HTTP request body content: “application/json” or “text/plain”. Applies to valid methods POST and PUT only)
Text (select the request text content. Applies to valid methods POST and PUT only.)
Do any of you have a 2n device and know how to integrate the Authorization header, or how to send a command to HA?! Screenshot 2023-04-10 130411|690x483
Hi,
i am testing the same automation.
did you find out how it works?
is the URi the whole path you get from the webhook “copy” link when creating an automation?
do i have to set up anything else?
whats the best METHOD and TYPE to use?
thx in advance
@SVD-NL
i installed, configured and modified the integration (deleted the id in the conf) but i dont see if any button is pressed…