-
I want to simulate some aroCollect messages but I can't seem to send from source address QQ=e0 This works: But this doesn't work: Loosing the -n option doesn't fix it: ebusd compiled from current git clone (without cmake) and started as a deamon with --enablehex and --answer as parameters Injecting a broadcast message doesn't seem to work either? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Logging shows it's because e0 is no master. |
Beta Was this translation helpful? Give feedback.
-
The 'broadcast' from the slaves isn't a message sent by the slave, but a response from the master. Therefore, to simulate a master-slave ID message, the following works: in this case the results is: More information: https://github.com/john30/ebusd/wiki/eBUS-background#standard-messages |
Beta Was this translation helpful? Give feedback.
The 'broadcast' from the slaves isn't a message sent by the slave, but a response from the master.
Therefore, to simulate a master-slave ID message, the following works:
inject 10e0070400/0ab54f4d55303001315202
in this case the results is:
scan.e0 = Vaillant;OMU00;0131;5202
More information: https://github.com/john30/ebusd/wiki/eBUS-background#standard-messages