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
Contributions are always welcome!