bodyscape / cielo_home

Integration with Cielo Home
Apache License 2.0
44 stars 10 forks source link

Unable to set 'Heat' below 18 degrees.... #50

Closed andypnz closed 5 months ago

andypnz commented 5 months ago

Hi. I have a Cielo Breeze connected to my heat pump. Works great. Using the Cielo app I can set the temperature for heating over a range of 10 - 30 degrees Celsius. It is connected to Google Home, and I can set the temperature (for heating) to anywhere between 10 - 32 degrees Celsius.

Using this great HACS addition with HA, the lowest temperature I can set for heating is 18 degrees Celcius.

Is it possible to change this minimum to be 16 degrees (this is the temperature I set the heat pump to overnight)? Currently I am needing to use the Cielo app or Google Home to do this - and I would prefer to use HA....

Thanks!

bodyscape commented 5 months ago

it's not a default value, i receive this configuration from Cielo server

andypnz commented 5 months ago

Is it possible for this to be modified? Both my Cielo app and Google Home let me go down as low as 10 degrees on heat.

Could I use a fork of this repository, and set a fixed heat minimum value somewhere in your code? Any help appreciated :-)

bodyscape commented 5 months ago

go there : https://home.cielowigle.com/

and send me this

image

andypnz commented 5 months ago

Thanks.... please see below......

'''{ "status": 200, "message": "SUCCESS", "data": { "listAppliances": [ { "protocolId": 44, "applianceId": 1707, "manufacturerId": 202, "name": "Cielo", "modelNumber": "Model 33 (Celsius)", "isFaren": 0, "temp": "18:32", "tempIncrement": 1, "mode": "cool:dry:fan:auto:heat", "isMultiModeTempRange": 1, "modesTemp": [ { "mode": "cool", "temp": "18:32" }, { "mode": "heat", "temp": "10:30" }, { "mode": "auto", "temp": "18:30" }, { "mode": "dry", "temp": "18:32" }, { "mode": "fan", "temp": "18:32" } ], "fan": "auto:low:medium:high", "swing": "auto:pos1", "showSwingTray": 0, "isScreenless": 0, "is485IR": 0, "modeRules": { "cool": { "mode_rules": "default:default:default", "ui_rules": "default:default:default" }, "dry": { "mode_rules": "32:default:auto", "ui_rules": "vanish:default:vanish" }, "fan": { "mode_rules": "25:default:default", "ui_rules": "vanish:default:default" }, "auto": { "mode_rules": "default:default:default", "ui_rules": "default:default:default" }, "heat": { "mode_rules": "default:default:default", "ui_rules": "default:default:default" }, "turbo_off": { "mode_rules": "default:default:default", "ui_rules": "default:default:default", "mode": "off" }, "turbo_on": { "mode_rules": "default:default:default", "ui_rules": "vanish:default:vanish", "mode": "on" } }, "isDisplayLight": 0, "isLightBasestring": 0, "isSwingBasestring": 0, "isTurboBasestring": 0, "displayLight": "on:off", "oppositeUnitId": 1710, "isTurboDisplay": 1, "turboConfig": "default,default:Power:cool,heat,fan,dry,auto:swing,mode:20:1", "turbo": "off:on", "isFreezepointDisplay": 0, "freezepointConfig": "", "freezepoint": "freezepoint", "isFollowmeDisplay": 0, "followmeConfig": "", "followme": "", "serviceFunctions": null, "serviceFunctionsDefault": null, "isServFuncDisplay": 0, "isEvenTemp": 1 } ] } }`''

bodyscape commented 5 months ago

i found why at least. This integration don't support isMultiModeTempRange, that's the reason why. i'll check on it. But i don't know when.

image

bodyscape commented 5 months ago

try the Version 1.7.1-Pre1

andypnz commented 5 months ago

Thank you... could you point me at a quick guide as to how I update to 1.7.1-Pre1? Can I do this within HACS? Or some other method? Thanks! I guess this is what is required:

Manual

Copy the cielo_home directory, from custom_components in this repository, and place it inside your Home Assistant Core installation's custom_components directory.

bodyscape commented 5 months ago

image

you will see the release

andypnz commented 5 months ago

Not sure how to bring up that menu.... I guess it is from the Cielo update information menu? When I click update information, nothing happens... image

bodyscape commented 5 months ago

image

andypnz commented 5 months ago

Working perfectly! Thank you very much for sorting that :-)