Page 1 of 1

Modbus Device Value modification not possible after Pictory update to 2.15

Posted: 10 Sep 2025, 12:33
by paolom
Good morning,
After the update of my RevPi4 I cannot configure anymore my modbus virtual device.
The configuration of the device value is empty and I cannot select nothing from the menu.

I tried also to remove the device and reconfigure from new one but nothig appear, always the "please select" label but no input or output word available.

Attached the actual problem and the previous configuration from a backup screenshot.

How can I solve?
Thank you
Paolo

Re: Modbus Device Value modification not possible after Pictory update to 2.15

Posted: 10 Sep 2025, 15:19
by tboehler
Hi Paolo, thanks for the bug report! We'll be looking at this issue annd fixing it as soon as possible. For now, make sure that you refreshed the browser cache (Ctrl+Shift+R while having pictory open) to avoid any possible issues that might arise from not clearing the browser cache for pictory.

Alternatively, if the issue persists, you can downgrade the package on the terminal to keep the working version for now:

Code: Select all

sudo apt install --allow-downgrades pictory=2.14.0-1+deb12+1

Re: Modbus Device Value modification not possible after Pictory update to 2.15

Posted: 10 Sep 2025, 15:45
by paolom
Already tried with another browser and delete cache but nothing.
At the moment with the downgrade is working again.

Thank you!
Paolo

Re: Modbus Device Value modification not possible after Pictory update to 2.15

Posted: 11 Sep 2025, 14:41
by RevPiModIO
Hi paolom!

We have released a new PiCtory version 2.15.1, which fixes the error you reported. Now the inputs and outputs can be selected in which the Modbus values are to be written or read.

Please update the version with `sudo apt update && sudo apt full-upgrade`.

Sven