john30 / ebusd-configuration

ebusd configuration files
GNU General Public License v3.0
177 stars 277 forks source link

[main error] invalid configpath without scanconfig (Version 3.2 + RPi3B+) #119

Closed szopler closed 5 years ago

szopler commented 5 years ago

Hi! I'm trying to run ebusd on raspberry pi 3B+ but something goes wrong. After successful compilation and installation I tried to execute:

ebusd -f –scan-config -d/dev/rfcomm1

but I've got error as in subject. rfcomm1 is an ebus to bluetooth uart adaptor. Also after:

ebusd --configpath=http://ebusd.eu/config -f -scan-config -d/dev/rfcomm1

I've got:

ebusd: invalid initial scan address Try ebusd --help' orebusd --usage' for more information.

john30 commented 5 years ago

you misspelled the scanconfig option, you need to use: ebusd -f --scanconfig -d /dev/rfcomm1