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.
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)