Oliver Drobnik

Results 15 comments of Oliver Drobnik

My blinds don't have this behavior when I control them via Loxone software... Looking at the logs those end positions are sent as: ``` [blinds] iOS - send message to...

Yes, there is a setting "Return duration for shading with blinds" - but that needs to be set so that my controller can adjust the angle of the slats between...

I experimented a bit more and this seems to work to a degree: ``` var command = 0; if (typeof value === 'boolean') { command = value ? 'FullUp' :...

This is so far the best result. When moving to fully closed from stand-still it closes the slats. This is the case for example if you tap the blinds button...

I did some more or less random experimenting, with limited success. The problem remains unsolved.