The NaN value is due to that input not updating since a restart, hence the n/a. It appears the t1 input is the same too. It looks a lot like the issue when the inputs get duplicated following a reboot, I don’t suppose you have any additional inputs as well do you?
Are you able to subscribe to that topic via the commandline
According to that thread you need to recreate all your processing in the new input and use that instead of the old one, So I hope it doesn’t happen too frequently, that could get real annoying real fast!
EDIT - Maybe stopping the data (stop mosquitto or emonhub) delete the new input, flush redis and restart the data again might revive it. Or if you do need to swap to the new input, you may be able to use the input api’s to fetch the old processlist and then post it to the new input, I haven’t tried it but it might be possible.
EDIT2 - Beware flushing redis can have unwanted effects on some feeds.
All I did is copy the processing steps from the NaN Input to the Duplicate Input and all worked as expected. I deleted the NaN Input. All seems A-OK. Thank you @pb66 !