Home assistant : Climate object for room and LWT temperature #59
trantoriana
started this conversation in
Show and tell
Replies: 2 comments
-
Working climate objects:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Adapt the command you need to send in the relative:
lines.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have been working on a home assistant MQTT templated climate object which hides the MQTT control behind this single climate object. This means that in your automations you set the temperature of the climate object and the climate object will translate that in a valid P1P2 command (including HEX conversion) and send it to P1P2 over MQTT.
Please mind that not all settings are implemented yet.
The LWT (Leaving Water Temperature) is defined as follows:
It is fairly simple, does not have a mode or fan.. It is just to set the leaving temperature.
The thermostat I have in the living room is a Madoka and the following climate object correctly reads:
It correctly sets:
At this moment it does not:
The commands are redirected to a dummy MQTT topic (P1P2/W-XX) to prevent messing with the Daikin settings
An example of how to set the temperature in a automation:
Comments and improvements welcome.
I will post further changes if this is appreciated.
Trant
Beta Was this translation helpful? Give feedback.
All reactions