Skip to main content

Air conditioner WebThing

Project description

airconditioner_webthing

An airconditioner web thing connector

This project provides a webthing API to Midea air conditioners

The airconditioner_webthing package exposes a http webthing endpoint which supports controlling the air conditioner via http. E.g.

# webthing has been started on host 192.168.0.23

curl http://192.168.0.23:7122/properties 

{
   "outdoor_temperature": 4,
   "indoor_temperature": 22,
   "target_temperature": 23,
   "operational_mode": "heat",
   "fan_speed": 102,
   "power": false,
   "run_util": ""
}

To install this software you may use PIP package manager such as shown below

sudo pip install airconditioner_webthing

After this installation you may start the webthing http endpoint inside your python code or via command line using

sudo aircon --command listen --port 7122 --ip 10.31.33.90 --id 957548654462565 

Here, the webthing API will be bound to the local port 7122. Additionally, the ip address of the air conditioner has to be set as well as the device id of the air conditioner. To discovery the device id you may use midea-msmart library as shon below

midea-discover -a YOUR_ACCOUNT -p YOUR_PASSWORD

Alternatively to the listen command, you can use the register command to register and start the webthing service as systemd unit. By doing this the webthing service will be started automatically on boot. Starting the server manually using the listen command is no longer necessary.

sudo aircon --command register --port 7122 --ip 10.31.33.90 --id 957548654462565 

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

airconditioner_webthing-0.1.5.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

airconditioner_webthing-0.1.5-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file airconditioner_webthing-0.1.5.tar.gz.

File metadata

File hashes

Hashes for airconditioner_webthing-0.1.5.tar.gz
Algorithm Hash digest
SHA256 72cb598800be8ac367c76280c55fcc5cddbf5ec5cc7e836bae42837921a5ef30
MD5 e05efd1636731453c73ddcbbec6552fa
BLAKE2b-256 25c24784f23c32864d9a5a54905f29b5bfa6d0176a1f3e52981ab6f170ff715f

See more details on using hashes here.

File details

Details for the file airconditioner_webthing-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for airconditioner_webthing-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 c45c7993de3c2edf7f4740950d8d8e49aaf65b0fdd89ad274897935697bb5827
MD5 370e0ae25eaa37b53324df54e54d86f0
BLAKE2b-256 bcfd1e39732437ee0251936895feb8f6900919602e23391bc12db4c90d5d78ad

See more details on using hashes here.

Supported by

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