ERR: SYN received during receive command with Shield V5 and Vaillant VSC206 #959
DanielFroehlich
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to get V5 adapter connected to Pi4 via USB with my vaillant VSC206+VR71 up and running.
I do get a
signal acquired
, but all subsequent action on the bus is failing withSYN received during receive command
.I feel like I am doing something very basic wrong, but can't see what.
Any help / ideas from the community is appreciated!
Thanks
Daniel
Here are the details:
-- powered over ethernet
-- no other USB devices connected
-- PCB: 20.1
-- Flash: 4194304
-- Version: v5.2-dev-1128-g03d4fa2869
-- Reset reason: 7
-- eBUS r/w: 7541/10
-- Host r/w: 12/0
-- busd connected: yes (inactive)
-- eBUS signal: acquired
docker run -d --restart=unless-stopped --name=ebusd --device="/dev/ttyACM0":/dev/ttyUSB0 -p 8888 john30/ebusd --scanconfig --mqtthost 192.168.178.5 --mqttport 1883 --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqttjson --log=bus:debug
What I did try already to troubleshoot :
--latency=80000 --receivetimeout=100000 --acquiretimeout=20000 --acquireretries=10 --sendretries=10
(suggest by internet research)No luck, always same problem.
ebusd logs attached, taken from ebusd startup and then swichting on the heating.
[ebusd.log](https://github.c
ebusctl_info.txt
o
ebusd_rawbytes.log
m/john30/ebusd/files/12064675/ebusd.log)
Beta Was this translation helpful? Give feedback.
All reactions