I started using the generic thermostat integration to control the temperature of my greenhouse. It really looks easy to setup (I’m not that experienced with HA yet).For the heater the documentation states I need a toggle device to switch the heater on/off. I have a simple on/off switch (so no toggle device). Can I use this and if so how to cofigure this?
I would be very thankfull if somebody can help me out with this.
It’s badly worded. By ‘toggle’ they mean anything with an on or off state that can be controlled. Just follow the example at the end of the docs, it uses a switch.
climate:
- platform: generic_thermostat
name: Study
heater: switch.study_heater
...etc