The code that you’ve linked to on the GitHub site contains no Blynk libraries or code, and doesn’t have any features other than outputting the readings to the serial monitor.
It also contains this function call in the void loop…
but there is no void sei()
in the .ino file or the accompanying .h files.
Hence my question (which remains unanswered)…
Personally, I doubt that that is true, but you really ought to be using a different Modbus library.
You probably ought to be using different hardware too - something with in-built IoT connectivity.
I use Modbus to read data from my solar charge controllers, and push the data to Blynk.
I’d start by reading this if I were you…
Hey guys, I’m new here. My setup is: ESP8266 (NoceMCU), EPEver Tracer A and MAX485 module. I’ve tried to make a upgraded version of jaminNZx’s Tracer-RS485-Modbus-Blynk repo, because I wasn’t getting some of the data out from the Tracer. For example, load current and load power were always 0.00. I also tried to add option to turn the load ON/OFF from the Blynk app, unsuccessfully for now. Anyhow, I’ve used the cheapo MAX485 module, and it works flawlessly. Exactly this one: [max485_module…
Then look at other topics relating to epever devices.
Pete.