Initial support for Parkland/TypeID 39 shades (#12)
* disabled home_id filter * stronger typing * Update .gitignore * extend set_position() for all values * support setting tilt * completed tilt control * add tilt functions * Initial support for Parkland/TypeID 39 shades * Update cover.py * Update README.md * simplify set_position() * fix spelling issues * Update .gitignore * remove unverified shade types * clean code * fix ruff * update linting * Update lint.yml --------- Co-authored-by: patman15 <14628713+patman15@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
* Emulate a Hunter Douglas PowerView cover device using ESP32
|
||||
* used e.g. to gain the home_key from an existing installation via BLE
|
||||
*
|
||||
* REQUIRES:
|
||||
* - ESP32 Board Definitions 3.0.x (tested on 3.0.7)
|
||||
* - WolfSSL 5.7.x (tested on 5.7.6)
|
||||
* - Phone Region: Potentially an alternative region depending on the app response
|
||||
* - e.g. To add Parkland shades in the US, phone region set to the UK temporarily
|
||||
*
|
||||
* TODO:
|
||||
* - cleanup code
|
||||
* - think about emulating a remote
|
||||
|
||||
Reference in New Issue
Block a user