Connection problems #10
Replies: 6 comments
-
Hi, hope I can help. You are experiencing no communication, I see that it is trying to do com on ttyACM0, I guess you have done the changes yourself in the airiana-core to to use ttyACM0? what hardware are you using to connect to the VR400 unit? it looks from the output that you are not getting any kind of response on the serial line. |
Beta Was this translation helpful? Give feedback.
-
I have tried different modules: I have change the unit variable in airiana-core.py to work with CC-USB-RS485-150U ttyACM0, and the wiring to match the specification. I have also tried FT232 USB cable (ttyUSB0) connected with SparkFun Transceiver Breakout - RS-485 where only the transmission led is blinking. I have tried switching A/B cables with no luck. On my systemair controller there is a RJ45 terminal marked modbus, and by the specs on page 2 it looks like A/B lines is on pin 5 and 4. Here's some more photos: https://github.com/danielkaldheim/my-public-notes/blob/master/Projects/Systemair/index.md |
Beta Was this translation helpful? Give feedback.
-
Yes, you seem to have done your homework and the dongle is transmitting 👍🏻. I’d try to change the address to 0 on the vr400 and keep it on 1 in the code. Did you install termination resistors? |
Beta Was this translation helpful? Give feedback.
-
Yeah, I have been off and on this project for years. The SparkFun breakout have a termination resistor, not sure about the CC-USB-RS485-150U. I'm not able to change the address to 0, only from 1 to 247. But I'll have another try tonight with different address setups. Thanks for your suggestions! |
Beta Was this translation helpful? Give feedback.
-
I'd double check and test to switch A/B connectors just to test, I have made several installations on vr400 units and it is always the case that I need to swap them. electrically it looks good so I see no reason for it not to work. just to make sure, you are connecting to the RJ45 in the middle of the controller board labeled MODBUS? if you update to the latest commit and checkout the save2.py file you can test your linksettings.... brief instructions at the head of the file. |
Beta Was this translation helpful? Give feedback.
-
Awesome! Thank you! I'll check that out! I just tested with the borrowed USB-RS485 cable and this works fine, so I have no clue why the other two cables / boards don't work. Thank you again! |
Beta Was this translation helpful? Give feedback.
-
Hi,
awesome project!
I'm having some trouble connecting to my HVAC (Systemair VR 400 DCV/B R). I have tried changing baud rate and slave id (both the HVAC unit and in airiana-core.py), but the response from the unit is not correct.
Here's a dump of RAM/err and RAM/out:
https://gist.github.com/danielkaldheim/cca07903f6734031c1fda6edd6703354
What do you think may be the problem?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions