Thanks, yes i notice that too. Still, I need to have the low quality stream enabled, someone else with G3 Flex cameras please let me know your setting. For my G4 Bullets I don’t have RTSP enabled at all in the camera settings, so it works in some kind of magical way
Nope. 10 charrrr
Just wanting to shout out to @briis for all the effort and work put into this component. I’m excited to see 2022 for the next integrated release into HA. Hats off to @briis
Thank you, but I need to extend that thanks to @AngellusMortis and @bdraco who are really the guys behind most of the work in the last few month.
Hi,
Please forgive me for my noobness only really dabbled in HA/ Hacs for my protect doorbell coming from nest. This has worked for the most part since january but since about Nov it seems to stop working every day or two and I have no idea why. I have a G4 Doorbell connected to its own UI AP. RTSP high is enabled. This is the same script since jan. It triggers fine from within HA. If i reboot HA it works for a few days then just doesnt seem to detect anyone pressing the doorbell. Any ideas?
alias: Alexa Doorbell Ring
description: Alexa Notification on Doorbell press
trigger:
- platform: state
to: 'on'
entity_id: binary_sensor.doorbell_g4_doorbell
from: 'off'
condition: []
action:
- service: notify.alexa_media_david_s_echo_dot
data:
message: Someone is at the front door!
data:
type: tts
- service: notify.alexa_media_david_s_2nd_echo_dot
data:
message: Someone is at the front door!
data:
type: tts
- service: notify.alexa_media_david_s_3rd_echo_dot
data:
message: Someone is at the front door!
data:
type: tts
mode: single
Nope. 10 charrrr
Hi,
Thanks my protect is still on 120.1 upgrading now
No idea why your doorbell trigger isn’t working but you can consolidate the notify for multiple devices:
- service: notify.alexa_media
data:
target:
- media_player.david_s_echo_dot
- media_player.david_s_2nd_echo_dot
- media_player.david_s_3rd_echo_dot
data:
type: tts
method: all
message: Someone is at the front door!
Hi,
Thank you for that much appreciated have updated my automation.
David
Nope. 10 charrrr
Unfortunately my automation based on state of the binary.sensor_doorbell also failed, somehow in ha it doesn’t switch to on (doorbell rings) to off (doorbell not ringing) anymore. When i see the sensor in my lovelace card i see it switch from not detected to detected but the it doesn’t seem to trigger the on/off of the sensor (weird i know). I then decided to switch to the event trigger(
unifiprotect_doorbell) instead of the state trigger in my automations, and all is working again
Hi all – I’ve been using this integration (it’s awesome, thanks) for ~1 year. I have several cameras/doorbell. Recently had an issue crop up, I’m on the latest version of Unifi Protect and Home Assistant.
I have my cameras all feed into HomeKit – has worked great for a year. In the past week, for some reason, all of my still images on HomeKit go back to New Year’s Eve and don’t refresh (normally refresh after a few seconds). However, the motion notifications work and when I click on each camera, the live image comes through just fine. When I look at the feed in Home Assistant, it shows the most current image.
I have upgraded this integration to the latest beta, reloaded the integration, rebooted HassOs and the system itself – the old still image remains on HomeKit. One thing I haven’t done, is removed the camera entities from HomeKit and re-added them.
Any ideas? I’m stumped. Thanks!
Nope. 10 charrrr
Can you try unpairing them with the homekit.unpair
service and repairing them in the Home app?
I saw somewhere this is a general Homekit problem … so maybe it’s related to that?
https://www.reddit.com/r/HomeKit/comments/rpwcww/camera_snapshots_stuck_showing_now_but_image_is/
Yesterday I installed an update (via HACS) to v0.12.0-beta6 and had to change some of my attribute-based person/vehicle detection automations as a result.
Today, HACS updated the component again but this time to v0.11.4 - and failed to load after a reboot.
So I am not sure I understand what is going on with the version numbers and preparation for core integration. But it is now failing to load with the following error:
Logger: homeassistant.setup
Source: setup.py:153
First occurred: 10:16:37 (1 occurrences)
Last logged: 10:16:37Setup failed for unifiprotect: Integration not found.
I had the same. In my case the custom_components folder had unifiprotect/unifiprotect/ when I moved the contents of the second unifiprotect folder to the first unifiprotect folder it worked again.
Nope. 10 charrrr
Nope. 10 charrrr