Belgian DSMR with P1 cable no data

Hi,
I purchased a P1 meter cable at robbshop.nl to connect our Sagecom S211 DSMR to my NUC on which HA is running hassio in a docker environment.
No matter what I try, I see no values coming in.
My config:

- platform: dsmr
  #port: /dev/ttyUSB1
  port: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AO43PQP1-if00-port0
  dsmr_version: 5B

Anyone has the solution?

No solution, but are you sure our version is compatible with the Dutch one ?

Should be.
I’ll dig further.

Hi Klex,
Did you manage to get your your data from the Belgian DSMR in HA?
Best regards

Hi Brecht, not yet.
I haven’t spend more time on it since then.
I did get below links from someone,:
https://hub.docker.com/r/xirixiz/dsmr-reader-docker
https://dsmr-reader.readthedocs.io/en/v3/frontend/dashboard.html

thanks! I’ll give it a try and will let you know how it turned out.

br
brecht

Hi,

I managed to get the DSMR values in Home Assistant as follows

docker-compose file:

 devices:
      - /dev/ttyACM0
      - /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AB4VJ2IG-if00-port0:/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AB4VJ2IG-if00-port0

configuration.yaml:


sensor:
  - platform: dsmr
    port: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_AB4VJ2IG-if00-port0
    dsmr_version: 5B

and recreating the docker containter by running the docker-compose up command.

Some changes in the groups gives this as result
2020-07-30_9-53-24

best regards,
Brecht

Hi Brecht,
Good job!
I´m not so familiar with docker compose.
Would you be so kind to help me with that? I’m using Portainer.

Hi Klex,
I’m not familiar with Portainer. But I would think, you need to add the USB device in the resources in the container defenition. Something like this:

Did you get this working?
I have a similar issue, belgian meter and no values from dsmr p1.
Ive installed p1 mon on a different pi to test but still cant get values after playing around with baudrate, stopbits etc.

Any advice would be welcome.