Climate entity setup for Ariston ebusd #7
-
Hi First, I want to express my appreciation for the incredible work You've done. It's truly amazing to see what can be achieved with platform and community behind it. I've been attempting to configure a climate entity to appear as a thermostat on my Home Assistant dashboard, but regrettably, I haven't achieved the desired outcome. Could You please share some insights how to achieve it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi In theory it should be possible to use the MQTT climate entity with crafted messages for various settings. Hope it helps. |
Beta Was this translation helpful? Give feedback.
-
Hi, https://github.com/swingerman/ha-dual-smart-thermostat supports heating and cooling via dedicated switches. Given that my CSV with the _templates.csv file exposes switches to HA it should be possible to adapt it to be used with Ariston devices. I think heater and cooler should be set to the switches created by autodiscovery. target_sensor should point to Zx (z1, z2...) DAY temp, night temp should be set to minimum as the thermostat will modify the day temp to the desired level What you'll loose:
Beware that non volatile parameters (as temperature configurations) are written on the non volatile memory of the various PCBs, since these are "normal" flash chips not suited for continuous write operations if you keep to modify them frequently the life of your PCBs will undoubtedly be compromised... I think it is worth only for those that are on a boiler only configurtiton without a functioning room thermostat like the Sensys |
Beta Was this translation helpful? Give feedback.
I've looked into this and I think it's not possible to use the native MQTT climate entity with my Bridgenet protocol connected via Ebusd, I find at least 2 problems:
You can maybe use some templating to render the various MQTT topics into "modes" as the MQTT HVAC integration needs, but I can't help there as I've almost no skill on jinja2 coding.
I've made a custom dashboard to command the H…