SlimmeLezer+ P1 meter with LAN interface
Moderator: leecollings
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
SlimmeLezer+ P1 meter with LAN interface
Hi all,
I recently purchased this P1 smart meter tool:
https://www.zuidwijk.com/product/slimmelezer-plus/
I've got it up and running, I can access the webpage and read the current use/production, so that's all fine.
However, the integration in Domoticz is not working.
According to the website (https://www.zuidwijk.com/automation-integration/) domoticz should have native integration for this module.
I do the same as stated over there: add hardware P1 meter with LAN interface.
I enter the IP adress and I used the same port as displayed: 23.
This is the result in the log:
2022-02-13 20:38:07.069 Status: P1 slimmelezer: attempt connect to 192.168.1.145:23
2022-02-13 20:38:07.087 Error: P1 slimmelezer: Can not connect to: 192.168.1.145:23
If I change the port to 80, which is according to angryipscanner the only port which is open on the slimmelezer+, I get the following:
2022-02-13 20:39:08.355 Status: P1 slimmelezer: attempt connect to 192.168.1.145:80
2022-02-13 20:39:08.360 Status: P1 slimmelezer: connected to: 192.168.1.145:80
2022-02-13 20:39:11.693 Status: P1 slimmelezer: disconnected
2022-02-13 20:39:11.693 Status: P1 slimmelezer: Connection reset!
and this keeps on repeating.
Any suggestions? Help would be greatly appreciated.
Best regards,
Jan
I recently purchased this P1 smart meter tool:
https://www.zuidwijk.com/product/slimmelezer-plus/
I've got it up and running, I can access the webpage and read the current use/production, so that's all fine.
However, the integration in Domoticz is not working.
According to the website (https://www.zuidwijk.com/automation-integration/) domoticz should have native integration for this module.
I do the same as stated over there: add hardware P1 meter with LAN interface.
I enter the IP adress and I used the same port as displayed: 23.
This is the result in the log:
2022-02-13 20:38:07.069 Status: P1 slimmelezer: attempt connect to 192.168.1.145:23
2022-02-13 20:38:07.087 Error: P1 slimmelezer: Can not connect to: 192.168.1.145:23
If I change the port to 80, which is according to angryipscanner the only port which is open on the slimmelezer+, I get the following:
2022-02-13 20:39:08.355 Status: P1 slimmelezer: attempt connect to 192.168.1.145:80
2022-02-13 20:39:08.360 Status: P1 slimmelezer: connected to: 192.168.1.145:80
2022-02-13 20:39:11.693 Status: P1 slimmelezer: disconnected
2022-02-13 20:39:11.693 Status: P1 slimmelezer: Connection reset!
and this keeps on repeating.
Any suggestions? Help would be greatly appreciated.
Best regards,
Jan
- FireWizard
- Posts: 1863
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Hello @janvangent2,
Port 80 is used by the built-in webserver and as you said, this is working fine, because you can read the webpage. The question is, which port did you configure?
See: https://www.zuidwijk.com/initial-setup-slimmelezer/
The configured port should be the same as the one you configured in Domoticz.
Regards
Port 80 is used by the built-in webserver and as you said, this is working fine, because you can read the webpage. The question is, which port did you configure?
See: https://www.zuidwijk.com/initial-setup-slimmelezer/
The configured port should be the same as the one you configured in Domoticz.
Regards
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Thanks for the link, however I don't see anywhere the port is to be set during the setup.FireWizard wrote: ↑Sunday 13 February 2022 22:26 Hello @janvangent2,
Port 80 is used by the built-in webserver and as you said, this is working fine, because you can read the webpage. The question is, which port did you configure?
See: https://www.zuidwijk.com/initial-setup-slimmelezer/
The configured port should be the same as the one you configured in Domoticz.
Regards
The screenshot only shows where to set the port on HomeAssistant.
-
- Posts: 18
- Joined: Wednesday 07 April 2021 19:33
- Target OS: Linux
- Domoticz version: 2023.2
- Location: Belgium
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Are you able to connect to the device with telnet ?
I just installed ESP-Link on an ESP-01 I had lying around and can access it on port 23 (the default Telnet port). However, just like you, I can't see where you can configure that port. I reckon it is hard-coded in the program.
If you're comfortable with re-flashing the ESP, you could change ESP-Link for the latest ESP-Easy. That's what my P1 reader (albeit not the same as you) uses and it connects flawlessly to Domoticz.
I just installed ESP-Link on an ESP-01 I had lying around and can access it on port 23 (the default Telnet port). However, just like you, I can't see where you can configure that port. I reckon it is hard-coded in the program.
If you're comfortable with re-flashing the ESP, you could change ESP-Link for the latest ESP-Easy. That's what my P1 reader (albeit not the same as you) uses and it connects flawlessly to Domoticz.
- FireWizard
- Posts: 1863
- Joined: Tuesday 25 December 2018 12:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Voorthuizen (NL)
- Contact:
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
connection is refused: this is what I get when I try to connect throught Telnet (using putty, port 23)...
Also happens immediatly after a reboot (so there is no way already 7 telnet sessions ongoing)
Also happens immediatly after a reboot (so there is no way already 7 telnet sessions ongoing)
-
- Posts: 18
- Joined: Wednesday 07 April 2021 19:33
- Target OS: Linux
- Domoticz version: 2023.2
- Location: Belgium
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
That's what I thought when you wrote the only open port was 80.janvangent2 wrote: ↑Monday 14 February 2022 19:20 connection is refused: this is what I get when I try to connect throught Telnet (using putty, port 23)...
Maybe try resetting it to factory settings and reconfigure. If it doesn't work, try re-flashing ESP-Link (the procedure is explained on the Github page https://github.com/jeelabs/esp-link/blo ... l-flashing )
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
It came with ESPhome installed, not ESP-link...Jieffe wrote: ↑Monday 14 February 2022 20:39That's what I thought when you wrote the only open port was 80.janvangent2 wrote: ↑Monday 14 February 2022 19:20 connection is refused: this is what I get when I try to connect throught Telnet (using putty, port 23)...
Maybe try resetting it to factory settings and reconfigure. If it doesn't work, try re-flashing ESP-Link (the procedure is explained on the Github page https://github.com/jeelabs/esp-link/blo ... l-flashing )
Should I switch to ESP-link
-
- Posts: 18
- Joined: Wednesday 07 April 2021 19:33
- Target OS: Linux
- Domoticz version: 2023.2
- Location: Belgium
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Oops, I thought it came with ESP-Link but it's just an alternative firmware offered on Zuidwijk's website.janvangent2 wrote: ↑Tuesday 15 February 2022 15:41 It came with ESPhome installed, not ESP-link...
Should I switch to ESP-link
Try encoding port 6053 in Domoticz setup instead of 23
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
That actually works (to a certain degree).Jieffe wrote: ↑Tuesday 15 February 2022 16:29Oops, I thought it came with ESP-Link but it's just an alternative firmware offered on Zuidwijk's website.janvangent2 wrote: ↑Tuesday 15 February 2022 15:41 It came with ESPhome installed, not ESP-link...
Should I switch to ESP-link
Try encoding port 6053 in Domoticz setup instead of 23
I get this now in the log:
2022-02-15 17:03:37.821 Status: P1 slimmelezer: attempt connect to 192.168.1.145:6053
2022-02-15 17:03:37.832 Status: P1 slimmelezer: connected to: 192.168.1.145:6053
However, I don't see any devices (also not in the unused list). I guess these should be generated automatically, right?
-
- Posts: 18
- Joined: Wednesday 07 April 2021 19:33
- Target OS: Linux
- Domoticz version: 2023.2
- Location: Belgium
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
In Domoticz SETUP -> Settings -> System Setup page, have you enabled "Accept new hardware devices" or pushed the red "Allow for 5 minutes" button ?janvangent2 wrote: ↑Tuesday 15 February 2022 17:06 However, I don't see any devices (also not in the unused list). I guess these should be generated automatically, right?
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
I tried but no result
any other suggestions?

-
- Posts: 18
- Joined: Wednesday 07 April 2021 19:33
- Target OS: Linux
- Domoticz version: 2023.2
- Location: Belgium
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Do you get anything if you telnet on port 6053 ?
In last resort, I'd enable in Domoticz "Allow for 5 minutes", then disable the P1 Smartmeter plugin and finally re-enable it within the 5 minutes ...
Other than that, I'd try flashing with ESP-Link or ESP-Easy
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Hi,
I gave up and I flashed it with ESPeasy.
I've set all values as it should (as I found online), but still didn't get it working. Also in the espeasy log I don't see anything.
Could it be that the slimmemeter+ from Zuidwijk has a different PIN settings, than what is standard used?
What I could find in the Zuidwijk documentation, is that Rx pin = 7
https://www.zuidwijk.com/slimmelezer-configuration/
Any idea if that is correct?
While on espeasy I see the following Rx/Tx pins:
I gave up and I flashed it with ESPeasy.
I've set all values as it should (as I found online), but still didn't get it working. Also in the espeasy log I don't see anything.
Could it be that the slimmemeter+ from Zuidwijk has a different PIN settings, than what is standard used?
What I could find in the Zuidwijk documentation, is that Rx pin = 7
https://www.zuidwijk.com/slimmelezer-configuration/
Any idea if that is correct?
While on espeasy I see the following Rx/Tx pins:
- Attachments
-
- rx_tx.png (39.5 KiB) Viewed 4541 times
-
- P1 meter.png (34.02 KiB) Viewed 4543 times
-
- Posts: 18
- Joined: Wednesday 07 April 2021 19:33
- Target OS: Linux
- Domoticz version: 2023.2
- Location: Belgium
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
I assumed your hardware used the RX pin to communicate with the meter, like mine does.
As far as I can see, the "P1 Wifi Gateway" plugin expects the information coming from the RX pin and is not able to use another pin.
Perhaps it would work with the other communication plugin, "Serial Server" :
At least, you should be able to Telnet to it ...
As far as I can see, the "P1 Wifi Gateway" plugin expects the information coming from the RX pin and is not able to use another pin.
Perhaps it would work with the other communication plugin, "Serial Server" :
At least, you should be able to Telnet to it ...
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Hi,
When I try that, it al looks fine, see below: However, as soon as I hit "submit", the values change to this: Any ideas?
When I try that, it al looks fine, see below: However, as soon as I hit "submit", the values change to this: Any ideas?
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
With both the serial server as the P1 wifi gateway option I can see once I start the domoticz plugin, it does connect to the ESP.
However, I don't see any data coming in the log (I guess I should see the P1 port updates in the log of ESPeasy, right?), nor do I see any devices coming online in domoticz.
However, I don't see any data coming in the log (I guess I should see the P1 port updates in the log of ESPeasy, right?), nor do I see any devices coming online in domoticz.
- Attachments
-
- log.png (19.59 KiB) Viewed 4506 times
- waltervl
- Posts: 5721
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
Why do you not contact Marcel Zuidwijk and ask him how to connect his board to Domoticz? You probably have to flash it back to his original firmware.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
-
- Posts: 40
- Joined: Thursday 18 October 2018 9:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: SlimmeLezer+ P1 meter with LAN interface
He doesn't have any contact details on his website.
Only option to ask questions is to reply on one of his posts in the comment section, but these need to be reviewed by him before they come visible for all visitors. And so far, he didn't approve my 2 comments (although others have been approved since then... so perhaps he knows there is an issue but rather sticks his head in the sand? I hope that is not the case)
Only option to ask questions is to reply on one of his posts in the comment section, but these need to be reviewed by him before they come visible for all visitors. And so far, he didn't approve my 2 comments (although others have been approved since then... so perhaps he knows there is an issue but rather sticks his head in the sand? I hope that is not the case)
Who is online
Users browsing this forum: No registered users and 1 guest