Commit Graph

127 Commits

Author SHA1 Message Date
f89d602c05 feat(firmware): 优化刷卡状态展示 2026-04-20 01:22:32 +08:00
afb0c88910 feat(firmware): CC 模拟开关添加积分防抖&优化 OLED 信息展示和刷卡空枪闪烁提示 2026-04-20 00:25:18 +08:00
81b28b4461 feat(firmware): 添加 IM1281C 轮询间隔和电表数据处理逻辑 2026-04-19 23:27:08 +08:00
696f2735ff feat(firmware): IM1281C driver 2026-04-19 23:20:50 +08:00
2d48724e37 fix(firmware): 由于 GPIO34,35 上两个按钮没有上拉电阻而无效,调整本机刷卡充电的启动逻辑 2026-04-19 21:19:37 +08:00
c11c7f1a4a feat(firmware): 硬件联调引脚定义&远程启动充电和相关外设联动逻辑 2026-04-19 20:20:03 +08:00
c7f9c959e0 feat(pcb): generate bom 2026-04-17 02:01:30 +08:00
9de7a94a13 feat(pcb): ready fot production 2026-04-17 01:48:09 +08:00
9966fada8e feat(pcb): relays layout 2026-04-16 13:51:20 +08:00
5206e98118 chore(workspace): remove unused settings for STM32 2026-04-16 10:31:20 +08:00
1f6019c13c chore(pcb): add rayine lib 2026-04-16 10:21:39 +08:00
52af4d05fd feat(pcb) 交流电部分 PCB Layout 2026-04-16 10:09:37 +08:00
7881ea6d23 chore(vscode): add cmake.ignoreCMakeListsMissing setting 2026-04-15 14:30:08 +08:00
c74ff25a6f feat(firmware): ssd1306 initial 2026-04-14 22:22:20 +08:00
7ff97a8765 feat(pcb): finish the schema 2026-04-14 22:22:03 +08:00
f3279601fb feat(pcb): 基本原理图设计 2026-04-06 23:51:13 +08:00
524de66ad3 fix(csms): fix lint errors, clean up imports and improve code formatting 2026-03-19 21:28:48 +08:00
63349a17ed chore: generate migration 2026-03-18 15:45:01 +08:00
ff5b92986f Unify charge point command channel status 2026-03-18 15:45:01 +08:00
3508e7de19 docs: update README.md 2026-03-18 13:05:49 +08:00
adc67e428d chore(pcb): initial kicad project 2026-03-18 12:47:56 +08:00
dee947ce3e feat(csms): add system settings management for OCPP 1.6J heartbeat interval 2026-03-17 01:42:29 +08:00
4d940e2cd4 chore(firmware): update text 2026-03-17 01:26:12 +08:00
8371b2a76b feat(firmware): add Mongoose client implementation for OCPP communication 2026-03-17 01:25:41 +08:00
e1fb43d57b refactor(csms): 更新 OCPP 认证相关文本 2026-03-17 00:38:37 +08:00
5825783f8b feat(csms): update schema for ocpp authorization 2026-03-17 00:32:54 +08:00
e884fc5bc0 feat(firmware): 更新 OCPP 配置,添加密码字段以支持基本认证 2026-03-16 17:17:15 +08:00
cf0861f8f6 feat(csms): 添加 OCPP 鉴权 2026-03-16 16:53:39 +08:00
4885cf6778 refactor: 移除重复的 tariff-schema 导出 2026-03-16 15:27:40 +08:00
654a2a66d9 feat(csms): 充电桩添加 deviceName 字段,区别于 identifier 用于区分设备 2026-03-16 13:43:46 +08:00
0118dd2e15 feat(web): 添加拓扑图页面和相关组件
feat(csms): 添加获取当前连接状态的API
feat(csms): 添加获取当前活动OCPP WebSocket连接的接口
deps(web): 添加@xyflow/react依赖
2026-03-16 12:59:05 +08:00
6888454727 fix(web): 修正二维码链接的URL路径 2026-03-16 02:03:57 +08:00
91d91ebd08 feat(main): 自动生成充电点标识符并优化WiFi设置 2026-03-16 01:48:18 +08:00
37c5cfe5a9 feat(main): 添加OCPP配置的持久化支持和LED状态管理功能 2026-03-16 00:52:17 +08:00
2de43d5fbb fix(csms): 添加缺失的chargePointId参数检查 2026-03-15 04:41:00 +08:00
434dbc15e9 fix(config): 修正OCPP后端URL 2026-03-15 04:33:52 +08:00
d5b2e529ff feat(mongoose): 添加对mbedTLS的TLS支持 2026-03-15 04:33:33 +08:00
d7b7ebfef9 Revert "feat(ocpp): 添加对WebSocket子协议的支持和缺失参数检查"
This reverts commit 216a8e118d.
2026-03-15 04:28:32 +08:00
8f3b2fd6e2 Revert "feat(boot-notification): 添加超时处理和日志记录以增强引导通知的持久性"
This reverts commit 8a537e80e3.
2026-03-15 04:28:32 +08:00
8a537e80e3 feat(boot-notification): 添加超时处理和日志记录以增强引导通知的持久性 2026-03-15 04:23:13 +08:00
216a8e118d feat(ocpp): 添加对WebSocket子协议的支持和缺失参数检查 2026-03-15 03:41:38 +08:00
b45896a9dd fix(config): 更新OCPP后端URL和CP标识符配置 2026-03-15 03:12:09 +08:00
4a9961df70 style(transactions): 修改订单标题样式 2026-03-14 23:17:29 +08:00
18ac660ab2 feat(transactions): wrap TransactionsPageContent in Suspense for loading state 2026-03-13 12:18:09 +08:00
a6621f975c feat: 添加信息和指标组件以增强充电订单和计量信息的展示 2026-03-13 12:11:33 +08:00
83e6ed2412 feat(transactions): add transaction detail page with live energy and cost estimation
feat(transactions): implement active transaction checks and idTag validation
feat(id-tag): enhance idTag card with disabled state for active transactions
fix(transactions): improve error handling and user feedback for transaction actions
2026-03-13 11:51:06 +08:00
c8ddaa4dcc feat(sidebar): update icons for navigation and charge items 2026-03-12 17:50:04 +08:00
88a80d2268 feat(transactions): add live energy and estimated cost to transaction data 2026-03-12 17:38:49 +08:00
f7ee298060 feat(charge-points): add pricing mode for charge points with validation
feat(pricing): implement tariff management with peak, valley, and flat pricing
feat(api): add tariff API for fetching and updating pricing configurations
feat(tariff-schema): create database schema for tariff configuration
feat(pricing-page): create UI for displaying and managing pricing tiers
fix(sidebar): update sidebar to include pricing settings link
2026-03-12 17:23:06 +08:00
2638af3f7f feat: 峰谷电价编辑器 2026-03-12 16:06:48 +08:00