Using two databases from one Node-RED installation I discover an issue, maybe someone can help me. Running MQTT, InfluxDB and Node-RED on a RPi with IP-addres xxx.xxx.xxx.160 I can set the Influx DB Out Node to write to the database which is installed on xxx.xxx.xxx.160.
Running another Node-RED flow on the same xxx.xxx.xxx.160 installation, I would like to write to another Influx RPi installation on xxx.xxx.xxx.185.
Things went wrong when editing the DB Out Nodes to select the required database (.160 or .185). When I edit one of them the other is also changed and vice-versa. So it looks if I cannot use two databases from one Node-RED installation. Can someone give me advice how to solve this.