-
Notifications
You must be signed in to change notification settings - Fork 25
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 Smartmeter found #16
Comments
Hi Thomas, Based on your "cu" command I see you are using a baud rate of 9600, which is not in the config so it won't auto discover your smart meter. Can you try adding
to the "serialPort" array in /config/config.json file? |
Hi Ruud, Thanks for your response. After adding the smartmeter to the config.json i got this response;
Still no luck.. |
Hi Thomas, Hmm strange, I guess your smart meter has a different combination of BaudRate, Parity, DataBits and StopBits, that is not in the config list. Someone else already created a nice overview of different meters with their serial port configs: http://domoticx.com/p1-poort-slimme-meter-hardware/ Can you check what meter brand and type you have? And if you find it, try adding it as the first item in the array, so it starts with that one first :) |
Hi Thomas, I've just finished version 2.0 in which I removed the auto-discover option since more people were having issue with that and it only adds complexity. Can you try that version and let me know if it works? Regards, Ruud |
Hi Ruud, Thanks for building this package!
I have a problem finding our smartmeter. When I use your example code this is the output;
When I use
ls -l /dev/ttyUSB*
i got this, I think this mean there is a USB connected;crw-rw---- 1 root dialout 188, 0 May 9 14:07 /dev/ttyUSB0
And when I connect via
cu -l /dev/ttyUSB0 -s 9600 --parity=none
i can "read" the smartmeter;I hope this makes sense ;) and hopefully you have any tips how to fix this.
The text was updated successfully, but these errors were encountered: