TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build your own EV charging solution

52 点作者 stonlyb超过 2 年前

9 条评论

Dries007超过 2 年前
Funny, I&#x27;ve just started working on adding OCPP support to the SmartEVSE v3 platform.<p>If you want a capable DIY solution, I recommend the SmartEVSE (v3) platform. The hardware is quite capable (ESP32 based, support for switching between 1 &amp; 3 phase charging). The software requires some more work to fully utilize the hardware, but is open source.<p>No cloud APIs required :)<p>Code &amp; schematics: <a href="https:&#x2F;&#x2F;github.com&#x2F;SmartEVSE&#x2F;SmartEVSE-3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SmartEVSE&#x2F;SmartEVSE-3</a>
评论 #32433043 未加载
bacon_waffle超过 2 年前
I&#x27;ve had an OpenEVSE[1] for a couple years now, it works great and is quite hackable. Interface is ESP32 based, newer firmware versions provide MQTT-based control and feedback. Historically it used WiFi but just last night I made a PR for to improve Ethernet support. There are a few rough edges in terms of &quot;build your own&quot;, but if you&#x27;re interested in this stuff it&#x27;s a great starting point and hardware platform.<p>[1] <a href="https:&#x2F;&#x2F;openevse.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;openevse.com&#x2F;</a>
adev_超过 2 年前
That is mainly an API for professional usage and not so much to do with making your own EV charging.<p>If some of you are interested by some DIY smart EV charger for home usage. I did one for myself and put the design on github some years ago:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;adevress&#x2F;open-ev-station" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;adevress&#x2F;open-ev-station</a><p>- Designed for 11KW of power<p>- Designed for European Grid power (can be adapted)<p>- Support three phase power<p>- Support remote control over wifi<p>- Measure Energy consumption<p>- Time programmable<p>- Does not requires any programming: It use a shelly 3EM<p>- Simple, Stupid and safe design
josephcsible超过 2 年前
If I were to build my own smart EV charger, the entire point of doing so would be to not depend on any third parties for it to work.
评论 #32434671 未加载
Glawen超过 2 年前
I&#x27;ve been on the other side, that is implementing the charging algorithm in the vehicle, it was very difficult to have a consistent behaviour over the many EV charger.<p>As I understand, this solution is for the backend, connecting the EV charging station with the internet, but it is not used to connect to the EV.<p>Many of our clients thought they just needed to buy&#x2F;install such a solution to have a fleet of smart charging vehicles, because that is a crowded space and that is what the vendor sold. The issue was the interface EV &lt;=&gt; EVSE as the protocol used for charging was not incorporating smart charging feature (newer protocol was being written at that time). We had to hack the protocol to implement some features.
danans超过 2 年前
Neat project. EV charging would get even more interesting if more utilities and commissions would allow EV submetering. California&#x27;s utility regulator just authorized this a few days ago [1], after many years of deliberation.<p>Sub-metering lets an EV charger be metered separately from a house, theoretically allowing it to take advantage of lower EV rates during more restricted times.<p>1. <a href="https:&#x2F;&#x2F;www.utilitydive.com&#x2F;news&#x2F;california-puc-ev-electric-vehicle-submetering&#x2F;629043&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.utilitydive.com&#x2F;news&#x2F;california-puc-ev-electric-...</a>
评论 #32433985 未加载
评论 #32433906 未加载
kkfx超过 2 年前
The real EV charging issue in general for owners is a way to talk to a p.v. plant to try maximizing charging from Sun. Domestic solar systems with lithium (or other tech) storage do that by default, with proprietary tools, cars so far do not.<p>It&#x27;s a pity not much for mere EV charging but for EV usage at home in the broad sense: IF we will arrive to an open API all vendors agree we can use expensive batteries not only for the car but also to power the home in case of outages reducing a bit they obscene cost compared to their life expectancy...
z-cam超过 2 年前
ChargeLab co-founder here!<p>Let me know if you have any questions about our vision for open EV charging infrastructure.
评论 #32432548 未加载
评论 #32435154 未加载
评论 #32433171 未加载
评论 #32433848 未加载
natch超过 2 年前
Since the title is &quot;build your own&quot; implying a simpler installation, I much prefer the comparably reasonably priced offerings from Splitvolt.<p>Satisfied customer, no other connection to the company. They also offer different plug sizes right on their website, for those that have less common outlet sizes:<p><a href="https:&#x2F;&#x2F;www.splitvolt.com&#x2F;product-category&#x2F;ev-chargers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.splitvolt.com&#x2F;product-category&#x2F;ev-chargers&#x2F;</a><p>Obviously Chargelab seems to be offering more in terms of having an API and programmability, but this is quite a large jump up from the usual solution of just sticking the charge cable that (possibly) came with the car into the wall. Splitvolt is nice as a solution in the middle in between these two extremes.
评论 #32432868 未加载