
A more universal solution would be to interface ESP8266 directly to CAN (a module like MCP2515) there are Arduino libraries available.
EDIT: I got the inspiration to start the project!

Hi and welcome to the forum!jason_arnold wrote: ↑Fri Feb 28, 2020 8:02 am Taking things further (and NOT to minimise the great work being done here), I submit that a proper "universal" solution doesn't
Looks fantastic!! If this is followed up with the same configuration web interface as the inverter, then it will be great!dima wrote: ↑Wed Feb 26, 2020 11:21 pm EDIT: I got the inspiration to start the project!https://github.com/dimecho/Open-Inverter-Dashboard
Yes all required libraries must be installed. I use CAN-BUS Shield by Speed Studio.
No, To avoid confusion I use a different method to build spiffs. All files are GZIP compressed. Use provided scripts to build SPIFFS "spiffs-build-ox.sh or spiffs-build-win.ps1" This can fit a lot more into esp8266 - unfortunately uploading happens in binary format through http://192.168.4.1/update
No discouragement. This new CANbus-ESP8266 project is ambitious
Have tried to gather some CAN info in this wiki, but need more help from the guys doing the development of SW and HW.
I have the Seed studio lib.
Code: Select all
esptool.py --port COM1 --baud 115200 write_flash 0x000000 flash-WeMos-D1.bin
esptool.py --port COM1 --baud 115200 write_flash 0x100000 flash-spiffs.bin
Cool got it to work on ESP12E, but have no CAN bus.
Thanks for the welcome! While I see your points, there was no mention of scope in Damien's original post. My understanding of this project is that it was a dashboard tool, NOT a configurator.
You actually DON’T have to pay for it, there are “premium” skins, of course, but monetizing that is the choice of the skin developer - no reason we couldn’t make ours free. “It’s not made for EV” is irrelevant; 90% of the things you need in a digital dash are drivetrain-agnostic, plus, as I said RealDash is extensible, so it could well become “made for EV” with not a lot of work.
I’m certainly not trying to go off-topic by proposing an app-based solution in the “Web Interface” category, but I'd also argue that whether it's a "web" front end or an app-based one is also irrelevant - the end result is that CAN data is being shared over serial to some sort of GUI.
I think this comes down a matter of taste I would be happy with the gauges that Bigpie made.jason_arnold wrote: ↑Sat Feb 29, 2020 6:13 am In a nutshell, my point is this: let’s NOT spend development time/effort on building what’s already been built.
I just commented out CAN0.sleep, CAN0.wake and CAN0.setMode. Then it compiles.
I want to argue with you on that point tojason_arnold wrote: ↑Sat Feb 29, 2020 6:13 am but I'd also argue that whether it's a "web" front end or an app-based one is also irrelevant
Many of us are using more time on posting about programming, then programmingjason_arnold wrote: ↑Sat Feb 29, 2020 6:13 am let’s NOT spend development time/effort on building what’s already been built.
Woof ...where is the excitement? Oh wait this is the Internet. Just looked into RealDash ....no source code! The main reason anyone is doing this is to "Learn".jason_arnold wrote: ↑Sat Feb 29, 2020 6:13 am let’s NOT spend development time/effort on building what’s already been built.
Planning for dynamic skins (open-source).
Yes I must have used conflicting CAN libraries on the other computer, just comment out offending lines for now.
Code: Select all
Name Installed Available Location
RemoteDebug 3.0.5 - user
WebSockets 2.1.4 - user
CAN-BUS_Shield 1.0.0 - user
AESLib 2.0.6 - user