Michael Stegen

Results 117 comments of Michael Stegen

I'm sorry, but i'm unable to help you on this. I'm using MPLABX on WIN10. Using the same PIC18F-K_DFP version 1.1.58 If it's only this error, you might comment out...

Yes merge requests are welcome, once it's clear it's possible to include this into the SmartEVSE v3 software.

Yes that will work (just tried), although i had to change the upload speed to 921600 bps. v3 does not have a CLI option like v2 had, so it's not...

Not sure if it's of any use, but EVerest has implemented the OCPP-J 1.6 protocol in a module. It's available here: https://github.com/EVerest/everest-core/tree/main/modules/OCPP

2.40 should be fine. I'll update the website soon. As long as it compiles, which it does. it should be ok.

I've got it running on both a Linux and Windows machine. The steps to setup the environment are: - Install Visual Studio Code - Goto View - Extensions . Search...

Good question. The ESP will do some tests if the partition is bootable, if not it will boot the previous partition. But if you for example upload a firmware without...

Modbus is working, as the master can read/write to the sensorbox, modbus kWh meters, and connected node SmartEVSE's. It's just that the library i used does not allow an extra...

Sure, here you go: [firmware.zip](https://github.com/SmartEVSE/SmartEVSE-3/files/8311475/firmware.zip) Did you also patch RTUutils.cpp (two modifications are needed) ? see https://github.com/SmartEVSE/SmartEVSE-3/issues/2

I have just checked your fork, Wow. Great work! I like that you got rid of websockets, and now uses ajax instead, it might not be the most responsive, but...