Site icon Renzo Mischianti

Problema comunicazione con l’inverter ABB Aurora

I am trying to run the sample code from the library. Wiring is done according to the provided schematic, same problem happens both using a MAX485 module with Arduino, and with MAX3485 IC connected to a Wemos D1 mini board. Here below is the serial output from the ESP: Sto cercando di eseguire il codice di esempio dalla libreria. Il cablaggio viene eseguito secondo lo schema fornito, lo stesso problema si verifica sia utilizzando un modulo MAX485 con Arduino, sia con un circuito integrato MAX3485 collegato a una mini scheda Wemos D1. Di seguito è riportato l'output seriale dell'ESP:
17:42:06.990 -> ------------------------------------------
17:42:06.990 -> INVERTER 2
17:42:06.990 ->           Data ROW = 255 255 0 0 0 0 0 0  
17:42:07.026 ->         Read State = 0
17:42:07.026 -> Transmission State = Unknown
17:42:07.026 ->       Global State = Unknown
17:42:07.026 ->            Energia = 0 Wh
17:42:07.062 -> ------------------------------------------
17:42:07.062 -> INVERTER 2
17:42:07.109 ->           Data ROW = 255 255 255 255 255 255 0 0  
17:42:07.109 ->         Read State = 0
17:42:07.109 -> Transmission State = Unknown
17:42:07.147 ->       Global State = Unknown
17:42:07.147 ->           Alarms 1 = Unknown
17:42:07.184 ->           Alarms 2 = Unknown
17:42:07.184 ->           Alarms 3 = Unknown
17:42:07.231 ->           Alarms 4 = Unknown
17:42:07.231 -> ------------------------------------------
17:42:07.231 -> INVERTER 2
17:42:07.277 ->           Data ROW = 255 255 0 0 0 0 0 0  
17:42:07.277 ->         Read State = 0
17:42:07.277 -> Transmission State = Unknown
17:42:07.325 ->       Global State = Unknown
17:42:07.325 ->            Version = Unknown Unknown Unknown Unknown
17:42:07.325 -> ------------------------------------------
Output with Arduino is the same, except for the value of Energy which is some nonsense very high number L'output con Arduino è lo stesso, ad eccezione del valore di Energy che è un numero molto alto senza senso
Exit mobile version