Plejd2mqtt

git clone https://github.com/thomasloven/plejd2mqtt.git

sudo docker build -t plejd2mqtt .

docker-compose.yaml
version: "3"
services:
  plejd2mqtt:
    image: plejd2mqtt:latest
    restart: always
    volumes:
      - /var/run/dbus:/var/run/dbus
    environment:
      PLEJD_SITE: xxxxx
      PLEJD_USERNAME: xxxx
      PLEJD_PASSWORD: xxxx
      MQTT_BROKER: mqtt://mqtt


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *