Search found 3 matches

by diskhub
Wednesday 30 September 2020 12:26
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 19146

Re: EufyCam E : set security mode fom domoticz

What's the enum value for the GeoFencing guard mode?
by diskhub
Wednesday 30 September 2020 12:17
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 19146

Re: EufyCam E : set security mode fom domoticz

Ok. It's because i am behind VPN. it's solved now.
The code works perfectly
by diskhub
Wednesday 30 September 2020 11:02
Forum: Cameras
Topic: EufyCam E : set security mode fom domoticz
Replies: 52
Views: 19146

Re: EufyCam E : set security mode fom domoticz

import asyncio import logging import os from aiohttp import ClientSession from eufy_security import async_login from eufy_security.types import GuardMode logging.basicConfig(level=logging.DEBUG) EUFY_EMAIL = "" EUFY_PASSWORD = "" async def main() -> None: """Create the aiohttp session and run the ...