Sign inSign up

glarfs/observerip-mqtt

By glarfs

Updated over 5 years ago

Scrapps the web of observer ip and publishes changes on mqtt

Image
0

10K+

glarfs/observerip-mqtt repository overview

Docker Pulls license

docker-observer-mqtt

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.

Build

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

Run


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

Test

mosquitto_sub -v -h x.x.x.x -t my/meteo/#

Tag summary

Content type

Image

Digest

Size

106.1 MB

Last updated

over 5 years ago

docker pull glarfs/observerip-mqtt