-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I have a Sofar ME3000 SP, starting sofar2mqtt like this;
docker run -d \
--name sofar2mqtt \
-e MQTT_HOST=xxxxxx \
-e CONFIG_FILE=sofar-me-3000.json \
-e MQTT_PORT=1883 \
-e MQTT_USERNAME=xxxxxx \
-e MQTT_PASSWORD=xxxxxx \
-e TTY_DEVICE=/dev/ttyUSB0 \
--rm \
--device=/dev/ttyUSB0 \
rpearce/sofar2mqtt-python:latest
results in these logs
$ docker logs -f sofar2mqtt
2025-09-06 18:17:15,499 - INFO - MQTT connecting to broker xxxxxx port 1883 with auth user xxxxxx
2025-09-06 18:17:15,528 - INFO - MQTT Connection Accepted.
2025-09-06 18:17:15,529 - INFO - Subscribing to homeassistant/status
2025-09-06 18:17:18,584 - INFO - Modbus Requests: 19 Retries: 0 (0.0%) Failures: 0 (0.0%)
2025-09-06 18:17:18,584 - ERROR - Serial number could not be determined, skipping publish
2025-09-06 18:17:23,539 - INFO - Modbus Requests: 19 Retries: 0 (0.0%) Failures: 0 (0.0%)
2025-09-06 18:17:28,513 - INFO - Modbus Requests: 19 Retries: 0 (0.0%) Failures: 0 (0.0%)
2025-09-06 18:17:33,468 - INFO - Modbus Requests: 19 Retries: 0 (0.0%) Failures: 0 (0.0%)
Any idea why this might be?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels