Scrapps the web of observer ip and publishes changes on mqtt
10K+
Scrapps the web of observer ip and publishes changes on mqtt
Discontinued: use docker-oberverip-proxy-mqtt instead, it uses less resources as it does not scrap.
single build:
docker build -t glarfs/observerip-mqtt .
multiple architecture build:
docker buildx build -t glarfs/observerip-mqtt --platform=linux/arm,linux/arm64,linux/amd64 . --push
docker run -e OBSERVER_MQTT_HOST=x.x.x.x -e OBSERVER_MQTT_PORT=1883 -e OBSERVER_MQTT_ENTRYPOINT=my/meteo -e OBSERVER_HOST=x.x.x.y glarfs/observer-mqtt
mosquitto_sub -v -h x.x.x.x -t my/meteo/#
Content type
Image
Digest
Size
106.1 MB
Last updated
over 5 years ago
docker pull glarfs/observerip-mqtt