Git Product home page Git Product logo

Comments (5)

snowdd1 avatar snowdd1 commented on August 14, 2024

Hi Patrick,
I think HomeKit should not send an ON command at all when controlling brightness. At least it doesn't do in my configuration.
I noticed you use the same response addresses (Rückmeldeadressen) for both On and Brightness - that is very strange as On is DPT1 (1 bit Boolean) and Brightness is DPT5 (8 bit integer )

I think you should fix these and try again.

Best regards
Raoul

from homebridge-knx.

coliflower avatar coliflower commented on August 14, 2024

Hi Patrick,

as Raoul already wrote, you will need a different GA on different KO of your dimmer for Brightness/Listen.

Have a nice day !
Dariusz

from homebridge-knx.

 avatar commented on August 14, 2024

Hi,

Thx for your help, but its the same behavior:

"type":"Lightbulb",
"name":"Kuche",
"On":{
"Set":"0/0/3",
"Listen":[
"0/2/14"
]
},
"Brightness":{
"Set":"0/7/1",
"Listen":[
"0/2/3"
]
}
},

bildschirmfoto 2016-08-20 um 5 06 33 pm

from homebridge-knx.

snowdd1 avatar snowdd1 commented on August 14, 2024

Hi Patrick,
I just made a group monitor screenshot of the addresses thatare sent when I change the brightness using Homekit.

image

As you can see there is no ON (EIN) command, only a ON response. You might have somehow mixed the response addresses or something. Homekit (and homebridge-knx) does not send the ON if the brightness is changed. I know that this is different with Hue Bulbs that require the ON before they accept brightness values.
So I do not know where the ON is coming from in your configuration!

Regards
Raoul

from homebridge-knx.

snowdd1 avatar snowdd1 commented on August 14, 2024

No traffic on that issue - stale, closing.

from homebridge-knx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.