But did you specify that you would be using the 3-phase sketch in the emonTx? If you did not, then it will be set to the default value - I believe it might be 115200 baud. The sketch cannot work at that speed.
If it is wrong, you must change it. The information you need is on Page 3 of the documentation, or I think @Simsala might be able to help you there.
Thanks - I do not understand anymore. The emonESP was ordered in the shop, so should the emonESP already be finished or am I wrong?. I think that I just have to flash for emontx3.
The emonESP ordered from the shop is suitable as supplied when the emonTx uses the default UK single-phase sketch. The baud rate of both is set at 115200.
The three-phase sketch does not work properly when the baud rate is set to the default of 115200, it will only work properly when the baud rate is set to 9600 (or less). Both ends of the serial link must use the same baud rate, therefore you must change the sketch in the emonESP to work at 9600 baud.
To make your emonTx work on the 3-phase sketch and use the emonESP you must upload new sketches to both. You have already uploaded the new sketch to the emonTx, you must now upload a new sketch (post nr.31) to your emonESP.
Der im Shop bestellte emonESP ist als geliefert geeignet, wenn der emonTx die UK-Standard-Einphasenskizze verwendet. Die Baudrate von beiden ist auf 115200 eingestellt.
Die Dreiphasenskizze funktioniert nicht ordnungsgemäß, wenn die Baudrate auf den Standardwert von 115200 eingestellt ist. Sie funktioniert nur ordnungsgemäß, wenn die Baudrate auf 9600 (oder weniger) eingestellt ist. Beide Enden der seriellen Verbindung müssen dieselbe Baudrate verwenden. Daher müssen Sie die Skizze im emonESP ändern, um mit 9600 Baud zu arbeiten.
Damit Ihr emonTx mit der 3-Phasen-Skizze funktioniert und das emonESP verwendet, müssen Sie neue Skizzen in beide hochladen. Sie haben die neue Skizze bereits in das emonTx hochgeladen und müssen nun eine neue Skizze (Beitrag Nr. 31) in Ihr emonESP hochladen.
Or if there is a spare IO on the esp, code it so that a pin can be shorted to ground to put the esp serial port in slow mode? One FW for 2 applications (different bauds) with no additional complexity in the GUI, just add the link if using the 3ph sketch.
In the first line of the code there is a constant saying this. const int version = 14; // The firmware version 1.4
should I change to. const int version = 16; ?? maybe is just for DEBUG issues