-
Hi, thanks for these software, i love it. But i have 2 DTU, 1 ahoy-dtu and 1 opendtu. Is it possible to include both dtu's and how? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 20 replies
-
Sure, I do it like this. Copy the directory in /data/ rename it to dbus-opendtu2 or whatever and start it. Runs fine. Let me know if this solves your problem |
Beta Was this translation helpful? Give feedback.
-
Why do you run 2 instances, you could have both Inverter with 1 DTU, or you do it like Maurice said. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have the same requirement, namely 3 openDTUs that I want to regulate as quickly as possible via Node-Red. I have understood that it is possible to install several openDTUs on the Victron system. In my case there would be three openDTUs. Unfortunately, I am failing in my attempt to implement this on the Venus device. |
Beta Was this translation helpful? Give feedback.
-
Well, it's not really a "problem" in that sense. |
Beta Was this translation helpful? Give feedback.
-
wget -O main.zip https://github.com/henne49/dbus-opendtu/archive/refs/heads/main.zip unzip main.zip "dbus-opendtu-main/*" -d /data
mv /data/dbus-opendtu-main /data/dbus-opendtu1
chmod a+x /data/dbus-opendtu1/install.sh unzip main.zip "dbus-opendtu-main/*" -d /data
mv /data/dbus-opendtu-main /data/dbus-opendtu2
chmod a+x /data/dbus-opendtu2/install.sh rm main.zip |
Beta Was this translation helpful? Give feedback.
-
Here is the result: |
Beta Was this translation helpful? Give feedback.
-
As you can see, you need to move the items from the subfolder to the dbus-opendtu1 folder. Just use winscp, it works like any explorer. Select all items, press ctrl+x (cut), go one dir up (dbus-opendtu1), press ctrl+v (paste). I think if you're in the /data/dbus-opendtu1 folder, you can also type this command |
Beta Was this translation helpful? Give feedback.
got it, thank you
copy directory does not work but i installed it new in the directory dbus-opendtu2