DSMR - How to forward decrypted telegrams to Network

Hello Community,
I have recently moved from DSMR-Reader to Home Assistant Energy, using esphome.
I would like to continue using DSMR-Reader in parallel, as it contains all my historical data.
There is a stream server component available in esphome which allows to forward all data from an uart bus to a network port.
Problem is I’m living in Luxembourg, where the P1 telegrams need to be decrypted first. This is working great in esphome.
When I’m using the stream server component, only the encrypted telegrams are forwarded to the network.
Is there a way in esphome to forward the decrypted telegrams over the network?

Thanks in advance,