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

Intercom - Ding event not available in ioBroker where I use your adapter #1418

Closed
1 task done
WaldemarCichon opened this issue Apr 20, 2024 · 1 comment
Closed
1 task done
Labels
bug Something isn't working

Comments

@WaldemarCichon
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe The Bug

I use your adapter for some time. It works very well - I use it together with a chime to unlock the door and also to watch other persons unlocking the door. But the Ding event seems not to work. It is never called.

To Reproduce

write a script with the handling of the ding event
ring the bell connected to the intercom
open the door by pushing the knob or calling the method in the API
` intercom.onDing.subscribe({
next: () => {
console.log(Ding was triggered');
chime.setVolume(8);
chime.playSound("ding");
}
})

console.log('init for unlocked');
intercom.onUnlocked.subscribe({
    next: () => {
        console.log("Unlocked");
        chime.playSound("motion");
        
    }
})`

Expected behavior

the ding event should be called
in oposite - the unlock event works very well.

Relevant log output

no output / logs available

Screenshots

No response

Homebridge Ring Config

none, called directly by a script

Additional context

No response

OS

Raspian

Node.js Version

V18.18.0

NPM Version

v10.2.4

Homebridge/HOOBs Version

none

Homebridge Ring Plugin Version

current

Operating System

Raspian

@WaldemarCichon WaldemarCichon added the bug Something isn't working label Apr 20, 2024
@tsightler
Copy link
Collaborator

Please read https://github.com/dgreif/ring/wiki/Refresh-Tokens#refresh-token-updates, specifically the important note section. Most likely you will need to delete the device from Ring Control Center and repeat the authentication process.

@tsightler tsightler closed this as not planned Won't fix, can't repro, duplicate, stale May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants