Skip to content

Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.

License

Notifications You must be signed in to change notification settings

wolfi1k/boschshc-hass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boschshc-hass

Home Assistant component for accessing Bosch Smart Home Controller using 3rd party boschshcpy python library.

The following platforms are implemented:

  • SmartHomeController (as a device)
  • Smart Plug (switch)
  • Light Control (switch)
  • Shutter Control (cover)
  • Shutter Contact (binary sensor)
  • Smoke Detector (binary sensor)
  • Temperature Sensor (sensor)
  • Room Climate Control (climate)
  • Intrusion Detection Control (Alarm Control Panel)
  • Scenarios (switch)

Registration of the component can be done via config flow mechanism, or by adding to configuration.yaml:

boschshc:
   ip_address: '192.168.1.52'
   ssl_certificate: '/path/to/cert.pem'
   ssl_key: '/path/to/key.pem'
   name: 'SHC-Controller'

About

Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%