Skip to content

Commit dabb48f

Browse files
committed
send mqtt when shower starts
1 parent 9aea9aa commit dabb48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shower.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ void Shower::loop() {
5656
if (!shower_on_ && (time_now - timer_start_) > SHOWER_MIN_DURATION) {
5757
shower_on_ = true;
5858
send_mqtt_stat(true);
59+
publish_values();
5960
LOG_DEBUG(F("[Shower] hot water still running, starting shower timer"));
6061
}
6162
// check if the shower has been on too long

0 commit comments

Comments
 (0)