john30 / ebusd-esp32

Firmware for ESP32-C3 allowing eBUS communication for ebusd (https://github.com/john30/ebusd)
https://adapter.ebusd.eu/v5
24 stars 1 forks source link

default device string change #55

Closed renco33 closed 5 months ago

renco33 commented 5 months ago

Begginer question. How to change default device string? Configured adapter with W5500 to be on 192.168.0.170:9999 and its web iterface works. wifi is off. Also modified /etc/default/ebusd to have following line: EBUSD_OPTS="--scanconfig -d ens:192.168.0.170:9999" all other lines commented out with "# "

But ebusctl still searches it on /dev/ttyUSB0:

user@raspberrypi:~ $ ebusctl i version: ebusd 23.3.23.3 update check: OK device: /dev/ttyUSB0, serial, invalid signal: no signal reconnects: 0 masters: 1 messages: 11 conditional: 0 poll: 0 update: 4 address 31: master #8, ebusd address 36: slave #8, ebusd

What is wrong or missing here?

renco33 commented 5 months ago

figured out: sudo systemctl enable ebusd and reboot did the trick. However other command "sudo chkconfig ebusd on", suggested at https://github.com/john30/ebusd/wiki/2.-Run does not work - chkconfig: command not found...

john30 commented 5 months ago

not related to the firmware, but anyway. it is written just one line above in the wiki: sudo systemctl enable ebusd
sudo chkconfig ebusd on