ebusd-configuration icon indicating copy to clipboard operation
ebusd-configuration copied to clipboard

Error reading scan config for 0a.pmw.hwc.csv

Open dkuschmierz opened this issue 5 years ago • 3 comments

Hi,

I recently installed ebusd as a docker-image on my raspberry-pi and all is working fine except one ecu. For the ecu of my fresh-water station the csv-File cannot be loaded. The log shows this error:

05 22:17:08.171 [update notice] sent scan-read scan.0a id QQ=31: 
2019-11-05 22:17:08.568 [update notice] sent scan-read scan.0a id QQ=31: 21;12;27;0010007268;3110;004180;N5
2019-11-05 22:17:08.569 [bus notice] scan 0a: ;21;12;27;0010007268;3110;004180;N5
2019-11-05 22:17:08.665 [main error] error reading scan config file vaillant/0a.pmw.hwc.csv for ID "pmw00", SW0117, HW4402: ERR: duplicate name, vaillant/0a.pmw.hwc.csv:18: ERR: duplicate name, invalid name
2019-11-05 22:17:08.665 [main error] scan config 0a: ERR: duplicate name

Can anybody help me with this problem?

dkuschmierz avatar Nov 06 '19 16:11 dkuschmierz

it seems you have more than one hot water station in your system. if so, you'd have to assign a different name for one of them. to do so, you'll have to clone this repo, do the rename of e.g. 0a.pmw.hwc.csv to 0a.pmw.hwc.2.csv and make ebusd use the ebusd-2.1x/de or /en folder

john30 avatar Nov 09 '19 07:11 john30

Ah ok, could be possible, I have a fresh-water-station and maybe the heat-pump has an ECU which also identifies as hwc? But isn’t the bus-address crucial?

Currently, I use the auto-configuration feature with http://ebusd.eu/config/ http://ebusd.eu/config/ as source. Can I fork your GitHub-repo and link to the forked, modified repo? If yes, which directory I have to link to?

Am 09.11.2019 um 08:01 schrieb John <[email protected] mailto:[email protected]>:

it seems you have more than one hot water station in your system. if so, you'd have to assign a different name for one of them. to do so, you'll have to clone this repo, do the rename of e.g. 0a.pmw.hwc.csv to 0a.pmw.hwc.2.csv and make ebusd use the ebusd-2.1x/de or /en folder

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/john30/ebusd-configuration/issues/147?email_source=notifications&email_token=AH24MVIRCSVRAFLWMJGKZC3QSZN4JA5CNFSM4JJX5CLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDT7PFY#issuecomment-552073111, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH24MVJPB2MMJPJBJ4HTS5LQSZN4JANCNFSM4JJX5CLA.

dkuschmierz avatar Nov 09 '19 08:11 dkuschmierz

yes it is, but the circuit names are usually present only once. so for ease of use, you can address hot water stuff with circuit name "hwc" no matter which address the device has. however, when 2 or more units of the same type are present, these names interfere.

how to do the clone and point ebusd to it is written in the readme

john30 avatar Nov 10 '19 17:11 john30