Skip to content

Junkers Heater and Bosch CW400 - how do I activate circulation? #1870

Answered by MichaelDvP
aprospero asked this question in Q&A
Discussion options

You must be logged in to vote

Are you storing the type id as 16bit int? Maybe the wrong byte order comes from endianness of your processor.
The ems+ write telegram is serial send out <src><dest>FF<offset><highbyte><lowbyte><data>..<crc>
read telegram <src><0x80|dest>FF<offset><length><highbyte><lowbyte><crc>
the menu config write <src><dest>F7<offset>FF<highbyte><lowbyte><bitfields>..<crc>
the menu config read <src><0x80|dest>F7<offset><length>FF<highbyte><lowbyte><crc>
data config same scheme but with F9 and unknown data(not bitfields)

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@MichaelDvP
Comment options

Answer selected by aprospero
@aprospero
Comment options

@aprospero
Comment options

@MichaelDvP
Comment options

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