lifeemotions / knx.net

KNX.net provides a KNX API for .NET
MIT License
101 stars 47 forks source link

Manually set #34

Closed ThomasLammens closed 6 years ago

ThomasLammens commented 7 years ago

Dear,

We are now getting an "event" for the correct address when we execute a "requestStatus" call. How do we go about receiving an event when a switch is set manually ?

Kind regards, Thomas

abelsilva commented 6 years ago

what do you mean by when a switch is set manually?

ThomasLammens commented 6 years ago

Dear Abel, When we use a button to manually switch the actor, we want to read the status of the actor, this is (as far as we know) now not possible. We can read the status of an actor switched by the software we are developing but when it is switched manually there is no readable status change.

kind regards, Thomas

abelsilva commented 6 years ago

Check the README

Requesting status

abelsilva commented 6 years ago

If you to be notified you just need to subscribe the delegates

If KNX is not sending the events, you need to configure the actuators to send them

ThomasLammens commented 6 years ago

Hey Abel,

Thanks again for the help, we managed to find our problem and found a fix for it.

Kind regards, Thomas