Bosch Smart Home Controller API Python Library
Project description
Bosch Smart Home Controller API Python Library
This library implements the local communication REST API for the Bosch Smart Home Controller system. The API documentation is available here. It supports both long and short polling. The following device services are implemented:
TemperatureLevel
HumidityLevel
RoomClimateControl
ShutterContact
ValveTappet
PowerSwitch
PowerMeter
Routing
PowerSwitchProgram
BinarySwitch
SmokeDetectorCheck
Alarm
ShutterControl
CameraLight
PrivacyMode
CameraNotification
IntrusionDetectionControl
Keypad
LatestMotion
AirQualityLevel
SurveillanceAlarm
BatteryLevel
Thermostat
WaterLeakageSensor
WaterLeakageSensorTilt
The following device models are implemented, using the above services:
ShutterContact
ShutterControl
SmartPlug
LightControl
SmokeDetector
CameraEyes
IntrusionDetectionSystem
RoomClimateControl
Thermostat
WallThermostat
UniversalSwitch
MotionDetector
Twinguard
WaterLeakageSensor
Example
import boschshcpy
# Create session
session = boschshcpy.SHCSession(controller_ip="192.168.25.51", certificate='cert.pem', key='key.pem')
session.information.summary()
device = session.device('roomClimateControl_hz_5')
service = device.device_service('TemperatureLevel')
print(service.temperature)
# Update this service's state
service.short_poll()
# Start long polling thread in background
session.start_polling()
# Do work here
...
# Stop polling
session.stop_polling()
# Trigger intrusion detection system
intrusion_control = session.device_helper.intrusion_detection_system
intrusion_control.arm_instant()
To get a list of all devices, rooms and scenarios, see apisummary.py Example
Usage guide
Before accessing the Bosch Smart Home Controller, a client must be registered on the controller. For this a valid cert/key pair must be provided to the controller. To start the client registration, press and hold the button on the controller until the led starts flashing. More information here
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 boschshcpy-0.2.0.tar.gz
.
File metadata
- Download URL: boschshcpy-0.2.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81ebf88afae797c23bebf24a1123d5fb7d3787014cd509997c6dabec6c2d5746 |
|
MD5 | 22e6b12bc61814ee37ecf9be964b88b4 |
|
BLAKE2b-256 | 4a3397ca430690d9d49945053a0dc0811fbbadba2688999f0f5ee9f71d68af6b |
File details
Details for the file boschshcpy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: boschshcpy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd0357d3b0bb04efa775a32baf7e13bd43e1e7ee3d2ea83a2b27b636d99e8298 |
|
MD5 | c61be9d6609a4512a9568fd4d7a2ee3c |
|
BLAKE2b-256 | b78360e3fc4c13c1b67726104984cfe6d5071d6c9f0d08ee509c721ecb854473 |