Skip to content

zephyrus/mqtt-melcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mqtt-melcloud

MQTT integration for Mitsubishi Melcloud devices

Docker Compose

version: '3'

services:

  melcloud:
    image: 2mqtt/melcloud:0.0.8

    restart: always

    environment:
      - MQTT_ID=melcloud
      - MQTT_PATH=melcloud
      - MQTT_HOST=mqtt://<ip address of mqtt broker>
      - MQTT_USERNAME=<mqtt username>
      - MQTT_PASSWORD=<mqtt password>
      - MELCLOUD_USERNAME=<melcloud username>
      - MELCLOUD_PASSWORD=<melcloud password>

About

MQTT integration for Mitsubishi Melcloud devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published