Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Add Sensornode for HMIP blind actuators with tilt functionality #365

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

rbloehm
Copy link
Contributor

@rbloehm rbloehm commented Dec 30, 2020

This pull request:

  • fixes an issue of Homematic IP Blind actuators with tilt functionality (HmIP-BBL, HmIP-FBL) not showing the correct tilt position

Since one of the last updates the HmIP Blind actuators do not report the current positions in channel 4 anymore, but only use channel 4 for writing, and instead channel 3 for showing the current position ("LEVEL") + tilt ("LEVEL_2").

This is NOT an issue whenever a specific tilt position (e.g., 47%) is set (in CCU, Home Assistant, ...) and reached.

It IS an issue whenever the target is not specified (by, e.g., using the manual, regular wall switches, or the arrows in a web UI) and then stopped when the desired position is reached. Channel 4 will then stay in position 0 or 100 and not reflect the actual position. According to EQ-3, this behaviour is intended and will not be changed. Channel 3 should be used for getting the current (tilt) position.

Related discussions: https://github.com/danielperna84/pyhomematic/issues/241#issuecomment-748254645

This is very similar to the commit for the non-tiltable blind actuators: 6e8f05f

@danielperna84 danielperna84 merged commit a7d92d4 into danielperna84:devel Dec 30, 2020
@rbloehm rbloehm deleted the sensornode-blindtilt branch December 30, 2020 23:11
@danielperna84 danielperna84 mentioned this pull request Jan 1, 2021
danielperna84 added a commit that referenced this pull request Jan 1, 2021
* Homeassistant/improve/cover (#341)

* enhanced device nameing

* rmeoved unused var

* Device Support for HmIP-DRSI1 (#356)

* Add support for HmIPW-Devices (DRD3, SPI, DRBL4) (#310)

* Added support for HmIPW-DRD3, HmIPW-SPI and HmIPW-DRBL4

* Fix whitespace

Co-authored-by: Daniel Perna <danielperna84@gmail.com>

* support rx_mode (#313)

* support rx_mode

* fix whitespace

* feat: add device support for HmIP-DRSI1

Co-authored-by: P0L0 <1452110+p0l0@users.noreply.github.com>
Co-authored-by: Daniel Perna <danielperna84@gmail.com>
Co-authored-by: Steffen Rusitschka <rusitschka@users.noreply.github.com>
Co-authored-by: Lukas Riegel <lukas.riegel@sap.com>

* Update misc.py (#363)

* Update misc.py

Added support for Wall Mounted Switch WRCC2

* Update misc.py

* Update misc.py

Starting to feel a bit stupid now, but now it should be correct

* Add sensornode for tilt position of HmIP Covers (#365)

* Support for Bat Level and WRCC2 (#366)

Added battery voltage helper to remote HmIP devices
Added WRCC2 remote switch.

All tested and working with WRC2 and WRCC2

* Adds inhibit param to supported devices. (#364)

* Bump version, update changelog

* Lint

* Support for HmIP-FALMOT-C12 #367

* Add HmIP-SRD #347

* Add to dict #347

* Logging cleanup

Co-authored-by: Matthias Weiss <matthias.weiss@posteo.de>
Co-authored-by: lukasriegel <lukas-riegel@t-online.de>
Co-authored-by: P0L0 <1452110+p0l0@users.noreply.github.com>
Co-authored-by: Steffen Rusitschka <rusitschka@users.noreply.github.com>
Co-authored-by: Lukas Riegel <lukas.riegel@sap.com>
Co-authored-by: Remko76 <75678314+Remko76@users.noreply.github.com>
Co-authored-by: Robin Blöhm <robin.bloehm@gmail.com>
Co-authored-by: Patrick Hofmann <p.hofmann@afb-esolutions.de>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants