Giter VIP home page Giter VIP logo

Comments (10)

pretori avatar pretori commented on July 4, 2024

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.....

from esphome-p1reader.

dala318 avatar dala318 commented on July 4, 2024

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

from esphome-p1reader.

pretori avatar pretori commented on July 4, 2024

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

from esphome-p1reader.

djmGH01 avatar djmGH01 commented on July 4, 2024

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?

from esphome-p1reader.

pretori avatar pretori commented on July 4, 2024

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

from esphome-p1reader.

stewed avatar stewed commented on July 4, 2024

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

from esphome-p1reader.

Gronsak avatar Gronsak commented on July 4, 2024

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?

from esphome-p1reader.

djmGH01 avatar djmGH01 commented on July 4, 2024

from esphome-p1reader.

Gronsak avatar Gronsak commented on July 4, 2024

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)

from esphome-p1reader.

Gronsak avatar Gronsak commented on July 4, 2024

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.

from esphome-p1reader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.