We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aea9aa commit dabb48fCopy full SHA for dabb48f
src/shower.cpp
@@ -56,6 +56,7 @@ void Shower::loop() {
56
if (!shower_on_ && (time_now - timer_start_) > SHOWER_MIN_DURATION) {
57
shower_on_ = true;
58
send_mqtt_stat(true);
59
+ publish_values();
60
LOG_DEBUG(F("[Shower] hot water still running, starting shower timer"));
61
}
62
// check if the shower has been on too long
0 commit comments