simoh92
(Simoh92)
3
When I send $GV through terminal I get:
$OK 3.11.3 1.0.3
which, I guess, is odd since bought the openevse a month ago. All the other commands seem to work fine.
Anyway, the reason why I would like to integrate nodejs is the following:
I am a phd student (energy engineer) and my research consists in creating a local power exchange for electricity trading at neighborhood level (like a micro-market) based on blockchain and smart contracts. This is actually the continuation of my master thesis that started more than a year ago with this post Installation of an Ethereum client on emonPi/emonBase?. In the meanwhile I achieved what I was asking in the post and I developed the project enough to start a phd.
Now I would like to add a “blockchain-connected” EV charger (the OpenEVSE) to the project in order to use it as flexible load. Since my current set-up works on rpi with web3.js (a javascript library for the integration of ethereum blockchain with javascript and therefore nodejs) i thought to try this library (node-serialport) for a more seamless integration of what I have with the RAPI commands of the charger.
In addition I would like to embed the rpi board (e.g. rpi zero w) inside the charger (like the wifi board now) rather than having it outside and communicating through mqtt or http.
Sorry for the long text, but it was necessary to explain you my goal.
I’ll update the firmware of the OpenEVSE board and check if this solves the problem. In the meantime, I found this conversation in the OpenEVSE google group where they discuss a similar topic. They say that the OpenEVSE board only has standard 5 volt FTDI connectors and a level shifter is needed since the gpio of the rpi3 are not 5v tolerant. The post id more than 2 years old, does this still apply today?