I’m using a ‘Slimme Meter Uitlezer’ device to read the information of the P1 port and make it available via terminal (telnet). In homeassistant I’ve added a DSMR sensor:
sensor:
- platform: dsmr
host: 192.168.1.100
port: 8088
dsmr_version: 5
All works well, but after a while (1 of 2 days) the sensors stop updating. Restarting HA solves it, but after a while the problem is there again.
I’m guessing that the connection to the ‘Uitlezer’ is lost and the max reconnect threshold has been reached, but the component doesn’t seem to have any logging option available, so I’m a little in the dark about what’s going on.