Image to fetch and monitor statistics from GoCoax MoCA devices.
296
A Docker image to fetch and monitor statistics from GoCoax MoCA devices. Originally tested with the MA2500D model, but it may work with others as well.
This image allows you to retrieve device information and MoCA network statistics and publish them to an MQTT broker for integration with other tools and platforms.
docker run -d \
--name moca_stats \
-e MOCA_USERNAME=yourusername \
-e MOCA_PASSWORD=yourpassword \
-e MOCA_HOSTS=192.168.1.100,192.168.1.101 \
-e MQTT_HOST=mqtt.example.com \
-e MQTT_PORT=1883 \
-e MQTT_USERNAME=mqttuser \
-e MQTT_PASSWORD=mqttpass \
-e MQTT_BASE_TOPIC=moca \
-e DEBUG=False \
dewgenenny/moca_stats
Content type
Image
Digest
sha256:80a33beed…
Size
51.5 MB
Last updated
almost 2 years ago
docker pull dewgenenny/moca_stats