diff --git a/tasmota/xdrv_49_pid.ino b/tasmota/xdrv_49_pid.ino index 9d851b285..e44a7e6f1 100644 --- a/tasmota/xdrv_49_pid.ino +++ b/tasmota/xdrv_49_pid.ino @@ -266,6 +266,7 @@ void CmndSetPv(void) { // this runs it at the next second Pid.run_pid_now = true; } + ResponseCmndNumber(atof(XdrvMailbox.data)); } void CmndSetSp(void) {