Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup with custom csv #91

Closed
mihaimdinca opened this issue Dec 17, 2023 · 5 comments
Closed

Setup with custom csv #91

mihaimdinca opened this issue Dec 17, 2023 · 5 comments

Comments

@mihaimdinca
Copy link

I own an ESP32 based ebusd adapter. I connected it to the ebus line of my Genus One and Cube S Net. I managed to configure the connection to WiFi and configured the connection settings on Home Assistant eBUSd. I placed the Ariston.csv in the /config folder of the home assistant OS, but most of the messages include MS and BC commands. What am I doing wrong? Please help.

@mihaimdinca
Copy link
Author

Home Assistant eBUSd addon configuration

scanconfig: true
loglevel_all: notice
mqtttopic: ebusd
mqttint: /etc/ebusd/mqtt-hassio.cfg
mqttjson: true
network_device: 192.168.1.95:9999
mode: enh
configpath: /config

@mihaimdinca
Copy link
Author

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started

ebusd --foreground --mqtthost=core-mosquitto --mqttport=1883 --mqttuser=addons --mqttpass=ohpeich6eipahngaequaijaiwithiekiephi8phahshi6aidaXo2bai4ol4eegah --scanconfig --mqttjson --configpath=/config --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=enh:192.168.1.95:9999 --log=all:notice
2023-12-17 20:58:12.880 [main notice] ebusd 23.2.p20230716 started with auto scan on device: 192.168.1.95:9999, enhanced
2023-12-17 20:58:12.951 [bus notice] device status: resetting
2023-12-17 20:58:12.952 [bus notice] bus started with own address 31/36
2023-12-17 20:58:12.988 [bus notice] signal acquired
2023-12-17 20:58:13.430 [mqtt notice] connection established
2023-12-17 20:58:13.801 [bus notice] new master 37, master count 2
2023-12-17 20:58:13.801 [update notice] received unknown BC cmd: 37fe2000026471
2023-12-17 20:58:13.843 [update notice] received unknown BC cmd: 37fe200f05647174ff00
2023-12-17 20:58:13.912 [bus notice] device status: reset, supports info
2023-12-17 20:58:13.991 [bus notice] device status: extra info: firmware 1.1[3a0f].1[3a0f], jumpers 0x0f
2023-12-17 20:58:14.430 [update notice] received unknown BC cmd: 37fe2000026571
2023-12-17 20:58:14.472 [update notice] received unknown BC cmd: 37fe200f056571f40100
2023-12-17 20:58:15.912 [bus notice] new master 7f, master count 3
2023-12-17 20:58:15.912 [update notice] received unknown MS cmd: 3784200006d140cc4bc89c / 0407010800
2023-12-17 20:58:16.316 [bus notice] new master 70, master count 4
2023-12-17 20:58:16.348 [update notice] received unknown MS cmd: 703c2000040e11d140 / 03030023
2023-12-17 20:58:16.883 [update notice] received unknown BC cmd: 37fe201010c04b0100091901000a1901000b190000
2023-12-17 20:58:16.955 [update notice] received unknown BC cmd: 7ffe20500b55550e0c00000000000000
2023-12-17 20:58:17.084 [update notice] received unknown BC cmd: 37fe2010100c1900000d1900000e19000001910000
2023-12-17 20:58:17.205 [update notice] received unknown BC cmd: 37fe20101002910000039100000491000005910000
2023-12-17 20:58:17.288 [update notice] received unknown BC cmd: 37fe20100406910000
2023-12-17 20:58:17.506 [update notice] received unknown BC cmd: 37fe2000027647
2023-12-17 20:58:17.554 [update notice] received unknown BC cmd: 37fe200f057647190000
2023-12-17 20:58:19.400 [update notice] received unknown MS cmd: 3784200008c0f21421c5f00921 / 050f04010001
2023-12-17 20:58:21.319 [update notice] received unknown MS cmd: 703c2000040e11d140 / 03030023
2023-12-17 20:58:21.487 [update notice] received unknown MS cmd: 3784200006d140cc4bc89c / 0407010800
2023-12-17 20:58:21.890 [update notice] received unknown BC cmd: 37fe201010c04b0100091901000a1901000b190000
2023-12-17 20:58:22.016 [update notice] received unknown BC cmd: 37fe2010100c1900000d1900000e19000001910000
2023-12-17 20:58:22.156 [update notice] received unknown BC cmd: 37fe20101002910000039100000491000005910000
2023-12-17 20:58:22.223 [update notice] received unknown BC cmd: 37fe20100406910000
2023-12-17 20:58:22.299 [update notice] received unknown BC cmd: 37fe2000020081
2023-12-17 20:58:22.335 [update notice] received unknown BC cmd: 37fe200f0400810100

@pvyleta
Copy link
Contributor

pvyleta commented Apr 14, 2024

@mihaimdinca seems your issue is not tied to the addon but rather to the config file. I suspect you might not have the right path to your config file set up. Were you able to solve your issue? and/or perhaps can you enable debug logsto show more context around what csv files were loaded during startup?

@mihaimdinca
Copy link
Author

Yes you are right. The path was wrong. Now it is working pretty well

@mihaimdinca
Copy link
Author

Thank you for taking an interest in my problem

@LukasGrebe LukasGrebe closed this as not planned Won't fix, can't repro, duplicate, stale Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants