Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No data from S34U18 on Slimmelezer+ #49

Open
pretori opened this issue Jun 15, 2022 · 10 comments
Open

No data from S34U18 on Slimmelezer+ #49

pretori opened this issue Jun 15, 2022 · 10 comments

Comments

@pretori
Copy link

pretori commented Jun 15, 2022

Hi

I have flashed my unit (Slimmelezer+) according to #45 .
When connecting it to my Vattenfall meter S34U18 I get no data at all.

Is it possible to debug the unit? And se what's happening?

@pretori
Copy link
Author

pretori commented Jun 16, 2022

I have measured the pin voltage om the RJ12,
Pin 1 VCC to pin 6 GND = 5V,
Pin 2 DATA REQUEST to pin 6 GND = 5V
So far so good :-)

Pin 5 DATA Out to pin 3 DATA GND = constant 2549mV
That look crazy.....

@dala318
Copy link

dala318 commented Jun 16, 2022

Is the port activated?
On my E.On device I had to call their support and have them activate it remotely.

@pretori
Copy link
Author

pretori commented Jun 16, 2022

I have asked Vattenfall 2 times and they say that it’s open. But I’m still not sure🤔

@djmGH01
Copy link

djmGH01 commented Aug 10, 2022

I do have the same issue.
To me it looks that rx is shared with the USB communication component and therefor cannot pull the signal "low".
Didi you already have any solution to this?

@pretori
Copy link
Author

pretori commented Aug 10, 2022

My slimmelezer is resting in a drawer, I got another p1 reader that worked out of the box

@stewed
Copy link

stewed commented Sep 5, 2022

Which one did you get? I have a Vattenfall S34U18 too.

@Gronsak
Copy link

Gronsak commented Dec 20, 2022

Running into this problem as well, though mine is branded with a subsidiary of Vattenfall.
Tried adding debug to the UART setting to see if any data is being sent at all but so far nothing

uart:
  id: uart_bus
  rx_pin: D7
  baud_rate: 115200
  debug:
    direction: RX
    after:
      bytes: 150
    sequence:
      - lambda: UARTDebug::log_string(direction, bytes);

Has anyone managed to figure anything about this or has a better solution on how to debug the issue?

@djmGH01
Copy link

djmGH01 commented Dec 21, 2022 via email

@Gronsak
Copy link

Gronsak commented Dec 21, 2022

Using the Slimmelezer+ just as in the original issue, configured as #45 suggests.
Would be weird if it didn't support the baudrate since DSMR 5 that it is designed to be used on is a derivative of IEC 62056-21 Mode D and, if I understand it correctly, is running the same baud rate. At least from what I can see in the original configuration for the Slimmelezer+ it is running at the same rate.

...

uart:
  baud_rate: 115200
  rx_pin: D7

...

Slimmelezer+ is running on a ESP-12F and D7 which in the spec sheet is listed with UART0_CTS functionality and I can't find any reference to a limitation on the baud rate on that. But I am a novice.

I'll look into the USB pull up but would be nice to know if anyone has hade any success with the Slimmelezer+ before I start de-soldering stuff (again, I'm no more than a novice when it comes to hardware)

@Gronsak
Copy link

Gronsak commented Jan 3, 2023

Figured it out, the problem was on the energy company side.
For some reason the port activation hadn't gone through so there was nothing wrong with the hardware or configuration.
Working like a charm now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants