mirror of
https://github.com/esphome/esphome.git
synced 2026-08-18 03:59:08 +08:00
[opentherm] Restore idle output when stopped (#17834)
Co-authored-by: jeroen85 <26403565+jeroen85@users.noreply.github.com>
This commit is contained in:
@@ -114,6 +114,7 @@ bool OpenTherm::get_protocol_error(OpenThermError &error) {
|
||||
void OpenTherm::stop() {
|
||||
this->stop_timer_();
|
||||
this->mode_ = OperationMode::IDLE;
|
||||
this->out_pin_->digital_write(true);
|
||||
}
|
||||
|
||||
void IRAM_ATTR OpenTherm::read_() {
|
||||
|
||||
Reference in New Issue
Block a user