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
Built Distribution
File details
Details for the file airconditioner_webthing-0.1.5.tar.gz
.
File metadata
- Download URL: airconditioner_webthing-0.1.5.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72cb598800be8ac367c76280c55fcc5cddbf5ec5cc7e836bae42837921a5ef30 |
|
MD5 | e05efd1636731453c73ddcbbec6552fa |
|
BLAKE2b-256 | 25c24784f23c32864d9a5a54905f29b5bfa6d0176a1f3e52981ab6f170ff715f |
File details
Details for the file airconditioner_webthing-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: airconditioner_webthing-0.1.5-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c45c7993de3c2edf7f4740950d8d8e49aaf65b0fdd89ad274897935697bb5827 |
|
MD5 | 370e0ae25eaa37b53324df54e54d86f0 |
|
BLAKE2b-256 | bcfd1e39732437ee0251936895feb8f6900919602e23391bc12db4c90d5d78ad |