I don't think you understood my issue.
I do understand how to get the value as you described above. Getting the value in former firmware versions is no problem and working fine.
when asking for the status over SMS (command: '[adminpassword] status') i get an answer no problem. Same for the other default commands.
Only for the command '[adminpassword] iostatus' i don't get any reply. when checking the logs of the RUT955 device. I can clearly see it received my text, started the iostatus action, but no SMS was sent.
The iostatus sms that normally should be sent is composed as follows:
DIN - %g3, Isolated DIN - %g6, 4Pin DIN - %g2, Analog input - %g1V, DOUT OC - %g5, Relay DOUT - %g7, 4Pin DOUT - %g4
in the composition as shown above, the SMS message is NOT sent.
When we remove the variable %g1 (the analog input value) the message is sent as it should.
I assume there is an issue with the handeling of the variable %g1. In order to confirm i created a custom message with only the variable %g1. Again, the message can't be sent. With any other variable there is no problem.