joleys / niko-home-control-II

Home Assistant Custom Integration for Niko Home Control II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muting doorbell on touch screen?

flimofly opened this issue · comments

The Niko touch screen also act as a speaker, ringing when someone is at the door (through Niko video door station). It's possible to mute the touch screen sound but I would would like to automate this so that the speaker is muted after a certain time of day.

As far as I understand, the touch screen is neither accessible via the api, nor the Niko programming software.

I don't own a RobinsIP Videodoorstation, so I can't assist in this exact question

In theory everything that is possible in the Niko Home app for your phone is possible in Home Assistant.

In the device list of someone else I see there is a parameter exposed SpeakerVolume, but this is not controllable. So I suspect it is not possible to change the volume.

@joleys do you know if this is possible?

I cannot find anything in the Niko API documentation, but we know not everything is in there. I tried some commands via MQTT but was unable to change the volume settings.
The Robin manual for their API shows a curl command to mute the audio:

curl -u admin:<password> "http://<address>/api/v1/mute _ set?mute=tones _ incoming"
curl -u admin:<password> "http://<address>/api/v1/mute _ set?mute=off"

Does this info help?

@flimofly did it work?

@flimofly any update? Did it work.
I will close this issue for now. If not: feel free to reopen it.