Bernards pfod-code hat einen Fehler bezüglich console. Daher funktioniert sie nicht. Ich habe ihn darüber informiert. Außerdem setzt er mehr auf die Aufzeichnung auf sd-karte und das Auslesen über esp.Bernard redid/changed the PFOD Files 4 days ago, are the changes in your PFOD files?
Are you still working together on this?
Can you check if Setting/Bumper works for you?
In my case, YES numbers are counted up directly after Bumper Use.
And nothing is displayed for Bumper counter and Bumper value.
The console page also remains empty for me, no output.
But I also use Bernard's PFOD files, not the ones from your download.
Where did you see that the console don't work ?????Bernards pfod-code hat einen Fehler bezüglich console. Daher funktioniert sie nicht. Ich habe ihn darüber informiert. Außerdem setzt er mehr auf die Aufzeichnung auf sd-karte und das Auslesen über esp.
Yes but Console and (list log file for teensy) use pfodapp raw data format ,and the webserver don't manage this feature, it's the reason why you don't see console in webserver and it's OK in Arduremote and Pfod side.The pfod.cpp supplies both the pfod-app and the web server with data
IPAddress myIP(192, 168, 178, 90);
IPAddress network_gateway(192, 168, 178, 1);
IPAddress network_subnet(255, 255, 255, 0);
IPAddress network_dns(192, 168, 178, 1);
Die Baudrate funktioniert sogar mit 230400. Werde ich jetzt mal testen.Hallo Stefan,
ich habe schon lange das Pfod-Thema nicht mehr in der Hand gehabt.
Sobald ich Zeit habe, schau ich mir Deine Hinweise an.
Spontan würde ich sagen, Du solltest die Baudrate möglichst hoch setzen (115200).
Wir haben in der Vergangenheit beobachtet, daß bei der Datenübertragung nur begrenzt viel übertragen werden kann, dann geht der Rest verlohren. Deshalb; gibt es HTML-Seiten, die in mehreren Schritten aktualisiert werden. Das aber nur so mal am Rande.
Gruß Fürst Ruprecht
It's old .And i don't remember for ESP32.@Bernard Does MQTT work? I have Homeassistant and would like to use it. I didn't see where the address for the MQTT broker is defined and the port doesn't appear anywhere either?!? Did I miss something?

Do not forget to activate mqtt in tensy firmwareOk, if there is any time, i'll take a look!
//#define DUE true //if you use DUE-CPU
#define TEENSYDUINO true //if you use Teensy4.1-CPU
#define STANDARD true //if you are NOT Fürst Ruprecht
//#define FUERSTRUPRECHT true //if you are Fürst Ruprecht
#define USECONSOLE true //if you want to send the arduino-console-Output to your mobile/tablet
//#define USEPFOD true //if you use the arduino-pfod-V3-app
#define TEENSYDUINO true
#define STANDARD true //choose normal code for one Perimetersensor
//#define FUERSTRUPRECHT true //choose for two Perimetersensor and Fürst Ruprecht Stepper application
pfod.cpp:2436: error: 'class Robot' has no member named 'perimeterNoiseLeft'; did you mean 'perimeterInsideLeft'?
2436 | serialPort->print(int(robot->perimeterNoiseLeft)); //FR:robot->perimeterNoise ??
| ^~~~~~~~~~~~~~~~~~
| perimeterInsideLeft
C:\arduino-1.8.19\portable\sketchbook\teensymower\pfod.cpp: In member function 'void RemoteControl::sendConsoleMenu(boolean)':
pfod.cpp:2646: error: 'class Robot' has no member named 'html_line'
2646 | serialPort->print(robot->html_line);
| ^~~~~~~~~
C:\arduino-1.8.19\portable\sketchbook\teensymower\robot.cpp: In member function 'virtual void Robot::loop()':
'class Robot' has no member named 'dropLeftCounter'; did you mean 'bumperLeftCounter'?