-
Notifications
You must be signed in to change notification settings - Fork 121
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
Comments
I have measured the pin voltage om the RJ12, Pin 5 DATA Out to pin 3 DATA GND = constant 2549mV |
Is the port activated? |
I have asked Vattenfall 2 times and they say that it’s open. But I’m still not sure🤔 |
I do have the same issue. |
My slimmelezer is resting in a drawer, I got another p1 reader that worked out of the box |
Which one did you get? I have a Vattenfall S34U18 too. |
Running into this problem as well, though mine is branded with a subsidiary of Vattenfall.
Has anyone managed to figure anything about this or has a better solution on how to debug the issue? |
Do you use a wemos d1?Probably D7 is then not supporting the high Baud rate. Try to use RxD (check if usb pull up should be removed!)Op 20 dec. 2022 23:59 schreef Gronsak ***@***.***>:
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?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Using the Slimmelezer+ just as in the original issue, configured as #45 suggests.
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) |
Figured it out, the problem was on the energy company side. |
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?
The text was updated successfully, but these errors were encountered: