You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be great if this project could support the C410 with it latest firmware! Unfortunately, the device is now sold with the version 1.0.17, which already don't contains the ONVIF and RTMP service. Furthermore, Tapo refuses to provide the previous firmware to downgrade the devices and the community seems to be unable to find it on it own.
With the latest firmware, it is however still possible to acquire the video stream with the Tapo protocol on this device. This is already possible using go2rtc.
Describe the solution you'd like
A way to fully support this device would be to:
Support motion detection via the Tapo protocol
Support video stream via the Tapo protocol
Describe alternatives you've considered
I have considered setting up go2rtc, but this last one isn't designed for detection clip record, but rather constant streaming/recording.
Events AFAIK are not exposed locally other than through onvif, so the scope of this is only for streaming which is duplicate of #799 .
Start would be to look into how go2rtc does streaming or pytapo downloads recordings, the same can be used for streaming just a different url (inspect traffic). Then somehow transform and expose this stream to HA.
#799 doesn't mention anything about motion detection, which is the MVP of this feature request. Appreciate it is not supported outside of ONVIF yet, thus why opening this ticket.
Start would be to look into how go2rtc does streaming
I had a look and this should be pretty trivial to implement. Confirmed it with wireshark as well.
Since all issues were closed, should I understand you are not interested in bringing this in your project?
Is your feature request related to a problem? Please describe.
It would be great if this project could support the C410 with it latest firmware! Unfortunately, the device is now sold with the version 1.0.17, which already don't contains the ONVIF and RTMP service. Furthermore, Tapo refuses to provide the previous firmware to downgrade the devices and the community seems to be unable to find it on it own.
With the latest firmware, it is however still possible to acquire the video stream with the Tapo protocol on this device. This is already possible using go2rtc.
Describe the solution you'd like
A way to fully support this device would be to:
Describe alternatives you've considered
I have considered setting up
go2rtc
, but this last one isn't designed for detection clip record, but rather constant streaming/recording.Additional context
This is a re-opening of #639
I'd be happy to help developing/testing this feature if you could shed some light as of where to start?
The text was updated successfully, but these errors were encountered: