Yes, I’ve also realised this. A fallback method if you don’t know the ID is to do a MBUS scan using libmbus
sudo apt-get install -y cmake
sudo git clone https://github.com/rscada/libmbus.git
cd libmbus
sudo ./build.sh
sudo make install
cd bin
sudo ln -s /usr/local/lib/libmbus.so.0 /usr/lib/libmbus.so.0
./mbus-serial-scan -d -b 2400 /dev/ttyUSB0
Yes, that’s true. We use this script which can be used to set the Kamstrup ID, default to 1
2 Likes