Skip to content

Python lib for Blauberg S21 integration for HA (extended)

License

Notifications You must be signed in to change notification settings

marni-xyz/pybls21ext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blauberg S21 Asynchronous Python API

An api allowing control of AC state (temperature, on/off, speed) of an Blauberg S21 device locally over TCP.

Usage

To initialize: client = S21Client("192.168.0.125")

To load: await client.poll()

The following functions are available: turn_on() turn_off() set_hvac_mode(hvac_mode: HVACMode) set_fan_mode(mode: int) set_manual_fan_speed_percent(speed_percent: int) set_temperature(temp_celsius: int) reset_filter_change_timer()

About

Python lib for Blauberg S21 integration for HA (extended)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%