Skip to content

understanding slave part of ebusd message #1371

Closed Answered by chrizzzp
JGJ156 asked this question in Q&A
Discussion options

You must be logged in to vote

@JGJ156

If message definitions are already there in the CSV (as in your case) it's easy. It's a good idea to look at the message definition and the message defaults above, e.g.:

# ##### zone 1 #####,,,,,,,,,,,,,
*r,,,,,,B524,02000300,,,IGN:4,,,

...

r,,z1ActualHeatingRoomTempDesired,Actual Desired Heating Room Temperature Zone 1,,,,1400,,,tempv,,,(0 = heating inactive)

Here, the IGN:4 in the default definition means the first 4 bytes of the slave response (after the first byte indicating length of the response) are ignored.

In case of

f115b52406020003001400 / 08010314000000a041 = 1: ctlv2 z1ActualHeatingRoomTempDesired

this means 01031400 is ignored and the actual bytes evaluated are: 0…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@JGJ156
Comment options

@chrizzzp
Comment options

Answer selected by JGJ156
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants