Initial release — Growatt SPF TCP proxy with decoder and HA MQTT integration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.12-slim
|
||||
WORKDIR /app
|
||||
RUN pip install --no-cache-dir aiohttp paho-mqtt
|
||||
COPY proxy.py .
|
||||
COPY ha_mqtt.py .
|
||||
COPY templates/ templates/
|
||||
CMD ["python", "-u", "proxy.py"]
|
||||
Reference in New Issue
Block a user