jmoor3 / homeassistant-components

3 stars 20 forks source link

Still working #9

Open fabltd opened 4 years ago

fabltd commented 4 years ago

Hi

Is this code still working ? I head the protocol had changed ?

plmilord commented 4 years ago

For Balboa Hot Tub, you can give a look at this Fork… Many things updated and work fine with newer Home Assistant (now version 0.103.0).

https://github.com/plmilord/Hass.io-custom-component-SpaClient

stringy92 commented 4 years ago

@plmilord Just setting this up for 0.103.5, and it only has one operation "off", and cannot set the climate into heat mode? Do you have any advice, or let me know how and which logs you could review?

Thanks,

plmilord commented 4 years ago

Heat is a consequence of spa internal logic. You can adjust the temperature setpoint as you want and the spa internal control will heat to reach this target.

I limited hassio Climate integration hvac_mode only to ‘Off’ due to this particularity... Maybe I can animate it accordingly in which state the spa heater is! I will add it to To Do list.

stringy92 commented 4 years ago

Thanks for the information! Is it possible to control the heating logic, so you can automate the heating process using hassio?

plmilord commented 4 years ago

The only thing we will be able to automate is the temperature setpoint… As you're away from home, etc. And this will be done within the Home Assistant Automation/Script.

plmilord commented 4 years ago

Last weekend, I released a new version of the files that allow you to view when the spa is heating. Two mode are allowed, Off and Heat. The two modes cannot be switched manually ... They only represent what the spa does! Now looks better in Home Assistant and Homekit!

Have a look at:

https://github.com/plmilord/Hass.io-custom-component-SpaClient

plmilord commented 4 years ago

@fabltd, you can close this issue….