Hi all,
I’ve noticed, that my Homematic IP Switch for my Windows Covers is showing the current status inverted to what I see from Homematic IP.
When the cover is open, Homematic IP is showing 0% - Homeassistant is showing 100%
When the cover is closed, Homematic IP is showing 100% and Homeassistant shows 0%
Open / closing the Cover is working fine in Homeassistant - so basically, it is working fine - but I would like to swith the status just as it is shown in Homematic IP.
I’ve found this issue in Github:
But it seems that this was already closed…
Homematic IP Device:
HmIP-BROLL
Homematic IP Integration with Accesspoint
Homeassistant System
arch | x86_64 |
---|---|
dev | false |
docker | false |
hassio | false |
installation_type | Home Assistant Core |
os_name | Linux |
os_version | 5.4.44-1-pve |
python_version | 3.7.3 |
timezone | Europe/Berlin |
version | 0.111.4 |
virtualenv | true |
Entität | Zustand | Attribute |
---|---|---|
cover.rollladen_gross_wohnzimmer | open | current_position: 100 |
model_type: HmIP-BROLL | ||
rssi_device: -60 | ||
rssi_peer: -58 | ||
id: 3014F711A0001118A9A59B4D | ||
is_group: false | ||
friendly_name: großes Fenster | ||
icon: hass:window-shutter-alert | ||
supported_features: 15 |
I’ve seen that there is an option to invert the state, set_tilt_position:
Service cover.set_cover_tilt_position
Set cover tilt position of one or multiple covers.
Service data attribute | Optional | Description |
---|---|---|
entity_id |
yes | String or list of strings that point at entity_id ’s of covers. Use entity_id: all to target all. |
tilt_position |
no | Integer between 0 and 100. |
But I haven’t found out, how I could use this… and I am not sure, if this is really what I am searching for - I would like to have the status shown as 0% for open, and 100% for closed just everywhere, where I am using that device / these devices.
Thanks and with best regards,
Christoph