Skip to content

Commit

Permalink
V 4.56d
Browse files Browse the repository at this point in the history
  • Loading branch information
InnuendoPi committed Oct 25, 2023
1 parent 481961a commit 986f820
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 64 deletions.
2 changes: 1 addition & 1 deletion 3_AKTOREN.ino
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void actERR()
actors[i].setIsOn(false);
actors[i].setActorState(false);
actors[i].Update();
DEBUG_MSG("ACT ERR Aktor: %s : %d isOnBeforeError: %d\n", actors[i].getActorName().c_str(), actors[i].getActorState(), actors[i].getIsOnBeforeError());
DEBUG_MSG("ACT MQTT event handling - actor: %s state: %d isOnBeforeError: %d\n", actors[i].getActorName().c_str(), actors[i].getActorState(), actors[i].getIsOnBeforeError());
}
yield();
}
Expand Down
2 changes: 1 addition & 1 deletion 4_INDUKTION.ino
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ public:
if (isInduon && powerLevelOnError < 100 && induction_state) // powerlevelonerror == 100 -> kein event handling
{
powerLevelBeforeError = power;
DEBUG_MSG("IND ERR: Induktion powerlevel: %d reduce power to: %d\n", power, powerLevelOnError);
DEBUG_MSG("IND MQTT event handling induction - power level: %d event power level: %d\n", power, powerLevelOnError);
if (powerLevelOnError == 0)
isInduon = false;
else
Expand Down
3 changes: 1 addition & 2 deletions 990_tickerCallback.ino
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,14 @@ void tickerPUBSUBCallback() // Timer Objekt Sensoren
if (TickerMQTT.state() == RUNNING)
TickerMQTT.stop();


return;
}
else
{
if (TickerMQTT.state() != RUNNING)
{
DEBUG_MSG("%s\n", "Ticker PubSub Error: TickerMQTT started");
DEBUG_MSG("Ticker PubSub error rc=%d \n", pubsubClient.state());
mqtt_state = false;
TickerMQTT.start();
mqttconnectlasttry = millis();
miscSSE();
Expand Down
Empty file removed build/.last-used
Empty file.
Binary file modified build/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified build/MQTTDevice4.mklittlefs.bin
Binary file not shown.
120 changes: 60 additions & 60 deletions build/compile_commands.json

Large diffs are not rendered by default.

Binary file modified tools/Firmware.zip
Binary file not shown.
Binary file modified tools/MQTTDevice4.ino.bin
Binary file not shown.
Binary file modified tools/MQTTDevice4.mklittlefs.bin
Binary file not shown.

0 comments on commit 986f820

Please sign in to comment.