robertsLando / node-red-contrib-m-bus

Node-Red node for M-Bus protocol
MIT License
10 stars 7 forks source link

Connection Issue #7

Closed ghost closed 4 years ago

ghost commented 4 years ago

Bez tytułu I'm having some trouble opening the conntection to my converter. I have a USB to RS232 which then connects to Techbase RS232/Mbus however whatever i set in the client node i get this error and constant "Reconnecting" status. Have i missed something to configure?

robertsLando commented 4 years ago

Check permissions on tty. Add user to the group dialout and also try to run “sudo chown 777 /dev/ttyUSB0” (change USB0) with your tty name if different)

Daniel

On 12 Nov 2019, at 14:18, Fortuide notifications@github.com wrote:



I'm having some trouble opening the conntection to my converter. I have a USB to RS232 which then connects to Techbase RS232/Mbus however whatever i set in the client node i get this error and constant "Reconnecting" status. Have i missed something to configure?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

I was about to add that I'm not operating on Linux but on Windows 10, I had set the serialport to COM10 (which i know is the port that the converter is connected to from other Mbus software) in client node but it returns error shown above

robertsLando commented 4 years ago

What is the exact value you set in serial field?

Daniel

On 12 Nov 2019, at 16:07, Fortuide notifications@github.com wrote:

 I was about to add that I'm not operating on Linux but on Windows 10, I had set the serialport to COM10 (which i know is the port that the converter is connected to from other Mbus software) in client node but it returns error shown above

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ghost commented 4 years ago

"COM10". I tried both writing it in and choosing from the list of connected ports

robertsLando commented 4 years ago

Sorry, I don’t know how to fix this

Daniel

On 12 Nov 2019, at 18:14, Fortuide notifications@github.com wrote:

 "COM10". I tried both writing it in and choosing from the list of connected ports

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.