-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNOTICE
More file actions
15 lines (11 loc) · 684 Bytes
/
Copy pathNOTICE
File metadata and controls
15 lines (11 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EVSE Master UDP - Python Home Assistant Integration
This project is an independent Python reimplementation for Home Assistant inspired by,
and referencing, the reverse-engineered protocol knowledge from the TypeScript project:
https://github.com/johnwoo-nl/emproto
No original source files from that repository were copied verbatim; the implementation
was rewritten in Python based on publicly observable protocol behavior and conceptual
structure.
Attributions:
- Original EmProto reverse engineering: johnwoo-nl (MIT licensed)
- Python integration design & implementation: Oniric75 (2024-2025)
This file is provided for clarity of provenance. See LICENSE for licensing terms.