2N IP Verso Web API to Node Red

Hi, i am struggling with making the Web API to get anything from the IP Verso. I have an identical (working) setup with openhab, so the 2n part shouldn’t be the problem.

This is the 2N part (Adress: http://192.168.178.24:1880/endpoint/2nklingelon)

when i ring the bell, nothing happens in the debug window. If I insert it in the browser for example i do get sth. Any ideas what i am doing wrong?

Thanks

Node red in home assistant does look like this:;

i didn’t set a password oder username

You need to use the http request node.

The request node lets me get the info from the 2N API - this does work. But then i would have to send requests every second.

While open hab calls it the 2n api, it’s an integration, I suspect more is being done in the background, like subscribing to events. The way it usually works with an api

  • log into to remote with auth(if required by api) (http request)
  • Then you subscribe to events (http request)
  • Finally you listen for what you subscribed to. (http in)

Taking a quick look around the web yields this

https://www.2n.com/en-GB/faqs/Node-RED-Automation-in-Access-Commander-kA0Sd000000SN89KAG

This details what you need to do to interact with the api.