You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to use user config files for my Wolf system. But i get this error:
2025-01-03 11:57:40.330 [device notice] transport opened
2025-01-03 11:57:40.336 [main notice] ebusd 24.1.24.1 started with broadcast scan on device: 192.168.0.220, TCP, enhanced 2025-01-03 11:57:40.336 [main error] error reading config files from /etc/ebusd/: ERR: end of input reached, last error: ._broadcast.csv:1: ERR: end of input reached, missing message type/name/pbsb
2025-01-03 11:57:40.337 [bus notice] bus started with own address 31/36
2025-01-03 11:57:40.337 [device notice] reset, supports info
2025-01-03 11:57:40.337 [mqtt notice] connection established
2025-01-03 11:57:40.338 [device notice] extra info: firmware 1.1[4a1b].1[4a1b], jumpers 0x0b
2025-01-03 11:57:40.355 [bus notice] signal acquired
2025-01-03 11:57:40.599 [bus notice] new master f1, master count 2
2025-01-03 11:57:40.599 [update notice] received unknown BC cmd: f1fe0800088037cd0100000032
With no config path it is working.
Version 23.2 also seems to work.
When i use the files from git i got the same error.
original line 1: type,circuit,level,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
i tryed : type,circuit,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
and : #type,circuit,level,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
and: *type,circuit,level,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
but every time the same "missing message type/name/pbsb"
can someone help?
The text was updated successfully, but these errors were encountered:
Hi there,
i try to use user config files for my Wolf system. But i get this error:
2025-01-03 11:57:40.330 [device notice] transport opened
2025-01-03 11:57:40.336 [main notice] ebusd 24.1.24.1 started with broadcast scan on device: 192.168.0.220, TCP, enhanced
2025-01-03 11:57:40.336 [main error] error reading config files from /etc/ebusd/: ERR: end of input reached, last error: ._broadcast.csv:1: ERR: end of input reached, missing message type/name/pbsb
2025-01-03 11:57:40.337 [bus notice] bus started with own address 31/36
2025-01-03 11:57:40.337 [device notice] reset, supports info
2025-01-03 11:57:40.337 [mqtt notice] connection established
2025-01-03 11:57:40.338 [device notice] extra info: firmware 1.1[4a1b].1[4a1b], jumpers 0x0b
2025-01-03 11:57:40.355 [bus notice] signal acquired
2025-01-03 11:57:40.599 [bus notice] new master f1, master count 2
2025-01-03 11:57:40.599 [update notice] received unknown BC cmd: f1fe0800088037cd0100000032
With no config path it is working.
Version 23.2 also seems to work.
When i use the files from git i got the same error.
original line 1: type,circuit,level,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
i tryed : type,circuit,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
and : #type,circuit,level,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
and: *type,circuit,level,name,comment,qq,zz,pbsb,id,*name,part,type,divisor/values,unit,comment
but every time the same "missing message type/name/pbsb"
can someone help?
The text was updated successfully, but these errors were encountered: