Klagio
(Klagio)
December 29, 2021, 4:43pm
981
I think its my bad luck 5, years and still not able to have a doorpress event
claudio@ubuntu20jitsinuc6:~/test$ python3.9 --version
Python 3.9.9
claudio@ubuntu20jitsinuc6:~/test$ python3.9 hik.py
loop[2] find 5 mac and 9 ip
Segmentation fault
claudio@ubuntu20jitsinuc6:~/test$
Try, 3.7 , my addon runs 3.7 too
flo122at
(Flo122at)
December 29, 2021, 6:56pm
983
Hello Everybody,
i have the DS-KV8113 intercom solution.
I want to catch the door-unlock event in Home Assistant. So if someone unlock with a card on the terminal I will catch this event in home assistant.
Is this possible?
I get the doorbell event and I can unlock the door via the curl command.
I have also the SDK running on an windows Computer - in there I see the Unlock Event by the card. Is it possible to trigger from that status?
Have anyone an solution for that.
Best regards
If the SDK works ,the use the addon I posted , that will create a sensor for you
how did you set this up in home assistant, i have the same intercom…
flo122at
(Flo122at)
December 30, 2021, 7:58am
986
Hello, for the Doorbell event I have created an Rest Sensor - the same as in the first post:
For open the Door, I have testet the HikConnect Custom Integration also from the first post - that works for me:
Hi everyone,
thanks to this post + some additional reverse engineering on Hik-Connect app I created a Home Assistant integration for Hik-Connect cloud. Basically, if you are able to open your door using Hik-Connect app, it should be working with this integration too. There are no other features yet.
The target audience is people living in block of flats where other Hikvision devices (smart doorbells, recorders) are managed by someone else and you only have admin access to your video intercom d…
Ok thanks, so for the doorpress i would like to anounce through alexa player if someone pressed the doorbell, any idea how i can do that, through automations or script?
Klagio
(Klagio)
December 31, 2021, 11:28am
988
claudio@ubuntu20jitsinuc6:~/test$ python3.7 hik.py
loop[2] find 5 mac and 9 ip
Segmentation fault
claudio@ubuntu20jitsinuc6:~/test$
Klagio
(Klagio)
December 31, 2021, 11:29am
989
I try the route of the hardware. Wish to use a spare Shelly1 instead of an NodeMcu.
The cable COM1 and NO1, should go in I and O of the Shelly1, and then program the Shelly as momentary switch, or?
Can anyone tell me how to change the entity to a cover so I can ask Google to “open” rather than “turn on”
Klagio
(Klagio)
December 31, 2021, 11:50am
991
I try the route of the hardware. Wish to use a spare Shelly1 instead of an NodeMcu.
I am following this guide
I have a dumb doorbell which I wanted to make smart so I get messages on my phone including a picture from the camera.
I was using a Xiaomi vibration sensor which I sticked to my chime, but there always was a delay and when someone only pushed the doorbell button very short it doesn’t (always) work.
After some research I found that a Shelly 1 would be able to do the job, but couldn’t find a connection diagram for this. After some help from the Dutch Tweakers forum and the Shelly Support site I…
@pergola.fabio you think this will not damage the Hikviusion? Which I put in SW and which on L (COM1 to SW and NO1 to L or viceversa?)
Try creating a template cover, or create a routine in google
On indoor or outdoor? On my indoor , when I did calling linkage, there was no voltage, it was just a relay that closed…
For the door relay, that’s something else, if you want to trigger a door open, then there is offcourse output voltage, coming from your door… I believe it was for me 24v… Nodemcu was only 3.3 , so created a voltage divider with resistor to bring it back
Klagio
(Klagio)
December 31, 2021, 1:16pm
994
Indoor for doorbell press event
ok, thats easy, no voltage on it, just an open/close contact
Klagio
(Klagio)
December 31, 2021, 2:14pm
996
Shelly1 is not connecting on my WiFi when on 12V … oh Gosh there is always something.
I found an old Nodemcu, will try that, do you use the ESPHOME? Can you share your code?
Indeed, esphome… Code? Was just an input sensor, 2 lines of code
Klagio
(Klagio)
December 31, 2021, 5:12pm
998
A bit rusty, o this, on the nodemcu need to use two GPIO?
COM1 to GND
and
NO1 to GPIO2
?
binary_sensor:
- platform: gpio
id: button
name: Doorbell Button
pin:
number: GPIO2
mode: INPUT_PULLUP
inverted: true
filters:
# Small filter, to debounce the button press.
- delayed_on: 25ms
- delayed_off: 25ms
Yeah, think so, just test
Klagio
(Klagio)
January 1, 2022, 1:57am
1000
Ok, it works, thanks for all
Is there a way to make the phone ring instead of a notification?