victronenergy / node-red-contrib-victron

MIT License
94 stars 19 forks source link

Add remote console link to relevant nodes #27

Closed pkronstrom closed 5 years ago

pkronstrom commented 5 years ago

Add a link to Venus remote console on relevant nodes. E.g. the Relay node should show a link to remote console if the user needs to change the function to manual.

pkronstrom commented 5 years ago

I looked into this and it is not straightforward; linking to a relative url /w port is not allowed on frontend side, and backend-side it's difficult to get a 100% working url. I don't think we can make assumptions that the service is always running on localhost.

It's doable, but I don't personally think it's worth the time. Closing this for now.