Skip to main content

Python client for Mobilus Cosmo GTW

Project description

Mobilus Cosmo GTW Client

test workflow

This code provides a native Python client for the Mobilus Cosmo GTW. It connects directly to the gateway's MQTT broker and sends message commands to control the associated devices. The connection is established locally, so the client must be run on the same network as the gateway. Note: internet access is not required and can be disabled on the device.

In order to use the client, configuration and setup need to be done on the Mobilus Cosmo GTW side. This includes creating a user and pairing the devices with the gateway.

The story behind the reverse engineering of this device, covering both the motivation and the process, is described in this blog post.

Installation

Install the module with pip:

pip install mobilus-client

Usage

For convenience, the client can be run as a module:

python -m mobilus_client --host=GATEWAY_HOST --login=USER_LOGIN --password=USER_PASSWORD COMMANDS

Where:

  • GATEWAY_HOST is the IP address of the gateway.
  • USER_LOGIN and USER_PASSWORD are the user credentials to access the gateway.
  • COMMANDS is a list of commands to be sent to the gateway.

Currently, the following commands are supported:

  • current_state - Get the current state of the devices. Please note that in the case of shutters, the state may be delayed, especially when the shutter is controlled by a physical switch.

  • devices_list - List all devices that are paired with the gateway.

  • call_events:device_id=DEVICE_ID,value=VALUE - Send a command to the device. This can be used for actual control of the device (shutter).

    • DEVICE_ID - The ID of the device as returned from devices_list.
    • VALUE - The value to be sent to the device, currently one of "UP", "DOWN", "STOP", "ON", "OFF", a percentage value like "85%" or "DOWN:60$" (for shutters, with tilt control).

Multiple commands can be sent at once, separated by spaces:

python -m mobilus_client --host=192.168.2.1 --login=admin --password=my_password devices_list call_events:device_id=0,value=100% call_events:device_id=1,value=80%

Output is printed to the console in JSON format, and therefore the client command can be easily chained with jq for prettier output. For example:

python -m mobilus_client --host=192.168.2.1 --login=admin --password=my_password current_state | jq

Verbose mode can be enabled with the --verbose flag:

python -m mobilus_client --host=192.168.2.1 --login=admin --password=my_password --verbose current_state

Caveats

The client is tested with Mobilus Cosmo GTW and shutter devices only (COSMO 2WAY). However, it should also work with other devices supported by the Gateway (SENSO, COSMO, CMR, CGR, SWITCH, SWITCH_NP, COSMO_CZR, COSMO_MZR, SENSO_Z). The purpose of the client is to provide a simple way to control the devices without the need to use the official Mobilus Cosmo GTW web interface or app, and to integrate it with open-source systems like Home Assistant. I am not affiliated with Mobilus, and the client is provided as is.

Development

Clone the repository and navigate to the project directory. Install the package in editable mode with the following command:

pip install -e .[test]

Check mypy and ruff with the following commands:

mypy .
ruff check

The tests can be run with the following command:

python -m unittest -v

To generate a coverage report:

coverage run -m unittest discover
coverage report -m

To regenerate proto files

docker-compose up --build -f scripts/docker-compose.yml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mobilus_client-0.2.1.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mobilus_client-0.2.1-py3-none-any.whl (27.0 kB view details)

Uploaded Python 3

File details

Details for the file mobilus_client-0.2.1.tar.gz.

File metadata

  • Download URL: mobilus_client-0.2.1.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mobilus_client-0.2.1.tar.gz
Algorithm Hash digest
SHA256 eeb2a11af1b9b7123074a404b190d541e9c47113b1e8cfa61f0fc22e1b872937
MD5 5c77e8189d826986047d865b089bed92
BLAKE2b-256 06ca46cb6900d8f140250ce357676f082178a5b9daf82d15f5dc0d89694d1dcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mobilus_client-0.2.1.tar.gz:

Publisher: publish.yml on zpieslak/mobilus-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mobilus_client-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: mobilus_client-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 27.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mobilus_client-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 94892c18a370120e3515b9b1a589bcdc5a70e164566d0624df74244cd98a6a26
MD5 0000a760e220c8bedcb93dbd4757eaaf
BLAKE2b-256 d5650c74cb00d964dbe43ee71f2e890bb19bd456ed0fc5285c30cea4286d8d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for mobilus_client-0.2.1-py3-none-any.whl:

Publisher: publish.yml on zpieslak/mobilus-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page