-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
ebusd | no switch on mixer cycle | wolf CGB-2 (AM), BM2 wall mounted, DWTM #484
Comments
you'd need to provide the CSVs and some ebusd logging |
Hi John, thanks for helping |
Hi John,
my goal is to switch on/off the mixer at least with hex commands, but similar to hot water, I do not see any related hex message in logs in case I change the status of mixer via BM-2 thanks again for your time in advance config file for ebusd service:
|
can't open your files |
hi, now I extracted the related files _templates.csv wolf subfolder: thanks again |
if you want to check for incomplete/bad messages, then you'd have to do raw logging with bytes and check the log exactly at the time you expect the change to happen. |
please find the logs attached: scenario
all actions are done manually on BM-2 controller q is still: I do not find any information what happens when I switch on/off heating circle on BM-2 hint:
thanks for you time |
if you can't find any related message logged by ebusd at the time you do the actions on the BM-2 controller, then it might just not send any message on the bus. or it sends an incomplete/invalid message. you can check that more easily by using the |
sorry for the late answer, i have limited physical access to the system please find the logs
can you tell me which part should describe the actions above? what I found in raw file e.g. 4 times repeated: 4 times repeated: what I do not understand, what it at the address 71? does this msgs any connection to the actions? ebustctl info is attached too. thanks again |
hm, 71 (76) is not listed in the info, so it probably does not answer the ID query.
so maybe that one is just badly defined? |
hi @john30 I updated the ebusd to the latest and i used the configuration from the ebusd-configuration repo. the info is: If i change the state of the mixer cycle, it still can't be found in the raw log. As I understood each element should have 2parts:1 master + 1 slave Theory: as I could see from other posts, the Nr. 51 would be the slave mixerNr1, so there should be a master with Nr. 46 and if I could listen to, I would see the status change messages to the mixer.
tnx again
|
no, only 25 addresses are master and have an associated slave address, the rest are slave-only addresses, i.e. can't send anything to the bus on their own
no, 51 is slave-only
since the missing messages are the problem, a better adapter would only yield less errors in communication, but that's not you problem here. so I'd say: no |
Thanks @john30 |
Hi, I've sent a support request to fhem, I got no answer yet
https://forum.fhem.de/index.php?topic=123866.0
maybe here:
my heating system as follows
CGB-2 (AM), BM2 wall mounted, DWTM as mixer
configuration: 1 mixer + 1 hot water
the ebusd configuration comes from a user alpha1974
My problem is that I can switch on the mixer cylce vie ebusctl.
I do not grab any valuable msg from the ebus stream in case I switch on/off manually the heating (over mixer1) at BM-2
I can switch e.g. on the production of hot water via:
ebusctl hex 3550230900752701005D010010
the strange is that I can not see this message either when I use grab during switching on via ebusctl
what do I wrong? tnx in advance
currently:
ebusctl i output
version: ebusd 21.3.v21.3-114-g43d12b7
update check: revision v21.3 available, broadcast.csv: different version available
device: /dev/ttyebus
access: *
signal: acquired
symbol rate: 58
max symbol rate: 205
min arbitration micros: 5
max arbitration micros: 17
min symbol latency: 4
max symbol latency: 4
reconnects: 0
masters: 5
messages: 38
conditional: 0
poll: 0
update: 6
address 03: master #11
address 08: slave #11, scanned "MF=Wolf;ID= !;SW=8000;HW=0000", loaded "wolf/08.csv"
address 30: master #3
address 31: master #8, ebusd
address 35: slave #3, scanned "MF=Wolf;ID=;SW=0204;HW=0100", loaded "wolf/35.csv"
address 36: slave #8, ebusd
address 51: slave, scanned "MF=Kromschroeder;ID= ;SW=0171;HW=0150"
address 70: master #4
address 75: slave #4, scanned "MF=Kromschroeder;ID= ;SW=0204;HW=8080"
address f1: master #10
address f6: slave #10, scanned "MF=Kromschroeder;ID= ;SW=0171;HW=0150"
The text was updated successfully, but these errors were encountered: