Add Tapo C310 v1

This commit is contained in:
2025-01-08 17:09:38 +00:00
parent 27c53b5373
commit 6b367a9c12
5 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
#!/bin/sh
#
# Perform basic settings on a known IP camera
#
#
# Set custom upgrade url
#
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/ssc335_lite_tp-link-tapo-c310-v1-nor.tgz'
#
#
# Set custom majestic settings
#
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.irCutPin1 78
cli -s .nightMode.backlightPin 14
cli -s .nightMode.colorToGray true
cli -s .audio.speakerPin 61
cli -s .video0.codec h264
#
#
# Set wlan device and credentials if need
#
fw_setenv wlandev rtl8192eu-ssc335-tapo-c310
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678
exit 0