hassio-addons / addon-node-red

Node-RED - Home Assistant Community Add-ons
https://addons.community
MIT License
529 stars 122 forks source link

node-red-contrib-ccu needs additional port forwardings #1421

Closed AnDann closed 2 years ago

AnDann commented 2 years ago

Problem/Motivation

For the ccu-connection node in node-red-contrib-ccu you need to open two ports for the ccu to connect. Its not possible in the ha-addon configuration to open additional ports.

Proposed changes

frenck commented 2 years ago

There is no need to make those forward, as the add-on runs on the host network already:

https://github.com/hassio-addons/addon-node-red/blob/main/node-red/config.yaml#L27

Any port opened will be available already.

AnDann commented 2 years ago

Ok thank you I tried again without the forwardings and it worked now 🤦‍♂️. Dont know what I made wrong in config before.