dubocr / homebridge-tahoma

Homebridge plugin for TaHoma, Connexoon, Cozytouch, Energeasy Connect.
Apache License 2.0
137 stars 42 forks source link

[TiltOnlyVenetianBlind] Support for tilt only blinds? #508

Open chriscatuk opened 10 months ago

chriscatuk commented 10 months ago

Gateway: 5977 Device: VenetianBlind > TiltOnlyVenetianBlind

States Memorised position Tilt up Tilt down

It is not clear in the documentation if TiltOnlyVenetianBlind are supported. I find reference to tilt in the documentation only as 1 to 99% of a Venetian Blind, and open/close being 0 and 100%. As it's impossible with the home app to avoid using 0 and 100 the command never works with the following error:

[08/01/2024, 22:28:47] [TaHoma] [Kitchen Venetian blind] setClosure Error 400 No such command : setClosure on device rts://2052-5555-7777/111111111 (rts:TiltOnlyVenetianBlindRTSComponent) (UNSUPPORTED_OPERATION)

The config I tried among others:

        {
            "name": "TaHoma",
            "service": "somfy_europe",
            "user": "******@******.com",
            "password": "**********************",
            "devicesConfig": [
                {
                    "key": "TiltOnlyVenetianBlind",
                    "blindMode": true
                }
            ],
            "platform": "Tahoma"
        }

Is it supported and I'm doing it wrong?

alfaskop commented 8 months ago

Any update on this? I have the same issue....

chriscatuk commented 8 months ago

Nope. I switched to Home Assistant and it worked immediately as expected.

I said farewell to homebridge after years of service.

alfaskop commented 8 months ago

Ah, I found that issue was introduced in latest version, downgraded to previous version and it works again.

https://github.com/dubocr/homebridge-tahoma/issues/501