danielkucera / esp-arduino-ebus

67 stars 11 forks source link

[bus error] device status: unexpected available enhanced byte 2 #5

Open Wassman2020 opened 1 year ago

Wassman2020 commented 1 year ago

Hi. We use a ebus adapter received last week but we can't see any information in ebusd in home assistant. We receive only this error. Many thanks for your help

2022-11-09 19:53:37.054 [bus error] device status: unexpected available enhanced byte 2 2022-11-09 19:53:37.096 [bus error] device status: unexpected available enhanced byte 2 2022-11-09 19:53:37.140 [bus error] device status: unexpected available enhanced byte 2 2022-11-09 19:53:37.183 [bus error] device status: unexpected available enhanced byte 2 2022-11-09 19:53:37.188 [bus notice] signal acquired 2022-11-09 19:53:37.195 [bus error] device status: unexpected available enhanced byte 2 2022-11-09 19:53:37.225 [bus error] device status: unexpected available enhanced following byte 1 2022-11-09 19:53:37.253 [bus error] device status: unexpected available enhanced byte 2

danielkucera commented 1 year ago

What is your ebusd config/commandline? What boiler/heater do you use?

Wassman2020 commented 1 year ago

Hi.

I use this configuration in ebusd in home assistant.

scanconfig: true loglevel_all: debug mqtttopic: ebusd mqttint: /etc/ebusd/mqtt-hassio.cfg mqttjson: true network_device: enh:192.168.2.32:9999 latency: 10 loglevel_network: debug loglevel_bus: debug

I have connected to ebus these devices: Valliant ecotec pro Valliant Vr70 2 valliant multimatic 700 Valliant Vr920

Br

El lun., 14 nov. 2022 9:47, Daniel Kucera @.***> escribió:

What is your ebusd config/commandline? What boiler/heater do you use?

— Reply to this email directly, view it on GitHub https://github.com/danielkucera/esp8266-arduino-ebus/issues/5#issuecomment-1313295818, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYFKKREPGP4EF5YW3MAUSMDWIH4BDANCNFSM6AAAAAAR3YAHQM . You are receiving this because you authored the thread.Message ID: @.***>

danielkucera commented 1 year ago

this line is wrong:

network_device: enh:192.168.2.32:9999

it doesn't support enhanced protocol, try to use it without enh: , although the port seems wrong too, this firmware uses 3333

Wassman2020 commented 1 year ago

I remove ESP12 with Hotair and connected Wemos D1 mini with firmware ebusd-esp of [john30] and i can see information in the bus. I return back to ESP8266 but I think that I have broken the sp12 because now don't power on :-(. led of ebus is O.K but esp12 doesn't switch off. I am looking for the esp8266-arduino-ebus firmware but I can't find it on the page to program a new esp12 and try the configuration you have shown me. where can i find the esp12 firmware?

danielkucera commented 1 year ago

In this repository.

Wassman2020 commented 1 year ago

i I am looking for some *.bin file but I don't see any file in the repository. what directory is it in?

danielkucera commented 1 year ago

I've added for you, you can download in https://github.com/danielkucera/esp8266-arduino-ebus/releases

21494 commented 1 year ago

Hi I also get a similar error in Home Assistant to https://github.com/danielkucera/esp8266-arduino-ebus/issues/5#issue-1442593261 However I have configured the port to 3333. I tried with 3334, 5555 or 9999 and I have no connection.

I'm using boiler Thema Condens of Saunier Duval.

ebus config:

scanconfig: true
loglevel_all: debug
mqtttopic: ebusd
mqttint: /etc/ebusd/mqtt-hassio.cfg
mqttjson: true
network_device: enh:192.168.1.19:3333
latency: 10
loglevel_network: debug
loglevel_bus: debug

ebus addon HA Logs:

2023-01-13 23:29:11.048 [main notice] ebusd 23.1.p20230106 started with auto scan on enhanced device 192.168.1.19:3333
2023-01-13 23:29:12.794 [main info] loading configuration files from https://cfg.ebusd.eu/
2023-01-13 23:29:13.709 [main info] reading templates /
2023-01-13 23:29:14.758 [main info] read templates in /
2023-01-13 23:29:14.758 [main info] reading file memory.csv
2023-01-13 23:29:15.799 [main info] successfully read file memory.csv
2023-01-13 23:29:15.799 [main info] reading file broadcast.csv
2023-01-13 23:29:16.646 [main info] successfully read file broadcast.csv
2023-01-13 23:29:16.646 [main info] read config files, got 11 messages
2023-01-13 23:29:16.682 [bus notice] device status: resetting
2023-01-13 23:29:16.683 [bus notice] bus started with own address 31/36
2023-01-13 23:29:16.684 [main info] registering data handlers
2023-01-13 23:29:16.684 [mqtt info] mosquitto version 2.0.15 (compiled with 2.0.15)
2023-01-13 23:29:16.692 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.736 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.778 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.793 [mqtt debug] connection requested
2023-01-13 23:29:16.793 [main info] registered data handlers
2023-01-13 23:29:16.822 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.864 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.906 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.949 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:16.993 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.037 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.077 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.121 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.164 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.207 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.251 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.293 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.336 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.379 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.423 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.465 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.508 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.551 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.595 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.640 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.683 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.722 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.767 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.809 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.852 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.895 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.938 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:17.984 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:18.023 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:18.031 [bus notice] signal acquired
2023-01-13 23:29:18.042 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:18.056 [bus error] device status: unexpected enhanced byte 2
2023-01-13 23:29:18.097 [bus error] device status: missing enhanced byte 2
2023-01-13 23:29:18.112 [bus error] device status: missing enhanced byte 2
2023-01-13 23:29:18.123 [bus error] device status: unexpected enhanced byte 2

Many thanks for your help.

danielkucera commented 1 year ago

Remove enh: from the config

Veit00 commented 1 year ago

Hallo,

das ist Einstellung ebusd config EBUSD_OPTS="-d, --device=esp-ebus.local:3333 --scanconfig --latency=200000 c, --configpath=https://cfg.ebusd.eu/"

openhabian@openhabian:~ $ ping esp-eBus.local PING esp-eBus.local (192.168.100.18) 56(84) bytes of data. 64 bytes from 192.168.100.18 (192.168.100.18): icmp_seq=1 ttl=255 time=6.91 ms 64 bytes from 192.168.100.18 (192.168.100.18): icmp_seq=2 ttl=255 time=98.8 ms 64 bytes from 192.168.100.18 (192.168.100.18): icmp_seq=3 ttl=255 time=97.3 ms 64 bytes from 192.168.100.18 (192.168.100.18): icmp_seq=4 ttl=255 time=99.9 ms ^C --- esp-eBus.local ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3003ms rtt min/avg/max/mdev = 6.911/75.714/99.856/39.733 ms

und

openhabian@openhabian:~ $ sudo ebusd --scanconfig --lograwdata=data --log=all:debug -f 2023-02-14 12:59:21.340 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device /dev/ttyUSB0 2023-02-14 12:59:21.340 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-14 12:59:21.576 [main info] reading templates / 2023-02-14 12:59:21.820 [main info] read templates in / 2023-02-14 12:59:21.820 [main info] reading file memory.csv 2023-02-14 12:59:22.065 [main info] successfully read file memory.csv 2023-02-14 12:59:22.065 [main info] reading file broadcast.csv 2023-02-14 12:59:22.310 [main info] successfully read file broadcast.csv 2023-02-14 12:59:22.310 [main info] read config files, got 11 messages 2023-02-14 12:59:22.310 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 12:59:22.310 [bus notice] bus started with own address 31/36 2023-02-14 12:59:22.310 [bus notice] device invalid 2023-02-14 12:59:22.311 [main info] registering data handlers 2023-02-14 12:59:22.311 [main info] registered data handlers 2023-02-14 12:59:27.311 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 12:59:27.311 [bus notice] device invalid 2023-02-14 12:59:32.311 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 12:59:32.311 [bus notice] device invalid 2023-02-14 12:59:32.311 [main debug] performing regular tasks 2023-02-14 12:59:37.311 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 12:59:37.311 [bus notice] device invalid 2023-02-14 12:59:42.311 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 12:59:42.311 [bus notice] device invalid

bitte was mache ich falsch

danke

danielkucera commented 1 year ago

EBUSD_OPTS don't apply if you run the service directly like sudo ebusd ... and it also looks malformed. Try to put all the options after sudo ebusd

Veit00 commented 1 year ago

Hallo,

sudo ebusd -d, --device=esp-ebus.local:3333 --scanconfig --latency=200000 --configpath=https://cfg.ebusd.eu/

und dann

sudo ebusd --scanconfig --accesslevel=* --latency=200000 -d --device=esp-eBusd.locel:3334 --loglevel=debug --address=ff -f 2023-02-14 13:27:58.644 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device --device=esp-eBusd.locel:3334 2023-02-14 13:27:58.644 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-14 13:27:58.887 [main info] reading templates / 2023-02-14 13:27:59.132 [main info] read templates in / 2023-02-14 13:27:59.133 [main info] reading file memory.csv 2023-02-14 13:27:59.379 [main info] successfully read file memory.csv 2023-02-14 13:27:59.379 [main info] reading file broadcast.csv 2023-02-14 13:27:59.626 [main info] successfully read file broadcast.csv 2023-02-14 13:27:59.627 [main info] read config files, got 11 messages 2023-02-14 13:27:59.627 [bus error] unable to open --device=esp-eBusd.locel:3334: ERR: generic I/O error 2023-02-14 13:27:59.627 [bus notice] bus started with own address ff/04 2023-02-14 13:27:59.627 [bus notice] device invalid 2023-02-14 13:27:59.628 [main info] registering data handlers 2023-02-14 13:27:59.628 [main info] registered data handlers 2023-02-14 13:28:04.628 [bus error] unable to open --device=esp-eBusd.locel:3334: ERR: generic I/O error 2023-02-14 13:28:04.628 [bus notice] device invalid 2023-02-14 13:28:09.628 [bus error] unable to open --device=esp-eBusd.locel:3334: ERR: generic I/O error 2023-02-14 13:28:09.628 [main debug] performing regular tasks 2023-02-14 13:28:09.628 [bus notice] device invalid 2023-02-14 13:28:14.629 [bus error] unable to open --device=esp-eBusd.locel:3334: ERR: generic I/O error 2023-02-14 13:28:14.629 [bus notice] device invalid ^C2023-02-14 13:28:19.209 [main notice] SIGINT received

????

danielkucera commented 1 year ago

check the spelling --device=esp-eBusd.locel:3334 vs --device=esp-eBusd.local:3334

Veit00 commented 1 year ago

sorry my English is not good

I checked again, sorry. but the output remains the same

danielkucera commented 1 year ago

post the log again, feel free to write in german

Veit00 commented 1 year ago

openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 -d --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f 2023-02-14 13:41:14.264 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device --device=esp-eBusd.local:3334 2023-02-14 13:41:14.264 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-14 13:41:14.504 [main info] reading templates / 2023-02-14 13:41:14.748 [main info] read templates in / 2023-02-14 13:41:14.748 [main info] reading file memory.csv 2023-02-14 13:41:14.992 [main info] successfully read file memory.csv 2023-02-14 13:41:14.992 [main info] reading file broadcast.csv 2023-02-14 13:41:15.238 [main info] successfully read file broadcast.csv 2023-02-14 13:41:15.238 [main info] read config files, got 11 messages 2023-02-14 13:41:20.248 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 13:41:20.248 [bus notice] bus started with own address ff/04 2023-02-14 13:41:20.248 [bus notice] device invalid 2023-02-14 13:41:20.248 [main info] registering data handlers 2023-02-14 13:41:20.249 [main info] registered data handlers 2023-02-14 13:41:30.249 [main debug] performing regular tasks 2023-02-14 13:41:30.260 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 13:41:30.260 [bus notice] device invalid 2023-02-14 13:41:40.249 [main debug] performing regular tasks 2023-02-14 13:41:40.271 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 13:41:40.271 [bus notice] device invalid

^C2023-02-14 13:41:44.138 [main notice] SIGINT received 2023-02-14 13:41:50.282 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 13:41:50.283 [main notice] ebusd stopped openhabian@openhabian:~ $

danielkucera commented 1 year ago

I see... replace -d --device=esp-eBusd.local:3334 with --device=esp-eBusd.local:3334

Veit00 commented 1 year ago

Hallo ich habe das an einer Vaillant auroMatic 560 die JP1 getrennt und extra Netzteil.

danielkucera commented 1 year ago

Ok, is that a question of some sort?

Veit00 commented 1 year ago

nein, ich habe es nur erwähnt.

hier noch mal mit Änderung.

openhabian@openhabian:~ $ sudo ebusd -d, --device=esp-eBusd.local:3333 --scanconfig --latency=200000 --configpath=https://cfg.ebusd.eu/ openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 -d --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f 2023-02-14 14:00:09.165 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device --device=esp-eBusd.local:3334 2023-02-14 14:00:09.166 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-14 14:00:09.406 [main info] reading templates / 2023-02-14 14:00:09.649 [main info] read templates in / 2023-02-14 14:00:09.649 [main info] reading file memory.csv 2023-02-14 14:00:09.894 [main info] successfully read file memory.csv 2023-02-14 14:00:09.894 [main info] reading file broadcast.csv 2023-02-14 14:00:10.132 [main info] successfully read file broadcast.csv 2023-02-14 14:00:10.132 [main info] read config files, got 11 messages 2023-02-14 14:00:15.141 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:00:15.142 [bus notice] bus started with own address ff/04 2023-02-14 14:00:15.142 [bus notice] device invalid 2023-02-14 14:00:15.142 [main info] registering data handlers 2023-02-14 14:00:15.142 [main info] registered data handlers 2023-02-14 14:00:25.143 [main debug] performing regular tasks 2023-02-14 14:00:25.160 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:00:25.160 [bus notice] device invalid 2023-02-14 14:00:35.143 [main debug] performing regular tasks 2023-02-14 14:00:35.175 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:00:35.175 [bus notice] device invalid 2023-02-14 14:00:39.765 [main notice] SIGINT received ^C2023-02-14 14:00:45.186 [bus error] unable to open --device=esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:00:45.186 [main notice] ebusd stopped openhabian@openhabian:~ $

danielkucera commented 1 year ago

read carefully again please: -d --device=esp-eBusd.local:3334 -> --device=esp-eBusd.local:3334 - in other words: remove -d

Veit00 commented 1 year ago

so in etwa?

openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 --loglevel=debug --address=ff -f 2023-02-14 14:08:58.734 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device /dev/ttyUSB0 2023-02-14 14:08:58.734 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-14 14:08:59.397 [main info] reading templates / 2023-02-14 14:09:00.442 [main info] read templates in / 2023-02-14 14:09:00.442 [main info] reading file memory.csv 2023-02-14 14:09:00.684 [main info] successfully read file memory.csv 2023-02-14 14:09:00.684 [main info] reading file broadcast.csv 2023-02-14 14:09:00.922 [main info] successfully read file broadcast.csv 2023-02-14 14:09:00.922 [main info] read config files, got 11 messages 2023-02-14 14:09:00.922 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:00.923 [main info] registering data handlers 2023-02-14 14:09:00.923 [main info] registered data handlers 2023-02-14 14:09:00.923 [bus notice] bus started with own address ff/04 2023-02-14 14:09:00.923 [bus notice] device invalid 2023-02-14 14:09:05.923 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:05.923 [bus notice] device invalid 2023-02-14 14:09:10.923 [main debug] performing regular tasks 2023-02-14 14:09:10.924 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:10.924 [bus notice] device invalid 2023-02-14 14:09:15.924 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:15.924 [bus notice] device invalid 2023-02-14 14:09:20.924 [main debug] performing regular tasks 2023-02-14 14:09:20.924 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:20.924 [bus notice] device invalid 2023-02-14 14:09:25.924 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:25.924 [bus notice] device invalid ^C2023-02-14 14:09:27.046 [main notice] SIGINT received 2023-02-14 14:09:30.925 [bus error] unable to open /dev/ttyUSB0: ERR: element not found 2023-02-14 14:09:30.925 [bus notice] device invalid 2023-02-14 14:09:31.025 [main notice] ebusd stopped openhabian@openhabian:~ $

danielkucera commented 1 year ago

No, from: sudo ebusd --scanconfig --accesslevel=* --latency=200000 -d --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f to: sudo ebusd --scanconfig --accesslevel=* --latency=200000 --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f

Veit00 commented 1 year ago

openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f 2023-02-14 14:16:56.947 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device esp-eBusd.local:3334 2023-02-14 14:16:56.948 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-14 14:16:57.188 [main info] reading templates / 2023-02-14 14:16:57.432 [main info] read templates in / 2023-02-14 14:16:57.432 [main info] reading file memory.csv 2023-02-14 14:16:57.677 [main info] successfully read file memory.csv 2023-02-14 14:16:57.677 [main info] reading file broadcast.csv 2023-02-14 14:16:57.923 [main info] successfully read file broadcast.csv 2023-02-14 14:16:57.923 [main info] read config files, got 11 messages 2023-02-14 14:17:02.934 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:02.935 [bus notice] bus started with own address ff/04 2023-02-14 14:17:02.935 [bus notice] device invalid 2023-02-14 14:17:02.935 [main info] registering data handlers 2023-02-14 14:17:02.935 [main info] registered data handlers 2023-02-14 14:17:12.936 [main debug] performing regular tasks 2023-02-14 14:17:12.945 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:12.945 [bus notice] device invalid 2023-02-14 14:17:22.936 [main debug] performing regular tasks 2023-02-14 14:17:22.959 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:22.959 [bus notice] device invalid 2023-02-14 14:17:32.936 [main debug] performing regular tasks 2023-02-14 14:17:32.969 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:32.969 [bus notice] device invalid ^C2023-02-14 14:17:35.544 [main notice] SIGINT received 2023-02-14 14:17:42.981 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:42.981 [main notice] ebusd stopped openhabian@openhabian:~ $

Veit00 commented 1 year ago

@.:~ $ sudo ebusd --scanconfig --accesslevel= --latency=200000 --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f 2023-02-14 14:16:56.947 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device esp-eBusd.local:3334 2023-02-14 14:16:56.948 [main info] loading configuration files from https://cfg.ebusd.eu/ https://cfg.ebusd.eu/ 2023-02-14 14:16:57.188 [main info] reading templates / 2023-02-14 14:16:57.432 [main info] read templates in / 2023-02-14 14:16:57.432 [main info] reading file memory.csv 2023-02-14 14:16:57.677 [main info] successfully read file memory.csv 2023-02-14 14:16:57.677 [main info] reading file broadcast.csv 2023-02-14 14:16:57.923 [main info] successfully read file broadcast.csv 2023-02-14 14:16:57.923 [main info] read config files, got 11 messages 2023-02-14 14:17:02.934 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:02.935 [bus notice] bus started with own address ff/04 2023-02-14 14:17:02.935 [bus notice] device invalid 2023-02-14 14:17:02.935 [main info] registering data handlers 2023-02-14 14:17:02.935 [main info] registered data handlers 2023-02-14 14:17:12.936 [main debug] performing regular tasks 2023-02-14 14:17:12.945 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:12.945 [bus notice] device invalid 2023-02-14 14:17:22.936 [main debug] performing regular tasks 2023-02-14 14:17:22.959 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:22.959 [bus notice] device invalid 2023-02-14 14:17:32.936 [main debug] performing regular tasks 2023-02-14 14:17:32.969 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:32.969 [bus notice] device invalid ^C2023-02-14 14:17:35.544 [main notice] SIGINT received 2023-02-14 14:17:42.981 [bus error] unable to open esp-eBusd.local:3334: ERR: generic I/O error 2023-02-14 14:17:42.981 [main notice] ebusd stopped **@.***:~ $

Von: Daniel Kucera @.> Gesendet: Dienstag, 14. Februar 2023 15:15 An: danielkucera/esp8266-arduino-ebus @.> Cc: Veit00 @.>; Comment @.> Betreff: Re: [danielkucera/esp8266-arduino-ebus] [bus error] device status: unexpected available enhanced byte 2 (Issue #5)

No, from: sudo ebusd --scanconfig --accesslevel= --latency=200000 -d --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f to: sudo ebusd --scanconfig --accesslevel= --latency=200000 --device=esp-eBusd.local:3334 --loglevel=debug --address=ff -f

- Reply to this email directly, view it on GitHub https://github.com/danielkucera/esp8266-arduino-ebus/issues/5#issuecomment- 1429731344 , or unsubscribe https://github.com/notifications/unsubscribe-auth/APFDO5XF2OIYWXFBRW7HXITWX OAMVANCNFSM6AAAAAAR3YAHQM . You are receiving this because you commented.Message ID: @.***>

Veit00 commented 1 year ago

Hallo hier noch ein Bild

Und noch zwei vom Scann der Port's

Veit00 commented 1 year ago

Hallo Daniel Kucera,

ich habe noch mal die Verkabelung neu gemacht, alles neu Firmware usw.

dann mit PuTTy Telnet 192.168.100.18 Port 3334 gelesen, siehe Bild.

Etwas mit dem Poti gespielt aber entweder gar kein Signal keine Ausgabe oder misch masch.

Meine Frage wie muss das korrekt ausschauen.

Freundliche Grüße

Veit Tandler

Veit Tandler

Principala 83

RO-627283 Varnita / Racoasa Jud. Vrancea

Mobil: +49 160 95542478

Mail: @.> @.

Veit00 commented 1 year ago

Hallo Daniel Kucera,

ich habe noch ein Bild vom IP-Scanner.

Da schaut der Name auch komisch aus.

Freundliche Grüße

Veit Tandler

Veit Tandler

Principala 83

RO-627283 Varnita / Racoasa Jud. Vrancea

Mobil: +49 160 95542478

Mail: @.> @.

danielkucera commented 1 year ago

I see now: esp-eBusd.local:3334 -> esp-eBus.local:3334 Btw the images (if you are sending some) are not attached.

Veit00 commented 1 year ago

Sorry, hier nochmal die Bilder

Ping

Adresse_Port5555

Adresse_Port3334

Wireshark

Veit00 commented 1 year ago

eins noch IP-Scanner

danielkucera commented 1 year ago

did you do this change? esp-eBusd.local:3334 -> esp-eBus.local:3334

Veit00 commented 1 year ago

guten Morgen,

ja habe ich

danielkucera commented 1 year ago

please post the full log

Veit00 commented 1 year ago

openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 --device esp-eBus.locel:3334 --loglevel=debug --address=ff -f [sudo] password for openhabian: 2023-02-15 09:48:10.070 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device esp-eBus.locel:3334 2023-02-15 09:48:10.070 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-15 09:48:10.308 [main info] reading templates / 2023-02-15 09:48:10.550 [main info] read templates in / 2023-02-15 09:48:10.550 [main info] reading file memory.csv 2023-02-15 09:48:10.792 [main info] successfully read file memory.csv 2023-02-15 09:48:10.792 [main info] reading file broadcast.csv 2023-02-15 09:48:11.037 [main info] successfully read file broadcast.csv 2023-02-15 09:48:11.037 [main info] read config files, got 11 messages 2023-02-15 09:48:11.048 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:11.049 [bus notice] bus started with own address ff/04 2023-02-15 09:48:11.049 [bus notice] device invalid 2023-02-15 09:48:11.049 [main info] registering data handlers 2023-02-15 09:48:11.049 [main info] registered data handlers 2023-02-15 09:48:16.051 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:16.051 [bus notice] device invalid 2023-02-15 09:48:21.050 [main debug] performing regular tasks 2023-02-15 09:48:21.053 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:21.053 [bus notice] device invalid 2023-02-15 09:48:26.056 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:26.056 [bus notice] device invalid 2023-02-15 09:48:31.050 [main debug] performing regular tasks 2023-02-15 09:48:31.058 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:31.058 [bus notice] device invalid ^C2023-02-15 09:48:33.112 [main notice] SIGINT received 2023-02-15 09:48:36.061 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:36.061 [bus notice] device invalid 2023-02-15 09:48:36.151 [main notice] ebusd stopped

Veit00 commented 1 year ago

openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 --device esp-eBus.locel:3334 --loglevel=debug --address=ff -f [sudo] password for openhabian: 2023-02-15 09:48:10.070 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device esp-eBus.locel:3334 2023-02-15 09:48:10.070 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-15 09:48:10.308 [main info] reading templates / 2023-02-15 09:48:10.550 [main info] read templates in / 2023-02-15 09:48:10.550 [main info] reading file memory.csv 2023-02-15 09:48:10.792 [main info] successfully read file memory.csv 2023-02-15 09:48:10.792 [main info] reading file broadcast.csv 2023-02-15 09:48:11.037 [main info] successfully read file broadcast.csv 2023-02-15 09:48:11.037 [main info] read config files, got 11 messages 2023-02-15 09:48:11.048 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:11.049 [bus notice] bus started with own address ff/04 2023-02-15 09:48:11.049 [bus notice] device invalid 2023-02-15 09:48:11.049 [main info] registering data handlers 2023-02-15 09:48:11.049 [main info] registered data handlers 2023-02-15 09:48:16.051 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:16.051 [bus notice] device invalid 2023-02-15 09:48:21.050 [main debug] performing regular tasks 2023-02-15 09:48:21.053 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:21.053 [bus notice] device invalid 2023-02-15 09:48:26.056 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:26.056 [bus notice] device invalid 2023-02-15 09:48:31.050 [main debug] performing regular tasks 2023-02-15 09:48:31.058 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:31.058 [bus notice] device invalid ^C2023-02-15 09:48:33.112 [main notice] SIGINT received 2023-02-15 09:48:36.061 [bus error] unable to open esp-eBus.locel:3334: ERR: generic I/O error 2023-02-15 09:48:36.061 [bus notice] device invalid

danielkucera commented 1 year ago

I am sorry but can't you copy one string? It is wrong again ?? esp-eBus.locel:3334 ??

Veit00 commented 1 year ago

sorry, openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 --device esp-eBus.local:3334 --loglevel=debug --address=ff -f 2023-02-15 09:56:06.893 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device esp-eBus.local:3334 2023-02-15 09:56:06.894 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-15 09:56:07.133 [main info] reading templates / 2023-02-15 09:56:07.371 [main info] read templates in / 2023-02-15 09:56:07.371 [main info] reading file memory.csv 2023-02-15 09:56:07.609 [main info] successfully read file memory.csv 2023-02-15 09:56:07.609 [main info] reading file broadcast.csv 2023-02-15 09:56:07.857 [main info] successfully read file broadcast.csv 2023-02-15 09:56:07.857 [main info] read config files, got 11 messages 2023-02-15 09:56:08.168 [bus notice] bus started with own address ff/04 2023-02-15 09:56:08.168 [main info] registering data handlers 2023-02-15 09:56:08.168 [main info] registered data handlers 2023-02-15 09:56:08.213 [bus debug] ERR: SYN received during no signal, switching to ready 2023-02-15 09:56:08.213 [bus notice] signal acquired 2023-02-15 09:56:08.438 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:08.529 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:08.573 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:08.663 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:08.754 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:08.843 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:08.934 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.024 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.114 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.204 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.384 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.429 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.474 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.564 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.745 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.835 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:09.925 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.016 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.105 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.195 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.285 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.378 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.420 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.465 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.556 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.646 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.737 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.826 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:10.916 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.006 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.096 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.186 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.276 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.411 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.907 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:11.997 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:12.403 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:12.673 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:12.763 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:12.854 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:12.898 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:12.945 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.034 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.214 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.349 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.394 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.484 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.574 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.664 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.757 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.844 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.889 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:13.934 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.070 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.115 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.205 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.295 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.385 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.476 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.566 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.656 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.746 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.836 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:14.884 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.016 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.106 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.377 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.476 [bus debug] ERR: invalid escape sequence during receive command, switching to skip 2023-02-15 09:56:15.556 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.601 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.646 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.691 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.736 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.781 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.871 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:15.961 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.051 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.096 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.277 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.323 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.637 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.817 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.907 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:16.952 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:17.358 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:17.538 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:17.583 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:17.853 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:17.944 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.034 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.124 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.169 [main debug] performing regular tasks 2023-02-15 09:56:18.214 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.350 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.395 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.485 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.575 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.665 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.755 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.845 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:18.935 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.025 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.115 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.205 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.296 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.341 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.386 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.430 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.476 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.566 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.611 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.656 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.838 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:19.883 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:20.333 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:21.323 [bus debug] ERR: SYN received during receive command, switching to ready ^C2023-02-15 09:56:21.382 [main notice] SIGINT received 2023-02-15 09:56:21.413 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:21.503 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:21.594 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:21.819 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:21.864 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:21.954 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.044 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.224 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.315 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.405 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.495 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.585 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.675 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.765 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.855 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:22.945 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:23.035 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:23.125 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:23.215 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:23.305 [bus debug] ERR: SYN received during receive command, switching to ready 2023-02-15 09:56:23.306 [main notice] ebusd stopped openhabian@openhabian:~ $

danielkucera commented 1 year ago

good, now adjust the potentiometer according to: https://github.com/danielkucera/esp8266-arduino-ebus#quickstart

and change the port to 3333

Veit00 commented 1 year ago

so in etwa

Adresse_Port3333

Veit00 commented 1 year ago

ebus scann schaut jetzt so aus und die Blaue LED blinkt nur zweimal kurz beim einschalten des Adapters sonst immer aus

openhabian@openhabian:~ $ sudo ebusd --scanconfig --accesslevel=* --latency=200000 --device esp-eBus.local:3333 --loglevel=debug --address=ff -f [sudo] password for openhabian: Sorry, try again. [sudo] password for openhabian: 2023-02-15 10:57:47.640 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with auto scan on device esp-eBus.local:3333 2023-02-15 10:57:47.640 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-15 10:57:47.874 [main info] reading templates / 2023-02-15 10:57:48.111 [main info] read templates in / 2023-02-15 10:57:48.111 [main info] reading file memory.csv 2023-02-15 10:57:48.347 [main info] successfully read file memory.csv 2023-02-15 10:57:48.347 [main info] reading file broadcast.csv 2023-02-15 10:57:48.586 [main info] successfully read file broadcast.csv 2023-02-15 10:57:48.586 [main info] read config files, got 11 messages 2023-02-15 10:57:48.641 [bus notice] bus started with own address ff/04 2023-02-15 10:57:48.641 [bus debug] ERR: SYN received during no signal, switching to ready 2023-02-15 10:57:48.641 [bus notice] signal acquired 2023-02-15 10:57:48.641 [main info] registering data handlers 2023-02-15 10:57:48.641 [main info] registered data handlers 2023-02-15 10:57:58.641 [main debug] performing regular tasks 2023-02-15 10:58:08.642 [main debug] performing regular tasks 2023-02-15 10:58:18.642 [main debug] performing regular tasks 2023-02-15 10:58:28.642 [main debug] performing regular tasks 2023-02-15 10:58:38.643 [main debug] performing regular tasks 2023-02-15 10:58:48.643 [main debug] performing regular tasks 2023-02-15 10:58:58.643 [main debug] performing regular tasks 2023-02-15 10:59:08.643 [main debug] performing regular tasks 2023-02-15 10:59:18.644 [main debug] performing regular tasks 2023-02-15 10:59:28.644 [main debug] performing regular tasks 2023-02-15 10:59:38.644 [main debug] performing regular tasks 2023-02-15 10:59:48.645 [main debug] performing regular tasks 2023-02-15 10:59:58.645 [main debug] performing regular tasks 2023-02-15 10:59:58.926 [main notice] update check: revision 23.1 available 2023-02-15 11:00:08.927 [main debug] performing regular tasks 2023-02-15 11:00:18.927 [main debug] performing regular tasks 2023-02-15 11:00:28.927 [main debug] performing regular tasks 2023-02-15 11:00:38.928 [main debug] performing regular tasks 2023-02-15 11:00:48.928 [main debug] performing regular tasks 2023-02-15 11:00:58.928 [main debug] performing regular tasks 2023-02-15 11:01:08.929 [main debug] performing regular tasks 2023-02-15 11:01:18.929 [main debug] performing regular tasks 2023-02-15 11:01:28.929 [main debug] performing regular tasks 2023-02-15 11:01:38.930 [main debug] performing regular tasks 2023-02-15 11:01:48.930 [main debug] performing regular tasks 2023-02-15 11:01:58.930 [main debug] performing regular tasks 2023-02-15 11:02:08.930 [main debug] performing regular tasks 2023-02-15 11:02:18.931 [main debug] performing regular tasks 2023-02-15 11:02:28.931 [main debug] performing regular tasks 2023-02-15 11:02:38.931 [main debug] performing regular tasks 2023-02-15 11:02:48.932 [main debug] performing regular tasks 2023-02-15 11:02:58.932 [main debug] performing regular tasks 2023-02-15 11:03:08.932 [main debug] performing regular tasks 2023-02-15 11:03:18.933 [main debug] performing regular tasks 2023-02-15 11:03:28.933 [main debug] performing regular tasks 2023-02-15 11:03:38.933 [main debug] performing regular tasks 2023-02-15 11:03:48.934 [main debug] performing regular tasks 2023-02-15 11:03:58.934 [main debug] performing regular tasks 2023-02-15 11:04:08.934 [main debug] performing regular tasks 2023-02-15 11:04:18.935 [main debug] performing regular tasks 2023-02-15 11:04:28.935 [main debug] performing regular tasks 2023-02-15 11:04:38.935 [main debug] performing regular tasks 2023-02-15 11:04:48.936 [main debug] performing regular tasks 2023-02-15 11:04:58.936 [main debug] performing regular tasks 2023-02-15 11:05:08.936 [main debug] performing regular tasks 2023-02-15 11:05:18.936 [main debug] performing regular tasks 2023-02-15 11:05:28.937 [main debug] performing regular tasks 2023-02-15 11:05:38.937 [main debug] performing regular tasks 2023-02-15 11:05:48.937 [main debug] performing regular tasks 2023-02-15 11:05:58.938 [main debug] performing regular tasks 2023-02-15 11:06:08.938 [main debug] performing regular tasks 2023-02-15 11:06:18.938 [main debug] performing regular tasks ^C2023-02-15 11:06:22.046 [main notice] SIGINT received 2023-02-15 11:06:24.055 [main notice] ebusd stopped openhabian@openhabian:~ $ ^C

danielkucera commented 1 year ago

try setting --scanconfig=full and remove --address=ff

Veit00 commented 1 year ago

Hallo, openhabian@openhabian:~ $ sudo ebusd --scanconfig=full --accesslevel=* --latency=200000 --device esp-eBus.local:3334 --loglevel=debug -f 2023-02-15 15:59:55.096 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with full scan on device esp-eBus.local:3334 2023-02-15 15:59:55.096 [main info] loading configuration files from https://cfg.ebusd.eu/ 2023-02-15 15:59:55.335 [main info] reading templates / 2023-02-15 15:59:55.579 [main info] read templates in / 2023-02-15 15:59:55.579 [main info] reading file memory.csv 2023-02-15 15:59:55.828 [main info] successfully read file memory.csv 2023-02-15 15:59:55.829 [main info] reading file broadcast.csv 2023-02-15 15:59:56.071 [main info] successfully read file broadcast.csv 2023-02-15 15:59:56.071 [main info] read config files, got 11 messages 2023-02-15 15:59:56.215 [bus notice] bus started with own address 31/36 2023-02-15 15:59:56.215 [main info] registering data handlers 2023-02-15 15:59:56.215 [main info] registered data handlers 2023-02-15 15:59:56.216 [bus debug] ERR: SYN received during no signal, switching to ready 2023-02-15 15:59:56.216 [bus notice] signal acquired 2023-02-15 16:00:06.216 [main debug] performing regular tasks 2023-02-15 16:00:06.216 [main notice] starting initial full scan 2023-02-15 16:00:06.216 [bus info] scan 02 cmd: 3102070400 2023-02-15 16:00:06.261 [bus debug] start request 31 2023-02-15 16:00:06.261 [bus debug] arbitration start with 31 2023-02-15 16:00:06.351 [bus debug] arbitration lost 2023-02-15 16:00:06.351 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:06.351 [bus debug] start request 31 2023-02-15 16:00:06.351 [bus debug] arbitration start with 31 2023-02-15 16:00:06.441 [bus debug] arbitration lost 2023-02-15 16:00:06.441 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:06.441 [bus debug] start request 31 2023-02-15 16:00:06.441 [bus debug] arbitration start with 31 2023-02-15 16:00:06.533 [bus debug] arbitration lost 2023-02-15 16:00:06.533 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:06.533 [bus debug] start request 31 2023-02-15 16:00:06.533 [bus debug] arbitration start with 31 2023-02-15 16:00:06.621 [bus debug] arbitration lost 2023-02-15 16:00:06.621 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:06.621 [bus info] scan 04 cmd: 3104070400 2023-02-15 16:00:06.621 [bus debug] start request 31 2023-02-15 16:00:06.621 [bus debug] arbitration start with 31 2023-02-15 16:00:06.711 [bus debug] arbitration lost 2023-02-15 16:00:06.711 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:06.711 [bus debug] start request 31 2023-02-15 16:00:06.711 [bus debug] arbitration start with 31 2023-02-15 16:00:06.801 [bus debug] arbitration lost 2023-02-15 16:00:06.801 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:06.801 [bus debug] start request 31 2023-02-15 16:00:06.801 [bus debug] arbitration start with 31 2023-02-15 16:00:06.892 [bus debug] arbitration lost 2023-02-15 16:00:06.892 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:06.892 [bus debug] start request 31 2023-02-15 16:00:06.892 [bus debug] arbitration start with 31 2023-02-15 16:00:06.981 [bus debug] arbitration lost 2023-02-15 16:00:06.981 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:06.981 [bus info] scan 05 cmd: 3105070400 2023-02-15 16:00:06.981 [bus debug] start request 31 2023-02-15 16:00:06.981 [bus debug] arbitration start with 31 2023-02-15 16:00:07.072 [bus debug] arbitration lost 2023-02-15 16:00:07.072 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.072 [bus debug] start request 31 2023-02-15 16:00:07.072 [bus debug] arbitration start with 31 2023-02-15 16:00:07.162 [bus debug] arbitration lost 2023-02-15 16:00:07.162 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.162 [bus debug] start request 31 2023-02-15 16:00:07.162 [bus debug] arbitration start with 31 2023-02-15 16:00:07.252 [bus debug] arbitration lost 2023-02-15 16:00:07.252 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.252 [bus debug] start request 31 2023-02-15 16:00:07.252 [bus debug] arbitration start with 31 2023-02-15 16:00:07.342 [bus debug] arbitration lost 2023-02-15 16:00:07.342 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:07.342 [bus info] scan 06 cmd: 3106070400 2023-02-15 16:00:07.342 [bus debug] start request 31 2023-02-15 16:00:07.342 [bus debug] arbitration start with 31 2023-02-15 16:00:07.431 [bus debug] arbitration lost 2023-02-15 16:00:07.431 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.431 [bus debug] start request 31 2023-02-15 16:00:07.432 [bus debug] arbitration start with 31 2023-02-15 16:00:07.522 [bus debug] arbitration lost 2023-02-15 16:00:07.522 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.522 [bus debug] start request 31 2023-02-15 16:00:07.522 [bus debug] arbitration start with 31 2023-02-15 16:00:07.612 [bus debug] arbitration lost 2023-02-15 16:00:07.612 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.612 [bus debug] start request 31 2023-02-15 16:00:07.612 [bus debug] arbitration start with 31 2023-02-15 16:00:07.702 [bus debug] arbitration lost 2023-02-15 16:00:07.702 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:07.702 [bus info] scan 08 cmd: 3108070400 2023-02-15 16:00:07.702 [bus debug] start request 31 2023-02-15 16:00:07.702 [bus debug] arbitration start with 31 ^C2023-02-15 16:00:07.791 [main notice] SIGINT received 2023-02-15 16:00:07.792 [bus debug] arbitration lost 2023-02-15 16:00:07.792 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.792 [bus debug] start request 31 2023-02-15 16:00:07.792 [bus debug] arbitration start with 31 2023-02-15 16:00:07.882 [bus debug] arbitration lost 2023-02-15 16:00:07.882 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.882 [bus debug] start request 31 2023-02-15 16:00:07.882 [bus debug] arbitration start with 31 2023-02-15 16:00:07.975 [bus debug] arbitration lost 2023-02-15 16:00:07.976 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:07.976 [bus debug] start request 31 2023-02-15 16:00:07.976 [bus debug] arbitration start with 31 2023-02-15 16:00:08.063 [bus debug] arbitration lost 2023-02-15 16:00:08.063 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:08.063 [bus info] scan 09 cmd: 3109070400 2023-02-15 16:00:08.063 [bus debug] start request 31 2023-02-15 16:00:08.063 [bus debug] arbitration start with 31 2023-02-15 16:00:08.153 [bus debug] arbitration lost 2023-02-15 16:00:08.153 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.153 [bus debug] start request 31 2023-02-15 16:00:08.153 [bus debug] arbitration start with 31 2023-02-15 16:00:08.243 [bus debug] arbitration lost 2023-02-15 16:00:08.243 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.243 [bus debug] start request 31 2023-02-15 16:00:08.243 [bus debug] arbitration start with 31 2023-02-15 16:00:08.333 [bus debug] arbitration lost 2023-02-15 16:00:08.333 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.333 [bus debug] start request 31 2023-02-15 16:00:08.333 [bus debug] arbitration start with 31 2023-02-15 16:00:08.423 [bus debug] arbitration lost 2023-02-15 16:00:08.423 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:08.423 [bus info] scan 0a cmd: 310a070400 2023-02-15 16:00:08.423 [bus debug] start request 31 2023-02-15 16:00:08.424 [bus debug] arbitration start with 31 2023-02-15 16:00:08.513 [bus debug] arbitration lost 2023-02-15 16:00:08.513 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.513 [bus debug] start request 31 2023-02-15 16:00:08.513 [bus debug] arbitration start with 31 2023-02-15 16:00:08.603 [bus debug] arbitration lost 2023-02-15 16:00:08.603 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.603 [bus debug] start request 31 2023-02-15 16:00:08.603 [bus debug] arbitration start with 31 2023-02-15 16:00:08.694 [bus debug] arbitration lost 2023-02-15 16:00:08.694 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.694 [bus debug] start request 31 2023-02-15 16:00:08.694 [bus debug] arbitration start with 31 2023-02-15 16:00:08.784 [bus debug] arbitration lost 2023-02-15 16:00:08.784 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:08.784 [bus info] scan 0b cmd: 310b070400 2023-02-15 16:00:08.784 [bus debug] start request 31 2023-02-15 16:00:08.784 [bus debug] arbitration start with 31 2023-02-15 16:00:08.874 [bus debug] arbitration lost 2023-02-15 16:00:08.874 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.874 [bus debug] start request 31 2023-02-15 16:00:08.874 [bus debug] arbitration start with 31 2023-02-15 16:00:08.964 [bus debug] arbitration lost 2023-02-15 16:00:08.964 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:08.964 [bus debug] start request 31 2023-02-15 16:00:08.964 [bus debug] arbitration start with 31 2023-02-15 16:00:09.054 [bus debug] arbitration lost 2023-02-15 16:00:09.054 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.054 [bus debug] start request 31 2023-02-15 16:00:09.054 [bus debug] arbitration start with 31 2023-02-15 16:00:09.144 [bus debug] arbitration lost 2023-02-15 16:00:09.144 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:09.144 [bus info] scan 0c cmd: 310c070400 2023-02-15 16:00:09.144 [bus debug] start request 31 2023-02-15 16:00:09.144 [bus debug] arbitration start with 31 2023-02-15 16:00:09.234 [bus debug] arbitration lost 2023-02-15 16:00:09.234 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.235 [bus debug] start request 31 2023-02-15 16:00:09.235 [bus debug] arbitration start with 31 2023-02-15 16:00:09.324 [bus debug] arbitration lost 2023-02-15 16:00:09.324 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.324 [bus debug] start request 31 2023-02-15 16:00:09.324 [bus debug] arbitration start with 31 2023-02-15 16:00:09.414 [bus debug] arbitration lost 2023-02-15 16:00:09.414 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.415 [bus debug] start request 31 2023-02-15 16:00:09.415 [bus debug] arbitration start with 31 2023-02-15 16:00:09.504 [bus debug] arbitration lost 2023-02-15 16:00:09.504 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:09.504 [bus info] scan 0d cmd: 310d070400 2023-02-15 16:00:09.505 [bus debug] start request 31 2023-02-15 16:00:09.505 [bus debug] arbitration start with 31 2023-02-15 16:00:09.595 [bus debug] arbitration lost 2023-02-15 16:00:09.595 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.595 [bus debug] start request 31 2023-02-15 16:00:09.595 [bus debug] arbitration start with 31 2023-02-15 16:00:09.684 [bus debug] arbitration lost 2023-02-15 16:00:09.685 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.685 [bus debug] start request 31 2023-02-15 16:00:09.685 [bus debug] arbitration start with 31 2023-02-15 16:00:09.775 [bus debug] arbitration lost 2023-02-15 16:00:09.775 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.775 [bus debug] start request 31 2023-02-15 16:00:09.775 [bus debug] arbitration start with 31 2023-02-15 16:00:09.865 [bus debug] arbitration lost 2023-02-15 16:00:09.865 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:09.865 [bus info] scan 0e cmd: 310e070400 2023-02-15 16:00:09.865 [bus debug] start request 31 2023-02-15 16:00:09.865 [bus debug] arbitration start with 31 2023-02-15 16:00:09.955 [bus debug] arbitration lost 2023-02-15 16:00:09.955 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:09.955 [bus debug] start request 31 2023-02-15 16:00:09.955 [bus debug] arbitration start with 31 2023-02-15 16:00:10.049 [bus debug] arbitration lost 2023-02-15 16:00:10.049 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.049 [bus debug] start request 31 2023-02-15 16:00:10.049 [bus debug] arbitration start with 31 2023-02-15 16:00:10.135 [bus debug] arbitration lost 2023-02-15 16:00:10.135 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.135 [bus debug] start request 31 2023-02-15 16:00:10.136 [bus debug] arbitration start with 31 2023-02-15 16:00:10.228 [bus debug] arbitration lost 2023-02-15 16:00:10.228 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:10.228 [bus info] scan 12 cmd: 3112070400 2023-02-15 16:00:10.228 [bus debug] start request 31 2023-02-15 16:00:10.228 [bus debug] arbitration start with 31 2023-02-15 16:00:10.315 [bus debug] arbitration lost 2023-02-15 16:00:10.315 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.315 [bus debug] start request 31 2023-02-15 16:00:10.316 [bus debug] arbitration start with 31 2023-02-15 16:00:10.406 [bus debug] arbitration lost 2023-02-15 16:00:10.406 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.406 [bus debug] start request 31 2023-02-15 16:00:10.406 [bus debug] arbitration start with 31 2023-02-15 16:00:10.495 [bus debug] arbitration lost 2023-02-15 16:00:10.496 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.496 [bus debug] start request 31 2023-02-15 16:00:10.496 [bus debug] arbitration start with 31 2023-02-15 16:00:10.586 [bus debug] arbitration lost 2023-02-15 16:00:10.586 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:10.586 [bus info] scan 14 cmd: 3114070400 2023-02-15 16:00:10.586 [bus debug] start request 31 2023-02-15 16:00:10.586 [bus debug] arbitration start with 31 2023-02-15 16:00:10.676 [bus debug] arbitration lost 2023-02-15 16:00:10.676 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.676 [bus debug] start request 31 2023-02-15 16:00:10.676 [bus debug] arbitration start with 31 2023-02-15 16:00:10.766 [bus debug] arbitration lost 2023-02-15 16:00:10.766 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.766 [bus debug] start request 31 2023-02-15 16:00:10.767 [bus debug] arbitration start with 31 2023-02-15 16:00:10.856 [bus debug] arbitration lost 2023-02-15 16:00:10.856 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:10.856 [bus debug] start request 31 2023-02-15 16:00:10.856 [bus debug] arbitration start with 31 2023-02-15 16:00:10.948 [bus debug] arbitration lost 2023-02-15 16:00:10.949 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:10.949 [bus info] scan 15 cmd: 3115070400 2023-02-15 16:00:10.949 [bus debug] start request 31 2023-02-15 16:00:10.949 [bus debug] arbitration start with 31 2023-02-15 16:00:11.036 [bus debug] arbitration lost 2023-02-15 16:00:11.036 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:11.036 [bus debug] start request 31 2023-02-15 16:00:11.036 [bus debug] arbitration start with 31 2023-02-15 16:00:11.127 [bus debug] arbitration lost 2023-02-15 16:00:11.127 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:11.127 [bus debug] start request 31 2023-02-15 16:00:11.127 [bus debug] arbitration start with 31 2023-02-15 16:00:11.217 [bus debug] arbitration lost 2023-02-15 16:00:11.217 [bus debug] ERR: arbitration lost during ready, retry 2023-02-15 16:00:11.217 [bus debug] start request 31 2023-02-15 16:00:11.217 [bus debug] arbitration start with 31 2023-02-15 16:00:11.307 [bus debug] arbitration lost 2023-02-15 16:00:11.307 [bus debug] notify request: ERR: arbitration lost 2023-02-15 16:00:11.307 [bus info] scan 16 cmd: 3116070400 2023-02-15 16:00:11.307 [bus debug] start request 31 2023-02-15 16:00:11.307 [bus debug] arbitration start with 31 2023-02-15 16:00:11.355 [main notice] ebusd stopped openhabian@openhabian:~ $

Veit00 commented 1 year ago

Sorry, und nochmal mit Port 3333

openhabian@openhabian:~ $ sudo ebusd --scanconfig=full --accesslevel=* --latency=200000 --device esp-eBus.local:3333 --loglevel=debug -f
2023-02-15 16:04:58.892 [main notice] ebusd 23.1.23.1-8-g9c0af7b9 started with full scan on device esp-eBus.local:3333
2023-02-15 16:04:58.892 [main info] loading configuration files from https://cfg.ebusd.eu/
2023-02-15 16:04:59.129 [main info] reading templates /
2023-02-15 16:04:59.368 [main info] read templates in /
2023-02-15 16:04:59.368 [main info] reading file memory.csv
2023-02-15 16:04:59.611 [main info] successfully read file memory.csv
2023-02-15 16:04:59.611 [main info] reading file broadcast.csv
2023-02-15 16:04:59.857 [main info] successfully read file broadcast.csv
2023-02-15 16:04:59.857 [main info] read config files, got 11 messages
2023-02-15 16:05:00.005 [bus notice] bus started with own address 31/36
2023-02-15 16:05:00.005 [main info] registering data handlers
2023-02-15 16:05:00.005 [main info] registered data handlers
2023-02-15 16:05:00.008 [bus debug] ERR: SYN received during no signal, switching to ready
2023-02-15 16:05:00.009 [bus notice] signal acquired
2023-02-15 16:05:10.006 [main debug] performing regular tasks
2023-02-15 16:05:10.006 [main notice] starting initial full scan
2023-02-15 16:05:10.006 [bus info] scan 02 cmd: 3102070400
2023-02-15 16:05:10.007 [bus debug] start request 31
2023-02-15 16:05:10.007 [bus debug] arbitration start with 31
2023-02-15 16:05:10.062 [bus debug] arbitration won
2023-02-15 16:05:10.062 [bus debug] arbitration delay 10 micros
2023-02-15 16:05:10.062 [bus info] arbitration delay 10 - 10 micros
2023-02-15 16:05:10.062 [bus debug] switching from ready to send command
2023-02-15 16:05:10.070 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.070 [bus info] send/receive symbol latency 7 - 7 ms
2023-02-15 16:05:10.078 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.085 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.093 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.093 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:10.103 [bus debug] send/receive symbol latency 10 ms
2023-02-15 16:05:10.103 [bus info] send/receive symbol latency 7 - 10 ms
2023-02-15 16:05:10.103 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:10.369 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:10.369 [bus info] scan 04 cmd: 3104070400
2023-02-15 16:05:10.369 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:10.369 [bus debug] start request 31
2023-02-15 16:05:10.369 [bus debug] arbitration start with 31
2023-02-15 16:05:10.627 [bus debug] arbitration won
2023-02-15 16:05:10.627 [bus debug] arbitration delay 12 micros
2023-02-15 16:05:10.627 [bus info] arbitration delay 10 - 12 micros
2023-02-15 16:05:10.627 [bus debug] switching from ready to send command
2023-02-15 16:05:10.635 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.643 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.651 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.658 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.658 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:10.666 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:10.666 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:10.931 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:10.931 [bus info] scan 05 cmd: 3105070400
2023-02-15 16:05:10.932 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:10.932 [bus debug] start request 31
2023-02-15 16:05:10.932 [bus debug] arbitration start with 31
2023-02-15 16:05:11.190 [bus debug] arbitration won
2023-02-15 16:05:11.190 [bus debug] arbitration delay 10 micros
2023-02-15 16:05:11.190 [bus debug] switching from ready to send command
2023-02-15 16:05:11.200 [bus debug] send/receive symbol latency 9 ms
2023-02-15 16:05:11.209 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:11.216 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.224 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.224 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:11.231 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.231 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:11.497 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:11.497 [bus info] scan 06 cmd: 3106070400
2023-02-15 16:05:11.497 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:11.497 [bus debug] start request 31
2023-02-15 16:05:11.497 [bus debug] arbitration start with 31
2023-02-15 16:05:11.755 [bus debug] arbitration won
2023-02-15 16:05:11.755 [bus debug] arbitration delay 8 micros
2023-02-15 16:05:11.755 [bus info] arbitration delay 8 - 12 micros
2023-02-15 16:05:11.755 [bus debug] switching from ready to send command
2023-02-15 16:05:11.763 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.770 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.778 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.786 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:11.786 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:11.796 [bus debug] send/receive symbol latency 10 ms
2023-02-15 16:05:11.796 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:12.061 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:12.062 [bus info] scan 08 cmd: 3108070400
2023-02-15 16:05:12.062 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:12.062 [bus debug] start request 31
2023-02-15 16:05:12.062 [bus debug] arbitration start with 31
2023-02-15 16:05:12.318 [bus debug] arbitration won
2023-02-15 16:05:12.318 [bus debug] arbitration delay 11 micros
2023-02-15 16:05:12.318 [bus debug] switching from ready to send command
2023-02-15 16:05:12.326 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:12.334 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:12.342 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:12.349 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:12.349 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:12.357 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:12.357 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:12.622 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:12.622 [bus info] scan 09 cmd: 3109070400
2023-02-15 16:05:12.623 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:12.623 [bus debug] start request 31
2023-02-15 16:05:12.623 [bus debug] arbitration start with 31
2023-02-15 16:05:12.881 [bus debug] arbitration won
2023-02-15 16:05:12.881 [bus debug] arbitration delay 12 micros
2023-02-15 16:05:12.881 [bus debug] switching from ready to send command
2023-02-15 16:05:12.889 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:12.897 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:12.906 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:12.915 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:12.915 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:12.923 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:12.923 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:13.188 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:13.188 [bus info] scan 0a cmd: 310a070400
2023-02-15 16:05:13.189 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:13.189 [bus debug] start request 31
2023-02-15 16:05:13.189 [bus debug] arbitration start with 31
2023-02-15 16:05:13.446 [bus debug] arbitration won
2023-02-15 16:05:13.446 [bus debug] arbitration delay 13 micros
2023-02-15 16:05:13.446 [bus info] arbitration delay 8 - 13 micros
2023-02-15 16:05:13.446 [bus debug] switching from ready to send command
2023-02-15 16:05:13.455 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:13.462 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:13.469 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:13.469 [bus info] send/receive symbol latency 6 - 10 ms
2023-02-15 16:05:13.476 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:13.476 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:13.483 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:13.483 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:13.748 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:13.748 [bus info] scan 0b cmd: 310b070400
2023-02-15 16:05:13.748 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:13.748 [bus debug] start request 31
2023-02-15 16:05:13.748 [bus debug] arbitration start with 31
2023-02-15 16:05:14.006 [bus debug] arbitration won
2023-02-15 16:05:14.006 [bus debug] arbitration delay 12 micros
2023-02-15 16:05:14.006 [bus debug] switching from ready to send command
2023-02-15 16:05:14.016 [bus debug] send/receive symbol latency 9 ms
2023-02-15 16:05:14.023 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.029 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.036 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.036 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:14.043 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.043 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:14.309 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:14.309 [bus info] scan 0c cmd: 310c070400
2023-02-15 16:05:14.309 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:14.309 [bus debug] start request 31
2023-02-15 16:05:14.309 [bus debug] arbitration start with 31
2023-02-15 16:05:14.568 [bus debug] arbitration won
2023-02-15 16:05:14.568 [bus debug] arbitration delay 7 micros
2023-02-15 16:05:14.568 [bus info] arbitration delay 7 - 13 micros
2023-02-15 16:05:14.568 [bus debug] switching from ready to send command
2023-02-15 16:05:14.575 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.583 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:14.589 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.596 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.596 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:14.602 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:14.602 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:14.868 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:14.868 [bus info] scan 0d cmd: 310d070400
2023-02-15 16:05:14.868 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:14.868 [bus debug] start request 31
2023-02-15 16:05:14.868 [bus debug] arbitration start with 31
^C2023-02-15 16:05:15.058 [main notice] SIGINT received
2023-02-15 16:05:15.126 [bus debug] arbitration won
2023-02-15 16:05:15.126 [bus debug] arbitration delay 15 micros
2023-02-15 16:05:15.126 [bus info] arbitration delay 7 - 15 micros
2023-02-15 16:05:15.126 [bus debug] switching from ready to send command
2023-02-15 16:05:15.133 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:15.140 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:15.147 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:15.154 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:15.154 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:15.161 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:15.162 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:15.427 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:15.427 [bus info] scan 0e cmd: 310e070400
2023-02-15 16:05:15.427 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:15.427 [bus debug] start request 31
2023-02-15 16:05:15.427 [bus debug] arbitration start with 31
2023-02-15 16:05:15.687 [bus debug] arbitration won
2023-02-15 16:05:15.687 [bus debug] arbitration delay 13 micros
2023-02-15 16:05:15.687 [bus debug] switching from ready to send command
2023-02-15 16:05:15.694 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:15.701 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:15.708 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:15.716 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:15.716 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:15.724 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:15.724 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:15.989 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:15.989 [bus info] scan 12 cmd: 3112070400
2023-02-15 16:05:15.989 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:15.989 [bus debug] start request 31
2023-02-15 16:05:15.989 [bus debug] arbitration start with 31
2023-02-15 16:05:16.247 [bus debug] arbitration won
2023-02-15 16:05:16.247 [bus debug] arbitration delay 12 micros
2023-02-15 16:05:16.248 [bus debug] switching from ready to send command
2023-02-15 16:05:16.254 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.261 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.268 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.275 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.275 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:16.282 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.282 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:16.547 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:16.548 [bus info] scan 14 cmd: 3114070400
2023-02-15 16:05:16.548 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:16.548 [bus debug] start request 31
2023-02-15 16:05:16.548 [bus debug] arbitration start with 31
2023-02-15 16:05:16.806 [bus debug] arbitration won
2023-02-15 16:05:16.806 [bus debug] arbitration delay 50 micros
2023-02-15 16:05:16.806 [bus info] arbitration delay 7 - 50 micros
2023-02-15 16:05:16.806 [bus debug] switching from ready to send command
2023-02-15 16:05:16.814 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:16.821 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.828 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:16.835 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.835 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:16.843 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:16.843 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:17.108 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:17.108 [bus info] scan 15 cmd: 3115070400
2023-02-15 16:05:17.108 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:17.108 [bus debug] start request 31
2023-02-15 16:05:17.108 [bus debug] arbitration start with 31
2023-02-15 16:05:17.367 [bus debug] arbitration won
2023-02-15 16:05:17.367 [bus debug] arbitration delay 13 micros
2023-02-15 16:05:17.367 [bus debug] switching from ready to send command
2023-02-15 16:05:17.374 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:17.382 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:17.388 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:17.395 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:17.396 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:17.403 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:17.403 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:17.407 [bus debug] switching from receive command ACK to receive response
2023-02-15 16:05:17.459 [bus debug] switching from receive response to receive response CRC
2023-02-15 16:05:17.464 [bus debug] switching from receive response CRC to send response ACK
2023-02-15 16:05:17.471 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:17.471 [bus notice] new master 10, master count 2
2023-02-15 16:05:17.471 [update info] sent MS cmd: 3115070400 / 0ab55344525f5003126801
2023-02-15 16:05:17.471 [bus notice] scan 15: ;Vaillant;SDR_P;0312;6801
2023-02-15 16:05:17.471 [update notice] store 15 ident: done
2023-02-15 16:05:17.472 [update notice] sent scan-read scan.15  QQ=31: Vaillant;SDR_P;0312;6801
2023-02-15 16:05:17.472 [bus debug] notify request: done
2023-02-15 16:05:17.472 [bus notice] scan 15: ;Vaillant;SDR_P;0312;6801
2023-02-15 16:05:17.472 [bus info] scan 16 cmd: 3116070400
2023-02-15 16:05:17.472 [bus debug] switching from send response ACK to send SYN
2023-02-15 16:05:17.480 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:17.481 [bus debug] switching from send SYN to ready
2023-02-15 16:05:17.481 [bus debug] start request 31
2023-02-15 16:05:17.481 [bus debug] arbitration start with 31
2023-02-15 16:05:17.532 [bus debug] arbitration won
2023-02-15 16:05:17.532 [bus debug] arbitration delay 8 micros
2023-02-15 16:05:17.532 [bus debug] switching from ready to send command
2023-02-15 16:05:17.539 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:17.547 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:17.554 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:17.561 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:17.561 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:17.568 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:17.568 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:17.833 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:17.833 [bus info] scan 18 cmd: 3118070400
2023-02-15 16:05:17.833 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:17.833 [bus debug] start request 31
2023-02-15 16:05:17.833 [bus debug] arbitration start with 31
2023-02-15 16:05:18.091 [bus debug] arbitration won
2023-02-15 16:05:18.091 [bus debug] arbitration delay 7 micros
2023-02-15 16:05:18.091 [bus debug] switching from ready to send command
2023-02-15 16:05:18.098 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.104 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.111 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.118 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.118 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:18.125 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:18.125 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:18.390 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:18.390 [bus info] scan 19 cmd: 3119070400
2023-02-15 16:05:18.391 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:18.391 [bus debug] start request 31
2023-02-15 16:05:18.391 [bus debug] arbitration start with 31
2023-02-15 16:05:18.648 [bus debug] arbitration won
2023-02-15 16:05:18.648 [bus debug] arbitration delay 14 micros
2023-02-15 16:05:18.648 [bus debug] switching from ready to send command
2023-02-15 16:05:18.657 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:18.664 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.671 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.678 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.678 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:18.684 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:18.685 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:18.950 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:18.950 [bus info] scan 1a cmd: 311a070400
2023-02-15 16:05:18.950 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:18.950 [bus debug] start request 31
2023-02-15 16:05:18.950 [bus debug] arbitration start with 31
2023-02-15 16:05:19.208 [bus debug] arbitration won
2023-02-15 16:05:19.208 [bus debug] arbitration delay 17 micros
2023-02-15 16:05:19.208 [bus debug] switching from ready to send command
2023-02-15 16:05:19.216 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:19.223 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.230 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.238 [bus debug] send/receive symbol latency 8 ms
2023-02-15 16:05:19.238 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:19.245 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.245 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:19.510 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:19.510 [bus info] scan 1b cmd: 311b070400
2023-02-15 16:05:19.511 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:19.511 [bus debug] start request 31
2023-02-15 16:05:19.511 [bus debug] arbitration start with 31
2023-02-15 16:05:19.769 [bus debug] arbitration won
2023-02-15 16:05:19.769 [bus debug] arbitration delay 14 micros
2023-02-15 16:05:19.769 [bus debug] switching from ready to send command
2023-02-15 16:05:19.776 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.783 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.790 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.797 [bus debug] send/receive symbol latency 7 ms
2023-02-15 16:05:19.797 [bus debug] switching from send command to send command CRC
2023-02-15 16:05:19.804 [bus debug] send/receive symbol latency 6 ms
2023-02-15 16:05:19.804 [bus debug] switching from send command CRC to receive command ACK
2023-02-15 16:05:20.069 [bus debug] notify request: ERR: read timeout
2023-02-15 16:05:20.070 [bus info] scan 1c cmd: 311c070400
2023-02-15 16:05:20.070 [bus debug] ERR: read timeout during receive command ACK, switching to skip
2023-02-15 16:05:20.070 [bus debug] start request 31
2023-02-15 16:05:20.070 [bus debug] arbitration start with 31
2023-02-15 16:05:20.321 [main notice] ebusd stopped
openhabian@openhabian:~ $
danielkucera commented 1 year ago

This is correct now, ebusd has found your device: 2023-02-15 16:05:17.472 [update notice] sent scan-read scan.15 QQ=31: Vaillant;SDR_P;0312;6801

Ignore the other read timeouts, it only scan all addresses.

Veit00 commented 1 year ago

danke schön, und sorry dafür das ich mich manchmal blöd anstelle.

wissen sie zufällig was ich jetzt in openhab einstellen muss in der Bridge

Freundliche Grüsse Veit

danielkucera commented 1 year ago

I have no idea about openhab, sorry.