Files
Strix/data/brands/sonoff.json
T
eduard256 627409cf56 Add Frigate config merging and camera database updates
- Refactor Frigate generator to support adding cameras to existing configs
- Add text-based YAML parsing to preserve formatting and comments
- Implement duplicate camera/stream name detection and auto-numbering
- Add support for inserting cameras into existing go2rtc and cameras sections
- Update UI: add textarea for existing config input and generate button
- Preserve user's existing configuration when adding new cameras
- Add example config template for new users
- Update ConfigPanel to initialize Frigate tab instead of auto-generating
- Add FrigateGenerator import to main.js
- Add custom styles for Frigate config input and output sections
- Support both empty config (create from scratch) and existing config (merge) modes

Camera database updates:
- Add OpenIPC firmware camera support (257 models)
- Add Yi-Hack firmware variants (v4, v5, Allwinner, MStar)
- Add Fang-Hacks firmware support
- Add OpenMiko firmware support
- Update Sonoff camera models
- Update Thingino firmware camera models
2025-11-11 22:32:59 +03:00

116 lines
2.3 KiB
JSON

{
"brand": "Sonoff",
"brand_id": "sonoff",
"last_updated": "2025-11-11",
"source": "ispyconnect.com, github.com/roleoroleo/sonoff-hack",
"website": "https://github.com/roleoroleo/sonoff-hack",
"entries": [
{
"models": [
"Cam Slim",
"CAM-S2",
"DW2",
"GBP",
"GK_200MP2C",
"GK-200",
"GK-200MP2-B",
"Other",
"S-CAM",
"Slim"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/av_stream/ch0"
},
{
"models": [
"CAM Slim",
"GK-200MP2B",
"GK-200MP2-B",
"Slim"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/av_stream/ch1"
},
{
"models": [
"gk-200",
"GK-200MP2",
"GK-200MP2-B",
"Pant-Tilt",
"XXXX"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/live/ch00_0"
},
{
"models": [
"GK-200MP2B"
],
"type": "FFMPEG",
"protocol": "http",
"port": 8080,
"url": "/cgi-bin/snapshot.sh?res=low"
},
{
"models": [
"GK-200MP2-B"
],
"type": "FFMPEG",
"protocol": "https",
"port": 443,
"url": "/"
},
{
"models": [
"Other"
],
"type": "VLC",
"protocol": "rtsp",
"port": 0,
"url": "live/ch00_0"
},
{
"models": [
"SONOFF-HACK GOKE GK7205V200",
"GK-200MP2-B with sonoff-hack",
"Goke GK7205V200",
"sonoff-hack"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/av_stream/ch0",
"notes": "Sonoff-hack custom firmware - Main stream"
},
{
"models": [
"SONOFF-HACK",
"GK-200MP2-B with sonoff-hack",
"sonoff-hack"
],
"type": "JPEG",
"protocol": "http",
"port": 8080,
"url": "/snapshot.jpg",
"notes": "Sonoff-hack custom firmware - JPEG snapshot (port 8080)"
},
{
"models": [
"SONOFF-HACK GOKE GK7205V300",
"GK7205V300",
"Goke chipset"
],
"type": "FFMPEG",
"protocol": "rtsp",
"port": 554,
"url": "/av_stream/ch0",
"notes": "Sonoff-hack for Goke GK7205V300 chipset"
}
]
}