Skip to content

Commit 700fdd1

Browse files
committed
Verify TC85 against official spec page; soften unconfirmed battery capacity
Cross-checked against tapo.com's TC85 v1 spec page — every field matches (resolution, sensor, lens, FOV, IR 49ft, IP66, dimensions, weight, codec/fps, audio, 512GB storage, no RTSP/ONVIF). The stored "10,000mAh" battery capacity wasn't confirmed on this or any cited source, so replaced with only the verified charging spec (5V/2A) and battery life (300 days).
1 parent 0f280dc commit 700fdd1

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

cameras/tapo/tc85.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"range_m": 15
4646
},
4747
"power": {
48-
"method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel"
48+
"method": "Built-in rechargeable lithium-ion battery (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)"
4949
},
5050
"storage": {
5151
"onboard": false,
@@ -68,7 +68,8 @@
6868
],
6969
"sources": [
7070
"https://www.tp-link.com/us/home-networking/cloud-camera/tc85/",
71-
"https://www.tapo.com/en/product/smart-camera/tc85/"
71+
"https://www.tapo.com/en/product/smart-camera/tc85/",
72+
"https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/"
7273
],
7374
"configs": {
7475
"home_assistant": {

data/cameras.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118622,7 +118622,7 @@
118622118622
"range_m": 15
118623118623
},
118624118624
"power": {
118625-
"method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel"
118625+
"method": "Built-in rechargeable lithium-ion battery (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)"
118626118626
},
118627118627
"storage": {
118628118628
"onboard": false,
@@ -118645,7 +118645,8 @@
118645118645
],
118646118646
"sources": [
118647118647
"https://www.tp-link.com/us/home-networking/cloud-camera/tc85/",
118648-
"https://www.tapo.com/en/product/smart-camera/tc85/"
118648+
"https://www.tapo.com/en/product/smart-camera/tc85/",
118649+
"https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/"
118649118650
],
118650118651
"configs": {
118651118652
"home_assistant": {

docs/cameras.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118622,7 +118622,7 @@
118622118622
"range_m": 15
118623118623
},
118624118624
"power": {
118625-
"method": "Built-in rechargeable lithium-ion battery (10,000mAh); optional Tapo solar panel"
118625+
"method": "Built-in rechargeable lithium-ion battery (5.0V/2.0A charging, up to 300 days battery life); optional Tapo A200 solar panel (sold separately)"
118626118626
},
118627118627
"storage": {
118628118628
"onboard": false,
@@ -118645,7 +118645,8 @@
118645118645
],
118646118646
"sources": [
118647118647
"https://www.tp-link.com/us/home-networking/cloud-camera/tc85/",
118648-
"https://www.tapo.com/en/product/smart-camera/tc85/"
118648+
"https://www.tapo.com/en/product/smart-camera/tc85/",
118649+
"https://www.tapo.com/us/product/smart-camera/tc85/v1%20(1-pack)/"
118649118650
],
118650118651
"configs": {
118651118652
"home_assistant": {

0 commit comments

Comments
 (0)