Homeconnect WebThing adapter
Project description
homeconnect_webthing
A webthing adapter for HomeConnect smart home devices.
This project provides a webthing API for accessing HomeConnect devices. Currently, only the dishwasher, washing machine and dryer device types are supported.
The homeconnect_webthing package provides an http webthing endpoint for each detected and supported smart home device. E.g.
# webthing has been started on host 192.168.0.23
curl http://192.168.0.23:8744/0/properties
{
"device_name":"Geschirrspüler",
"device_type":"Dishwasher",
"device_haid":"BOSCH-SMV68TX06E-70C62F17C8E4",
"device_brand":"Bosch",
"device_vib":"SMV68TX06E",
"device_enumber":"SMV68TX06E/74",
"power":"Off",
"door":"Open",
"operation":"Inactive",
"remote_start_allowed":false,
"program_selected":"Eco50",
"program_vario_speed_plus":false,
"program_hygiene_plus":false,
"program_extra_try":false,
"program_start_date":"",
"program_progress":0
}
To install this software, you can use the PIP package manager as shown below
PIP approach
sudo pip3 install homeconnect_webthing
After this installation, you can use the Webthing http endpoint in your Python code or from the command line with
sudo homeconnect --command listen --port 8744 --refresh_token 9yJ4LXJlZyI6IfVVIiwi...2YXRlIn0= --client_secret FEAE...522BD0
Here the webthing API is bound to the local port 8744. Also, refresh_token and client_secret must be set. Please refer to HomeConnect Authorization to obtain your refresh_token and client_secret
As an alternative to the list command, you can also use the register command to register and start the webthing service as a systemd entity. This way, the webthing service is started automatically at boot time. Starting the server manually with the listen command is no longer necessary.
sudo homeconnect --command register --port 8744 --refresh_token 9yJ4LXJlZyI6IfVVIiwi...2YXRlIn0= --client_secret FEAE...522BD0
Project details
Release history Release notifications | RSS feed
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 homeconnect_webthing-1.0.6.tar.gz
.
File metadata
- Download URL: homeconnect_webthing-1.0.6.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2fd1930cb5ad4128bc57773e5f18e69a44fbf76d831f28a56772866746a9c1d |
|
MD5 | b1e6abb8ca23ea304e7b9701e6acf4ad |
|
BLAKE2b-256 | 93743e314bfaccd50ae40f03b7ccb4be08b6cdb93ca0e921a6eb55208da8f700 |
File details
Details for the file homeconnect_webthing-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: homeconnect_webthing-1.0.6-py3-none-any.whl
- Upload date:
- Size: 25.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35c1666c9a9773a33727fa86c2d2ed00c582beb6f13a6de340747ac002dad560 |
|
MD5 | 7ca3e91d232b094bcf764ef19fbfd604 |
|
BLAKE2b-256 | e8628104f9b022dc10e131ab1b8671035de0dcb18aac3b2efc029f471799462a |