-
Notifications
You must be signed in to change notification settings - Fork 8
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 sml smartmeter to nodered #50
Comments
I've never done this but you have to give the docker container access to your serial device (/dev/ttyUSB0). Without this, the docker container isn't able to use it. I've found this with a google search: |
Did you completely disable or remove the serial node before using the smartmeter-node? Only one can access a serial port at a time. |
Thank you so much!!! |
I have the exact same problem - at first I used the wrong serial port - but I was able to fix it. Then I tested it using the serial node and recieved encoded SML data.
And yes I did delete the serial node and its config node before I used the smartmeter node. - But this did not fix my problem I run node-red on a SmartManager Basic from STV: I use the UART SmartMeterReader from bitShake (directly connected to the second UART port of the SmartManager: |
That's fine. Enjoy it. |
What is your configuration of the smartmeter-node? |
It is the same configuration which @Reiseradler uses: |
Ok that's interesting - because I found a hint to SML in this product manual: Can you provide a link to this manual you found please? |
Hi - ich schreibe jetzt auch mal auf Deutsch weiter... Habe die Angabe in dem Datenblatt gefunden - da steht tatsächlich D0 Protokoll. - Im Produkthandbuch steht aber, dass die optische Schnittstelle mit SML arbeitet.. da gibt es wohl einen Widerspruch in der Doku... |
Dieser Forums-Thread könnte evtl auch hilfreich sein (ich selbst steige da noch nicht ganz durch): Wäre für noch einen Tipp Dankbar :-) |
Hello,
I am running noderd on a raspberry pi 4 as docker container (as well as mosquitto, timescaledb and grafana). But I fail to get data from a smartmeter (sml) into nodered. The raspi is connected to an optical sensor via usb cable and I get data on the raspi (sudo cat /dev/ttyUSB0 | od -tx1).
I do not find any parameter configuration for the smartmeter node to get any data into nodered. Below you see the 2 nodes flow as well as the properties of the smartmeter node (connection details: 9600 Baud rate, 8N1 - should be fine since it is from the manual and already worked before).
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: