diff --git a/custom_components/hunterdouglas_powerview_ble/api.py b/custom_components/hunterdouglas_powerview_ble/api.py index 0392acc..5a6cc97 100644 --- a/custom_components/hunterdouglas_powerview_ble/api.py +++ b/custom_components/hunterdouglas_powerview_ble/api.py @@ -227,7 +227,7 @@ class PowerViewBLE: await self._cmd( ( ShadeCmd.SET_POSITION, - int.to_bytes(pos1, 2, byteorder="little") + int.to_bytes(pos1*100, 2, byteorder="little") + int.to_bytes(pos2, 2, byteorder="little") + int.to_bytes(pos3, 2, byteorder="little") + int.to_bytes(tilt, 2, byteorder="little")