I got a smart electricity meter recently (one of the last to be transfered in the Netherlands
It can be bought at tinytronics.nl for a small fee (currently in backorder).
There is a HA integration availabale but no Domoticz as the firmware in https://github.com/Leotro-Engineering/U ... ort-Dongle does not support it yet.
So I made a PR https://github.com/Leotro-Engineering/U ... gle/pull/9 that adds a ESPHOME configuration that forwards the P1 telegram over wifi on port 6638 (configurable). In Domoticz you can add the P1 meter by entering the IP adress and the port for the "P1 smart meter with LAN interface" hardware gateway (see also https://wiki.domoticz.com/Dutch_DSMR_sm ... th_P1_port )
After installing ESPHOME and using the example yaml file you have to modify it to with the wifi SSID and password to connect to your homenetwork. Then you can create the firmware for the Dongle and flash the device over USB for the first time.
Note: To program the module for the first time, it must be put into programming mode. Connect the module to the computer, hold down the boot button, and briefly press the reset button. Then release the boot button.
After the first time flashing the firmware you can update over Wifi if needed.
When flashing is done you can connect the dongle with a special RJ12 6P6C P1 Port Cable to the P1 Port on the smart meter, these can be bought at tinytronics.nl too.
The dongle will be powered by the P1 port so no need to add an extra USB power supply. The dongle can also relay the P1 telegram messages over the other P1 port so you can use an extra P1 splitter when you have to install an extra dongle eg for a specific home battery or other energy control device.
The firmware also has a small webpage in it that you can reach at http://<Dongle-IP> so you can see if it works.
On your wifi router it should appear as device universal-p1-port-dongle-wifi
If it cannot connect to your home wifi you can have your phone or laptop connect to it as it serves then as fallback hotspot. Then you can set your home network SSID and password.
.