Jump to content

vicious-transgression6851

Members
  • Posts

    3
  • Joined

  • Last visited

vicious-transgression6851's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Got it working. Had to specify Home assistant IP as mqttbroker rather than the name. Still I can only see all the dockers listed, but no server info including drives. What am I missing?
  2. Thanks for reviving this. I have been trying to get this work on Unraid 6.12.8, but seems like there is something I am missing. I got the unraidapi running and can only see dockers. No server details are displayed. Don't see anything in the logs either. Servers.json has all the details as can be seen below. Here is my docker compose (Fyi: Using docker compose first time). Also, I don't see MQTTUser in there. Is it not required or defined somewhere else? unraidapi: container_name: GUS-unraidapi image: bokker/unraidapi-re:6.12 # Use tag for your version - 6.11 or 6.12 network_mode: bridge hostname: ${HOSTNAME} ports: - ${UNRAID_API_UI_PORT}:80 volumes: - ${APPDATA_PATH}/GUS-UnraidAPI:/app/config environment: MQTTBroker: hassio MQTTPort: 1883 MQTTPass: pass MQTTBaseTopic: homeassistant KeyStorage: config TZ: ${TIMEZONE} restart: unless-stopped depends_on: - influxdb labels: - "net.unraid.docker.icon=https://raw.githubusercontent.com/ElectricBrainUK/UnraidAPI/master/static/iconx64.png" - "net.unraid.docker.webui=http://[IP]:[PORT:3005]/"
×
×
  • Create New...