You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,15 +68,15 @@ Extending this script to support new wallbox models is a primary goal, but it re
68
68
69
69
If you own a wallbox model not currently supported, and you're willing to assist, we'd appreciate your helpin gathering the necessary data. This often involves:
70
70
71
-
1. **Providing remote access:**
72
-
To properly integrate a new wallbox, we often need temporaryremote access to a Raspberry Pi connected to that wallbox. This allows us to inspect the web interface, analyze network traffic, and identify the data points needed for monitoring.
73
-
***What we need:** Typically, secure SSH access, or in some cases, remote desktop (like VNC/TeamViewer) to your Raspberry Pi.
71
+
1. **Providing secure remote access to your local network/Wallbox interface:**
72
+
To properly integrate a new wallbox, we often need temporary, secure remote access to the wallbox's local web interface or API. This allows us to inspect the web interface, analyze network traffic, and identify the data points needed for monitoring.
73
+
* **What we need:** Typically, this means access to your local network (e.g., via VPN) or a securely exposed (e.g., port-forwarded) web interface/API endpoint of your wallbox. This allows us to run the Selenium-based analysis or directly interact with the wallbox's local API.
74
74
***Our commitment:** We will only use this access to analyze the wallbox's communication and integrate its data into the script. We will not access or store any personal data. Access will be temporary and you can revoke it at any time once the integration is complete.
75
75
* **Contact:** Please reach out to me directly via [Discord](https://discordapp.com/users/371404709262786561) to discuss the details and arrange secure access. We can discuss options like an NDA if you have privacy concerns, although for an open-source project, this is less common.
0 commit comments