-
Notifications
You must be signed in to change notification settings - Fork 70
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 readout #46
Comments
From what I could find out about the E320, there should be no problem running it with SMLReader. Did you use the circuit that you had in use with Tasmota? Or did you build it exactly as in my documentation? When SML data is recognized, the built-in LED of the Wemos D1 should blink several times. You could also try to activate the flags |
Exactly like your documentation. I have flashed your compiled binary. The LED is on input D2 |
now ive testet it only the wemos with your binary, no resistor and no IR LED. |
Hallo, |
You need a IR lED no phototransistor |
Why? I mean BPW40 is a phototransistor and it's used at the example circuit! |
Hi @Jabberwock-v6, did you make any progress here? We confirmed the voltage changes with our PT333-3C on an eBZ DD3 too. |
According to the eBZ DD3 documentation section 6.1 we However, with either setting we never get the expected start sequence. By printing the read data with
To summarize: The eBZ DD3 sends one message every second, containing all information at the same time. This message looks like this 👇 ⚠ Interestingly, depending on the photodiod circuit, there appears to be a difference between the LED ports on the front vs. the top. (The top works.)
We have a second meter of type
|
We got things working: https://github.com/michaelosthege/obis_exporter Learned a lot from the SMLReader project structure! We ended up writing something from scratch because the protocol is different, and we wanted to export the data as Prometheus metrics instead of MQTT messages. |
Hello again,
i tried the programm with a self compiled and you finish generatet Binary. Both of them dosnt have a readout to my mqtt server. The only message is a "hello start up message" to my mqtt server.
I have a smart meter from Landis&Gyr the E320.
Actually i use a Wemos with Tasmota and the SML driver an this works perfectly. The only reason why its so important for me to use youre programm is the live sending intervall. My tasmota solution only send all 10 seconds. I control my photovoltaic system (grid tie inverter) with my server but 10 seconds to late for zero feed.
I use the serial monitorbut there are also no messages.
The text was updated successfully, but these errors were encountered: