Closed qubiack closed 2 years ago
Its not meant to work this way. One the hand, you habe Homekit. When you press the button here, you notify another system of the button click by calling the url. homekit then switches the state. On the other hand you have another system that notifies homekit of a state change. But the url will not be called. why should it? The notifying system already knows the new state.
I have an issue with the call
on_url
method. When I trigger a button manually by the interface it always calls myon_url
link and everything work as expected. But when I trigger an action from URL like:http://{homebridgeIP}:51828/?accessoryId=vswitch1&state=true
status of the trigger is changed buton_url
is not called.Do you have any idea why it is working in this way?