merdok / homebridge-miot

Homebridge plugin for devices supporting the Xiaomi miot protocol
MIT License
397 stars 64 forks source link

isa.camera.hlc7 #631

Closed Pejpr closed 2 months ago

Pejpr commented 2 months ago

Hi, I have isa.camera.hlc7 Camera and in HomeKit I can see just ON/OFF button and no live stream video - it is OK or I am missing something else? Thx for lead the right direction.

Here is my config: { "devices": [ { "name": "Mímo", "ip": "10.0.0.2", "token": "", "deviceId": "1104686365", "model": "isa.camera.hlc7", "pollingInterval": 10, "propertyChunkSize": 5, "deepDebugLog": false, "silentLog": false, "deviceEnabled": true, "micloud": { "username": "", "password": "", "country": "de", "forceMiCloud": true, "timeout": 100 }, "buzzerControl": true, "ledControl": true, "childLockControl": true, "modeControl": true } ], "platform": "miot" }

merdok commented 2 months ago

There is currently no live stream support for cameras... That would need to be first implemented by someone who has knowledge of that.