muchasuerte / ha-besmart

Home-Assistant Support for Riello's Besmart thermostats.
MIT License
13 stars 6 forks source link
climate home-assistant home-assistant-component homeassistant python python3 thermostat

HA Riello's Besmart thermostats

Support for Riello's Besmart thermostats. Be aware the thermostat may require more then 3 minute to refresh its states.

The thermostats support the season switch however this control will be managed with a different control.

tested with home-assistant >= 0.113

Configuration example:

climate:
  - platform: besmart
    name: Besmart Thermostat
    username: <my-username>
    password: <my-password>
    room: Soggiorno
    scan_interval: 10

logging options:

logger:
  default: info
  logs:
    custom_components.climate.besmart: debug

Contribute

Contributions are always welcome!

License

CC0