Skip to content

qtoggle/qtoggleserver-melcloud

Repository files navigation

About

This is an addon for qToggleServer.

It provides a driver to control your MELCloud (Mitsubishi Electric) devices with qToggleServer.

This add-on is based on the python-melcloud Python package (see https://github.com/erwindouna/python-melcloud).

Currently only air-to-air units (A/C) are supported.

Install

Install using pip:

pip install qtoggleserver-melcloud

Usage

qtoggleserver.conf:
...
peripherals = [
    ...
    {
        driver = "qtoggleserver.melcloud.MELCloud"
        name = "mymelcloud"                # a name of your choice
        username = "username"
        password = "password"
        # optionally select only specific devices by name
        device_names = ["First Device Name", ...]
    }
    ...
]
...

About

Control your MELCloud devices with qToggleServer

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages