Hi
You said it worked like a charm, but it stopped working suddenly.
Are you sure nothing has changed at that moment? No reboot?
Have you seen readable raw data from the P1 port in e.g. cu?
You say that a telegram is sent every 10 seconds. That means that you have an older smart meter.
The newest smart meter supports DSMR 5 and sends a telegram every second.
The oldest smart meter supported DSMR 2.2 and uses 9600 Bd, 7E1, while the later versions with DSMR 4.0/4.2 use 115200 Bd, 8N1. The latest one with DSMR 5 uses also 115200Bd, 8N1.
See:
http://domoticx.com/p1-poort-slimme-meter-hardware/
The output shown looks like, either wrong transmission parameters or an inverted signal.
Try first: sudo cu -l /dev/ttyUSB0 -s 9600 -e (or --parity=even).
Are you sure that you are looking to the correct USB port, because I see that also USB1 is in use.
Please note also the following:
https://www.domoticz.com/wiki/Assign_fi ... o_USB_port
and
https://www.domoticz.com/wiki/PersistentUSBDevices
If this is not the solution, it's time to look at the cable. Try another one.