Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem about relative dimming,using Handler without feedback. #153

Open
happylichuanxi opened this issue Oct 30, 2019 · 3 comments
Open

Comments

@happylichuanxi
Copy link

hi there,my knx dimming module only support relative dimming ,I have tried many config files but all failed ,do you have any idea where's the problem?

@happylichuanxi happylichuanxi changed the title problem about relative dimming problem about relative dimming,using Handler without feedback. Nov 2, 2019
@snowdd1
Copy link
Owner

snowdd1 commented Feb 7, 2020

There currently is no solution. You'll have to write your on dimmer handler that counts the dimming telegrams and calculates an absolute value. And vice versa. Apple did not care about those dimmers.

@fred925
Copy link

fred925 commented Feb 6, 2021

Relative dimming.
My dimmer modules communicate the brightness with 4 bits (not 1 byte), is this then a relative dimmer?
I cannot get my dimmers to work with the current handlers, I can switch off dimmer lights, and I can see in HomeKit (iPhone) that the dimmer value increase/ decrease when I manipulate them from the dimmer wall switch's.
Has anyone made a solution to this?

@snowdd1
Copy link
Owner

snowdd1 commented Feb 17, 2021

Hi @fred925 ,
you are right - However, it seems that your dimmer module is able to send the status as 1-byte percentage - otherwise you wouldn't be able to see the value change in Homekit.
A lot of dimmer modules support both - 4 bit up/down telegrams and 1 byte percentage to "jump" to the desired brightness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants