Skip to content

[Solved] Heating Control (L series) Comfort <> Efficiency #631

Answered by confuzius0815
rubinho76 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
after spending a whole day trying to get Homeassistant to sending binary via Mqtt, the solution is actually to create a script via the GUI.
In Settings--Automations&Scenes--Scripts--Create Script--Add Action--Other Actions-- Mqtt--Publish enter the following to topic and payload, tick Payload and Evaluate Payload and untick all other options. This is for Comfort mode; for Efficiency, simply replace the x04 in the middle of the payload by x08 (04 is 00000100 in binary, i.e. bit 6 is 1; 08 is 00001000)
Topic (assuming heishamon is your main topic)
heishamon/SendRawValue

Payload Comfort:
b'\xf1\x6c\x01\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MiG-41
Comment options

@rubinho76
Comment options

Comment options

You must be logged in to vote
1 reply
@rubinho76
Comment options

Comment options

You must be logged in to vote
1 reply
@rubinho76
Comment options

Answer selected by rubinho76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants