tuya / tuya-home-assistant

Home Assistant integration for controlling Powered by Tuya (PBT) devices using Tuya Open API, maintained by the Home Assistant Community and Tuya Developer Team.
MIT License
869 stars 206 forks source link

LSC Smart Doorbell #275

Open Alec-99 opened 3 years ago

Alec-99 commented 3 years ago

Video doorbel not appearing in Home Assistant.

Device normal info

The standard instruction set wich i've taken out of the debug option on iot :

basic_indicator Boolean "{true,false}" basic_flip Boolean "{true,false}" basic_osd Boolean "{true,false}" motion_sensitivity Enum
{ "range": [ "0", "1", "2" ] } basic_nightvision Enum
{ "range": [ "0", "1", "2" ] } sd_format Boolean "{true,false}" motion_switch Boolean "{true,false}" record_switch Boolean "{true,false}" record_mode Enum
{ "range": [ "1", "2" ] } basic_device_volume Integer { "min": 1, "max": 10, "scale": 0, "step": 1 }

The standard status set taken from te same place:

sd_format Boolean "{true,false}"
motion_switch Boolean "{true,false}"
record_switch Boolean "{true,false}"
record_mode Enum { "range": [ "1", "2" ] }
basic_device_volume Integer { "min": 1, "max": 10, "scale": 0, "step": 1 }
tsutsuku commented 3 years ago

Can you provide your device's category?

Alec-99 commented 3 years ago

What do you mean exactly?

Its a video doorbel, i think it falls under 'video surveillance'

Outlook voor Androidhttps://aka.ms/AAb9ysg downloaden


From: tsutsuku @.> Sent: Monday, August 2, 2021 4:34:11 AM To: tuya/tuya-home-assistant @.> Cc: monkey2b @.>; Author @.> Subject: Re: [tuya/tuya-home-assistant] LSC Smart Doorbell (#275)

Can you provide your device's category?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/tuya/tuya-home-assistant/issues/275#issuecomment-890666572, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AVAVWLJ5AQM3T3HSYL7PDDTT2X72HANCNFSM5BKFGZ6Q.

timmakken commented 3 years ago

I'm also looking for this integration @tsutsuku , i think a great start would be surveillance and then build up to doorbell features. Also i'm willing to help with the coding if required.

larsoss commented 3 years ago

I'm also looking for this.

porok commented 3 years ago

Looking for a tuya video doorbell driver..

frenck commented 2 years ago

The basics for this has been added to the Home Assistant Core 2021.11 version (mainly camera support). We are still working on support for doorbell push notifications.