Hi All,
Our Charger uses Open Charge Point Protocol (OCPP) version 1.5 over JSON, do you think this could be intergraded in to the system?
Thanks
Paul
Hi All,
Our Charger uses Open Charge Point Protocol (OCPP) version 1.5 over JSON, do you think this could be intergraded in to the system?
Thanks
Paul
Hi Paul,
Iāve never heard of this OCPP Protocol, can you elaborate more on this?
Regards,
I donāt know much about it http://www.openchargealliance.org/
Sorry Paul, you need to do better than that!
GitHub - NewMotion/ocpp: Open Charge Point Protocol perhaps that help you along it also point to other references
Iām sorry iām not the one that needs help lol
Iāve been reading about OCPP - thanks paul for that, i had no idea what it was - and it is not Open like Openenergymonitor, itās open for the companies that what to be part of it.
I found no server, and no implementation ready to test, itās all about the possible messages that a unknown central server makes to the charging station. Actually V1.6 can also change pilot signals, however only V2.0 (draft) brings full encryption and that seem really late.
Using a Solar Cell to Control an EVSE (via the EPC)
Hi All,
I have not read all the way through this thread so forgive me if the subject of this post has already been mentioned or is not relevant.
People trying to match their EV charging current to their PV output (to minimise exported energy) may wish to consider using a small solar cell in proximity to the EVSE with a reasonably clear view of the sky. On the basis that the solar cell will be illuminated in approximate proportion to the PV array and at the same time (roughly), this may be a lot easier to implement than other methods especially when the EVSE is remote from the PV and/or its control electronics (ie a clamp-on inductive-type sensor is inappropriate/too expensive).
It would certainly be a useful addition to what has already been submitted here if one were interested in using the Viridian (Mainpine) EPC which I sell through my webshop at EVBitz.uk (related plug so I hope it doesnāt upset the moderators).
Regards, Martin Winlow.
Director EVBitz.uk
Hi,
I understand your point, however in my opinion the best way is to have a remotely controlable EVSE, like the one iām developing here (EVSE Colaborativo - Clubeletricos.com).
With this EVSE, the integration is direct, since it talks the same language as the IoT platforms like Node-RED. To make everything work we just need a bidirectional energy sensor and a raspberry pi ( a emonPi) and weāre set.
There are other EVSE that can change Amps, instead of adapting a solar cell to change the current based on the intensity, maybe itās easier to adapt a ESP8266 to control the amps and provide remote control via WiFi. OpenEVSE is a great example of this approach. It shouldāt be hard to integrate ESP8266 with the Viridian EVSE.
This only works if you can assume that all the solar is there to be diverted. In my set-up I am only diverting - or trying to - the spare solar that is not already being used in the house, i.e. what I would otherwise export.
Hi Martin
https://openenergymonitor.org/forum-archive/node/10805.html
The above link is to my first build of a āsurplus powerā charger using your Viridian EPC and a modified emontx v2. It worked very well and I even got several enquiries as to whether I would build a commercial version. Itās a very accessible solution for the electronics DIYer.
Recently I invested in an OpenEVSE unit as it is more customisable. My new EVSE will wait until the Tesla Powerwall home battery is 90% charged before charging the EV using surplus solar. Iām also going to include an Economy 7 mode. Iām almost there - Node-RED was a learning curve!
Hi Stuart,
Thanks for the update. I hope it goes well and let me know if you do come up with a commercial version as I have had a fair amount of interest from people wanting this sort of facility. So, I would be interested in selling it.
Regards, Martin.
EVBitz.uk Limited
Wychwood
Widford Road
Much Hadham
Herts
SG10 6EZ
UK
Companies House Number: 09374896
Tel: 07788 138 413
Email: [email protected]
www.EVBitz.uk
Hi Stuart, great build, can you please explain how the power pack delivers energy to the consuming equipments?
Hi everyone,
We have been busy working on a significant update for OpeneEVSE Wifi which now includes full in-built solar PV diversion capabilities i.e. all diversion calculations are made on the ESP unit inside the OpenEVSE, nodeRED is not required. The solar data comes from an emonPi via MQTT.
Solar PV divert can be enabled by selecting Eco mode in the UI web page.:
We are keen to get some real work testing from other users, if your interested please see thread:
Just tested using Grid Import / Export feed to modulate charge rate based on EXCESS solar PV i.e house consumption takes priority. EV will reduce consumption if household demand increases e.g. switching on a kettle:
That is seriously very cool. Awesome work guys.
I could add some real life scenarios, however my graphs of solar + consumption + EV charging are kind of ugly. Anyway i started browsing my emoncms history and found this one iād like to share with you:
Enjoy the fight!
Finally i tested my solar algorithm and itās actually not that good:
The algorithm is optimized for the maximum power, so everytime the power is above threshold the EVSE reacts. If the power is below the threshold, only 1 EVSE change/min is allowed. Iāll change the behavior for solar mode and report back the changes.
Now there is a question i havenāt thought much and maybe you guys could help. Since the car charges in 1A steps, in the [ -1A, 1A] range would you prefer to let go and inject and never import or would you prefer to consume a little from the grid and make sure to export nothing?
Random ideas from my own EVSE control stuff;
I am implementing a āwinterā mode, where the surplus diversion is based on a break-even calculation of day/night rates on my E7 tariff - i.e. in summer I divert only available power while in winter I will divert power that would not cost me more than overnight charging (about 60%, but it will be based on actual tariff values and the ratio in a node-red function calc).
ātop upā mode - I arrive at home, I am empty but know I need to drive 5 miles later. I want to click a button that adds 1kWh per click at full charge rate and counts down delivered kWh until done. This can also be done in advance of arriving at the EVSE so it is waiting, ready to go. A quick calculation based on a static input can convert this to miles (based on your personal estimate of miles/kWh).
The second one works now, the first is just some extra work from a previous incarnation of my node-red flow.
Not sure if these are useful, but they work for me
Peter
Hi @peter,
Thanks for the suggestion. Yes, both your suggestions make total sense. Iāll add it to the do-to list. Although it sounds like someone like yourself would be batter controlling the OpenEVSE Via RAPI over MQTT from a nodeRED flow to have total control over the unit. It sounds like this is what you are already doing! For the benefit of others hereās am example node-RED flow to control the OpenEVSE divert via MQTT:
Yeah, but my EVSE is an ABL Sursum one with an RS485 port, which I drive from a USB adaptor in an RPi3 (in a waterproof box outside)