samemory / homebridge-eufy-security

Work in progress
Apache License 2.0
97 stars 14 forks source link

[enhancement]: Support new SoloCam S40 #229

Closed magic7s closed 2 years ago

magic7s commented 3 years ago

Describe the solution you'd like

Would it be possible to support the new SoloCam S40. I just received it and I get the following accessories.

  1. Security System
  2. Motion Sensor
  3. Switch Enabled
  4. Switch Motion

edit: Video working once I configured it in plugin settings.

Here is the bootup logs. FYI Front Yard is the new device Front Door is an existing Wifi Door Lock.

[04/09/2021, 18:49:08] [HB Supervisor] Starting Homebridge with custom env: {"DEBUG":"EufySecurity"}
[04/09/2021, 18:49:15] Registering platform 'homebridge-eufy-security.EufySecurity'
[04/09/2021, 18:49:22] [EufySecurity] Initializing EufySecurity platform...
[04/09/2021, 18:49:22] [EufySecurity] Finished initializing Eufy Security Platform
[04/09/2021, 18:49:22] [EufySecurity] Loading accessory from cache: Front Door
[04/09/2021, 18:49:22] [EufySecurity] Loading accessory from cache: Front Yard
[04/09/2021, 18:49:22] [EufySecurity] Loading accessory from cache: Front Yard
[04/09/2021, 18:49:22] [EufySecurity] discoveringDevices
[04/09/2021, 18:49:23] [EufySecurity] EufyClient connected true
[04/09/2021, 18:49:23] [EufySecurity] PollingInterval: 10
[04/09/2021, 18:49:23] [EufySecurity] Refresh data from cloud and schedule next refresh.
[04/09/2021, 18:49:43] [EufySecurity] Found 2 stations.
[04/09/2021, 18:49:43] [EufySecurity] Found Station T8124P202131073E Front Yard SOLO_CAMERA_SPOTLIGHT_SOLAR { value: '68.233.220.95', timestamp: 1630802097000 }
[04/09/2021, 18:49:43] [EufySecurity] Found Station T8520Q1021131092 Front Door LOCK_ADVANCED undefined
[04/09/2021, 18:49:43] [EufySecurity] Found 2 devices.
[04/09/2021, 18:49:43] [EufySecurity] Found device T8124P202131073E Front Yard SOLO_CAMERA_SPOTLIGHT_SOLAR
[04/09/2021, 18:49:43] [EufySecurity] Found device T8520Q1021131092 Front Door LOCK_ADVANCED
[04/09/2021, 18:49:43] [EufySecurity] This device is not a station. Generating a new UUID to avoid any duplicate issue
[04/09/2021, 18:49:43] [EufySecurity] Front Yard UUID: 3429c4df-54f6-4d00-b3e4-d392adc045ce
[04/09/2021, 18:49:43] [EufySecurity] Front Yard looks station but it's not could imply some errors Type: 62
[04/09/2021, 18:49:43] [EufySecurity] Front Yard Constructed Station
[04/09/2021, 18:49:43] [EufySecurity] Restoring existing accessory from cache: Front Yard
[04/09/2021, 18:49:43] [EufySecurity] This device is not a station. Generating a new UUID to avoid any duplicate issue
[04/09/2021, 18:49:43] [EufySecurity] Front Door UUID: 54b3ae7f-cfe7-4c82-9252-a85c6c7ace2e
[04/09/2021, 18:49:43] [EufySecurity] Front Yard UUID: 1756f8f7-48ba-4d5a-8a48-c1adc9a88b25
[04/09/2021, 18:49:43] [EufySecurity] Front Yard has no battery
[04/09/2021, 18:49:43] [EufySecurity] Front Yard Constructed Camera
[04/09/2021, 18:49:43] [EufySecurity] Front Yard has a motion sensor.
[04/09/2021, 18:49:43] [EufySecurity] Front Yard has a isEnabled, so append switchEnabledService characteristic to him.
[04/09/2021, 18:49:43] [EufySecurity] Front Yard has a isMotionDetectionEnabled, so append switchMotionService characteristic to him.
[04/09/2021, 18:49:43] [EufySecurity] Restoring existing accessory from cache: Front Yard
[04/09/2021, 18:49:43] [EufySecurity] Front Door UUID: 2027ca00-6fe8-4ae9-85c2-4df7d9e26b58
[04/09/2021, 18:49:43] [EufySecurity] Front Door has a battery, so append Battery characteristic to him.
[04/09/2021, 18:49:43] [EufySecurity] Front Door Constructed SmartLock
[04/09/2021, 18:49:43] [EufySecurity] Restoring existing accessory from cache: Front Door
[04/09/2021, 18:49:43] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:49:43] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:49:43] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:49:43] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:49:43] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:49:43] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:49:43] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:49:43] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:49:43] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:49:43] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:49:43] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:49:43] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[04/09/2021, 18:49:53] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:49:53] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:49:53] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:49:53] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:49:53] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:49:53] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:49:53] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:49:53] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:49:53] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:49:53] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:49:53] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:49:53] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[04/09/2021, 18:50:03] [EufySecurity] Push Closed!
[04/09/2021, 18:50:09] [EufySecurity] Push Connected!
[04/09/2021, 18:50:48] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:50:48] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:50:48] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:50:48] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:50:48] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:50:48] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:50:48] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:50:48] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:50:48] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:50:48] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:50:48] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:50:48] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[04/09/2021, 18:52:21] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:52:21] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:21] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:52:21] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:21] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:52:21] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:21] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:21] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:52:21] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:52:21] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:52:21] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:52:21] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[04/09/2021, 18:52:22] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:52:22] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:22] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:52:22] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:22] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:52:22] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:22] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:22] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:52:22] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:52:22] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:52:22] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:52:22] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[04/09/2021, 18:52:30] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:52:30] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:30] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:52:30] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:30] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:52:30] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:30] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:30] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:52:30] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:52:30] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:52:30] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:52:30] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[04/09/2021, 18:52:31] [EufySecurity] Front Door GET DeviceBattery: { value: 53, timestamp: 1627068111000 }
[04/09/2021, 18:52:31] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:31] [EufySecurity] Front Door Triggered GET LockCurrentState 1
[04/09/2021, 18:52:31] [EufySecurity] Front Door LockStatus true
[04/09/2021, 18:52:31] [EufySecurity] Front Door Triggered GET LockTargetState 1
[04/09/2021, 18:52:31] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:31] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[04/09/2021, 18:52:31] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[04/09/2021, 18:52:31] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[04/09/2021, 18:52:31] [EufySecurity] Front Yard handleEnableGet Wrong return value
[04/09/2021, 18:52:31] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[04/09/2021, 18:52:31] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
github-actions[bot] commented 3 years ago

Did you check this Road Map pages ?

schliemann commented 3 years ago

What version of the plugin are you running?

lenoxys commented 3 years ago

not the last one. Version should be appear on all the line.

magic7s commented 3 years ago

v1.0.0-rc.13

lenoxys commented 3 years ago

What's the issue ? Looks we do accept SoloCam S40

magic7s commented 3 years ago

I'm seeing errors in the log. Like [06/09/2021, 16:07:11] [EufySecurity] Front Yard GET DeviceEnabled: undefined [06/09/2021, 16:07:11] [EufySecurity] Front Yard handleEnableGet Wrong return value

[06/09/2021, 16:06:59] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630969618839 }
[06/09/2021, 16:06:59] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[06/09/2021, 16:06:59] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[06/09/2021, 16:06:59] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[06/09/2021, 16:06:59] [EufySecurity] Front Yard handleEnableGet Wrong return value
[06/09/2021, 16:06:59] [EufySecurity] Front Yard Triggered GET EventSnapshotsActive: 0
[06/09/2021, 16:06:59] [EufySecurity] Front Yard Triggered GET HomeKitCameraActive: 0
[06/09/2021, 16:06:59] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[06/09/2021, 16:06:59] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[06/09/2021, 16:07:11] [EufySecurity] Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630969618839 }
[06/09/2021, 16:07:11] [EufySecurity] Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[06/09/2021, 16:07:11] [EufySecurity] Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[06/09/2021, 16:07:11] [EufySecurity] Front Yard GET DeviceEnabled: undefined
[06/09/2021, 16:07:11] [EufySecurity] Front Yard handleEnableGet Wrong return value
[06/09/2021, 16:07:11] [EufySecurity] Front Yard Triggered GET EventSnapshotsActive: 0
[06/09/2021, 16:07:11] [EufySecurity] Front Yard Triggered GET HomeKitCameraActive: 0
[06/09/2021, 16:07:11] [EufySecurity] Front Yard GET DeviceMotionDetection: undefined
[06/09/2021, 16:07:11] [EufySecurity] Front Yard handleMotionOnGet Wrong return value
[06/09/2021, 16:07:11] [EufySecurity] Push Connected!
lenoxys commented 3 years ago

Hello,

Can you enable debug and send us the log here ? https://github.com/samemory/homebridge-eufy-security/wiki/Basic-Troubleshooting#debug-mode

Thanks

magic7s commented 3 years ago

Logs with debug

[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] INFO:  Eufy Security Plugin: enableDetailedLogging on
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] INFO:  Finished initializing Eufy Security Platform
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Loading accessory from cache: Front Yard
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Loading accessory from cache: Front Yard
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] DEBUG: discoveringDevices
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] DEBUG: EufyClient connected true
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] DEBUG: PollingInterval: 30
[9/7/2021, 2:03:32 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Refresh data from cloud and schedule next refresh.
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Found 2 stations.
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Found Station T8124P202131073E Front Yard SOLO_CAMERA_SPOTLIGHT_SOLAR { value: '68.231.218.45', timestamp: 1631041395000 }
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Found 2 devices.
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Found device T8124P202131073E Front Yard SOLO_CAMERA_SPOTLIGHT_SOLAR
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: This device is not a station. Generating a new UUID to avoid any duplicate issue
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard UUID: 3429c4df-54f6-4d00-b3e4-d392adc045ce
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] WARN:  Front Yard looks station but it's not could imply some errors Type: 62
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Constructed Station
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] INFO:  Restoring existing accessory from cache: Front Yard
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: This device is not a station. Generating a new UUID to avoid any duplicate issue
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard UUID: 1756f8f7-48ba-4d5a-8a48-c1adc9a88b25
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] WARN:  Front Yard has no battery
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Constructed Camera
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard has a camera
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard has a isEnabled, so append switchEnabledService characteristic to him.
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard has a isMotionDetectionEnabled, so append switchMotionService characteristic to him.
[9/7/2021, 2:03:39 PM] [EufySecurity-1.0.0-rc.13] INFO:  Restoring existing accessory from cache: Front Yard
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceEnabled: undefined
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] ERROR: Front Yard handleEnableGet Wrong return value
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered GET EventSnapshotsActive: 0
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered GET HomeKitCameraActive: 0
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceMotionDetection: undefined
[9/7/2021, 2:03:40 PM] [EufySecurity-1.0.0-rc.13] ERROR: Front Yard handleMotionOnGet Wrong return value
[9/7/2021, 2:03:46 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Property Changes: pictureUrl {
[9/7/2021, 2:03:46 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Raw Property Changes: 1710 {
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET StationCurrentMode: { value: 1, timestamp: 1630797782000 }
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceEnabled: undefined
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] ERROR: Front Yard handleEnableGet Wrong return value
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered GET EventSnapshotsActive: 0
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered GET HomeKitCameraActive: 0
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceMotionDetection: undefined
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] ERROR: Front Yard handleMotionOnGet Wrong return value
[9/7/2021, 2:03:47 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard ON SecuritySystemCurrentState: 1
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Property Changes: pictureUrl {
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Raw Property Changes: 1710 {
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Property Changes: pictureUrl {
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Raw Property Changes: 1710 {
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered SET HomeKitCameraActive: 1
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered SET EventSnapshotsActive: 1
[9/7/2021, 2:03:48 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Push Connected!
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET StationCurrentMode: { value: 1, timestamp: 1631048627392 }
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET StationGuardMode: { value: 1, timestamp: 1630797782000 }
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceMotionDetected: { value: false, timestamp: 0 }
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceEnabled: undefined
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] ERROR: Front Yard handleEnableGet Wrong return value
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered GET EventSnapshotsActive: 0
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered GET HomeKitCameraActive: 0
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard GET DeviceMotionDetection: undefined
[9/7/2021, 2:05:11 PM] [EufySecurity-1.0.0-rc.13] ERROR: Front Yard handleMotionOnGet Wrong return value
[9/7/2021, 2:05:12 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered SET HomeKitCameraActive: 1
[9/7/2021, 2:05:12 PM] [EufySecurity-1.0.0-rc.13] DEBUG: Front Yard Triggered SET EventSnapshotsActive: 1
lenoxys commented 2 years ago

Hello, shoudn't be an issue.

For livestream issue, can you test the latest beta ? https://github.com/samemory/homebridge-eufy-security/wiki/Beta-Version

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.