2n Helios Ip 1.11

I have a

  • Product name:* Helios IP
  • Software version:* 1.11.0.268.0
  • Bootloader version:* 1.1.0.3.0
  • Hardware version:* 535v1
  • Number of buttons:* 1

Does anyone know how to integrate into HA, Just want to be able to open the door / catch when someone rings

1 Like

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 currently working on a custom integration for 2n helios IP intercoms.

The switches already work, directly using relays and outputs is almost finished.

I tested on firmware 2.39, but theres a pretty good chance that it will work on pretty much any firmware version that supports api usage.

Here’s the repo:
SVD-NL/helios2n-hass
I think i got HACS working now, but if that doesn’t work you can copy the contents as a custom integration.

I’m open to feature requests and bug reports, and remember that it is WIP :wink:

1 Like

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…