@rettungshasi
Mistake is in file /etc/fr24feed.ini
In following line, the location of 2nd " is wrong. It excludes --net from procargs, hence makes it ineffective. As a result no data is available at port 30005 for use by rbfeeder.
procargs="--gain -10" --net
The location of 2nd " should be at the end of line, like below:
procargs="--gain -10 --net"
Please correct the mistake in file /etc/fr24feed.ini, and save the file.
After saving file, restart fr24feed by following command
sudo systemctl restart fr24feed
Now data at port 30005 will be available for rbfeeder to use. Check its status by following command:
sudo systemctl status rbfeeder
.