More control with Accesscontrol Videobuitenpost NHC 1 Bel - BL 550-22001 #130
Replies: 9 comments
-
To my knowledge all possible actions are exposed. |
Beta Was this translation helpful? Give feedback.
-
In configuration.yaml add following shell commands. Make sure the door phone is connected to your network, not to the Niko controller module. Otherwise HA cannot communicate with the door phone!
shell_command:
doorphone_hangup: curl -u admin:123qwe http://192.168.0.3/api/v1/call_hangup
doorphone_mute: curl -u admin:123qwe http://192.168.0.3/api/v1/mute_set?mute=tones_incoming
doorphone_unmute: curl -u admin:123qwe http://192.168.0.3/api/v1/mute_set?mute=off
Reboot HA.
Create automation (example in attachment)
…Sent from my Galaxy
-------- Original message --------
From: Tijs Verkoyen ***@***.***>
Date: 18/03/24 18:16 (GMT+01:00)
To: joleys/niko-home-control-II ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [joleys/niko-home-control-II] More control with Accesscontrol Videobuitenpost NHC 1 Bel - BL 550-22001 (Issue #125)
To my knowledge all possible actions are exposed.
@joleys<https://github.com/joleys> any idea if it is possible to hang up?
—
Reply to this email directly, view it on GitHub<#125 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANUSBYM7HW3XGYHCRYYG7FDYY4OO7AVCNFSM6AAAAABEYH3FWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBUGQ4TSMRQGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@Pitsaer can you confirm this is working? |
Beta Was this translation helpful? Give feedback.
-
Extra info:
API handleiding: https://www.robintele.com/images/downloads/How-To_The_Robin_API_v3.6.0_NL.pdf
Handleiding: https://www.robintele.com/images/downloads/Manual-Robin-SV-3211NL.pdf
…Sent from my Galaxy
-------- Original message --------
From: Ian Akkermans ***@***.***>
Date: 18/03/24 20:20 (GMT+01:00)
To: joleys/niko-home-control-II ***@***.***>, joleys/niko-home-control-II ***@***.***>
Cc: Subscribed ***@***.***>
Subject: RE: [joleys/niko-home-control-II] More control with Accesscontrol Videobuitenpost NHC 1 Bel - BL 550-22001 (Issue #125)
In configuration.yaml add following shell commands. Make sure the door phone is connected to your network, not to the Niko controller module. Otherwise HA cannot communicate with the door phone!
shell_command:
doorphone_hangup: curl -u admin:123qwe http://192.168.0.3/api/v1/call_hangup
doorphone_mute: curl -u admin:123qwe http://192.168.0.3/api/v1/mute_set?mute=tones_incoming
doorphone_unmute: curl -u admin:123qwe http://192.168.0.3/api/v1/mute_set?mute=off
Reboot HA.
Create automation (example in attachment)
Sent from my Galaxy
-------- Original message --------
From: Tijs Verkoyen ***@***.***>
Date: 18/03/24 18:16 (GMT+01:00)
To: joleys/niko-home-control-II ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [joleys/niko-home-control-II] More control with Accesscontrol Videobuitenpost NHC 1 Bel - BL 550-22001 (Issue #125)
To my knowledge all possible actions are exposed.
@joleys<https://github.com/joleys> any idea if it is possible to hang up?
—
Reply to this email directly, view it on GitHub<#125 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANUSBYM7HW3XGYHCRYYG7FDYY4OO7AVCNFSM6AAAAABEYH3FWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBUGQ4TSMRQGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@tijsverkoyen Sorry for the late reply. I'll try it this week and get back to you :-) |
Beta Was this translation helpful? Give feedback.
-
alias: NHC - Voordeur verbreek call bij openen deur
|
Beta Was this translation helpful? Give feedback.
-
It works great, thanks ! `type: vertical-stack
Is there any chance of being able to pick up the phone directly and speak like in the Niko Home app or on the niko control screen? |
Beta Was this translation helpful? Give feedback.
-
The door phone only supports one SIP server (which is the NHC controller module), and one failover SIP server that will only be contacted if the NHC controller is unavailable.
The NHC controller itself is connected to a cloud SIP server, to receive calls on the Niko mobile app.
If you want to answer calls on another system you would need to setup some kind of internal SIP server that handles the calls between the door phone and the NHC controller (like Asterisk)
You would need to reconfigure the NHC door phone to call the new SIP server. The new SIP server then forwards the call to the NHC controller and any additional configured client.
Never tested it, but I assume it is technically possible.
From: Pitsaer ***@***.***>
Sent: Wednesday, 20 March 2024 10:01
To: joleys/niko-home-control-II ***@***.***>
Subject: Re: [joleys/niko-home-control-II] More control with Accesscontrol Videobuitenpost NHC 1 Bel - BL 550-22001 (Issue #125)
That way, when someone rings the doorbell, I get the picture of the street phone displayed on my dashboard, with a hangup button and a mute button :-)
`type: vertical-stack
cards:
* type: conditional
conditions:
* condition: state
entity: sensor.poste_video_exterieur_call_status_01
state: Idle
card:
show_current: true
show_forecast: true
type: weather-forecast
entity: weather.buienradar
forecast_type: daily
* type: conditional
conditions:
* condition: state
entity: sensor.poste_video_exterieur_call_status_01
state: Ringing
card:
camera_view: live
type: picture-glance
entities:
* entity: binary_sensor.sonette_call_pending
* entity: binary_sensor.sonette_call_answered
camera_image: camera.poste_video_exterieur
aspect_ratio: '4:3'
tap_action:
action: navigate
navigation_path: ''
* type: conditional
conditions:
* condition: state
entity: sensor.poste_video_exterieur_call_status_01
state: Ringing
card:
type: horizontal-stack
cards:
* type: horizontal-stack
cards:
* type: custom:mushroom-template-card
primary: hangup
secondary: ''
icon: mdi:radio
tap_action:
action: call-service
service: shell_command.doorphone_hangup
target: {}
badge_color: ''
icon_color: purple
* type: horizontal-stack
cards:
* type: custom:mushroom-template-card
primary: mute
secondary: ''
icon: mdi:radio
tap_action:
action: call-service
service: shell_command.doorphone_mute
target: {}
badge_color: ''
icon_color: red
`
Is there any chance of being able to pick up the phone directly and speak like in the Niko Home app or on the niko control screen?
-
Reply to this email directly, view it on GitHub<#125 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANUSBYP5PR3CAQOBMFTEGR3YZFF45AVCNFSM6AAAAABEYH3FWOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGA3DSNZTGY>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the info, I might try to do that in the future. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it possible to have more control options with accesscontrol?
In action I only see my strike opening and in sensors I have Call Answered, Call Pending and Decline call applied on all devices. And of course I have video streaming.
When my doorbell rings, I always go through the Niko app or my Niko screen (because I'm kind of obliged to...). But I'd like to use Home Assistant to do a Hangup at the very least.
If you have any info or ideas :-)
Beta Was this translation helpful? Give feedback.
All reactions