bremor / bonaire_myclimate

Reverse engineered implementation of the Bonaire MyClimate app.
19 stars 7 forks source link

fix: Update various deprecated constants. Support TURN_OFF #33

Closed boc-the-git closed 2 weeks ago

boc-the-git commented 6 months ago

I've updated a bunch of deprecated constants, and implemented an explicit TURN_OFF function, as detailed in https://developers.home-assistant.io/blog/2024/01/24/climate-climateentityfeatures-expanded/

My prompt for doing this was my call to the climate.turn_off service being broken. It's a winter automation so I haven't used it in several months.. I can't say exactly when it broke, but it's logical to assume it was in line with the above blog post. I've run with these changes for a couple days now and it's gone well.

I haven't implemented turn_on because I'm not sure how you'd practically do that with this integration.

image

image

Fixes https://github.com/bremor/bonaire_myclimate/issues/32, https://github.com/bremor/bonaire_myclimate/issues/31

MoFtZ commented 1 month ago

I haven't implemented turn_on because I'm not sure how you'd practically do that with this integration.

I'm assuming we can send the system "on" command by itself, but have not tried. This should be the same as pressing the "on" button on the remotes - where the Bonaire unit will remember its last settings.

MoFtZ commented 1 month ago

I haven't implemented turn_on because I'm not sure how you'd practically do that with this integration.

I'm assuming we can send the system "on" command by itself, but have not tried. This should be the same as pressing the "on" button on the remotes - where the Bonaire unit will remember its last settings.

OK, I have raised #34 for the TURN_ON feature. Tested working on my device.