plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: Chime not showing in plugin but shows in Homebridge and Apple Home

Open REBELinBLUE opened this issue 1 year ago • 7 comments

What happened?

I have a Mini chime, but no matter what I do it is not showing in the plugin

image

But it shows in Homebridge and Apple Home but I can't hide it from HomeKit

image image

I don't want it showing so I added the serial to ignoreDevices but it still appears, so I thought maybe it needed to be ignoreStations but that doesn't make a difference

Here are the logs from the plugin Unknown.zip

I know I don't have the right node version for video but I don't actually care right now about having the cameras in Home I just want the Homebase so that that I can set the mode

Device Type

Doorbell (Supported)

Plugin Version

v3.0.x (Best Effort)

HomeBridge Version

v1.7.x (Supported)

NodeJS Version

v20 (Supported)

Operating System

Ubuntu 22.04+ (Supported)

Relevant log output

[16/11/2024, 11:11:48] [EufySecurity] Restarting child bridge...
[16/11/2024, 11:11:48] Got SIGTERM, shutting down child bridge process...
[11/16/2024 11:11:48]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:386]       Push Closed!
[11/16/2024 11:11:48]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:392]       Closed!
[11/16/2024 11:11:48]   [EufySecurity-4.3.0]    INFO    [platform.ts:658]       Finished shutdown!
[16/11/2024, 11:11:57] [EufySecurity] Child bridge process ended
[16/11/2024, 11:11:57] [EufySecurity] Process Ended. Code: 143, Signal: null
[16/11/2024, 11:12:04] [EufySecurity] Restarting Process...
[16/11/2024, 11:12:05] [EufySecurity] Launched child bridge with PID 69264
[16/11/2024, 11:12:06] Registering platform 'homebridge-eufy-security.EufySecurity'
[16/11/2024, 11:12:06] [EufySecurity] Loaded homebridge-eufy-security v4.3.0 child bridge successfully
[16/11/2024, 11:12:06] Loaded 2 cached accessories from cachedAccessories.0EFB68AF1162.
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:311]       warning: planned changes, see https://github.com/homebridge-eufy-security/plugin/issues/1
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:313]       plugin data store: /var/lib/homebridge/eufysecurity
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:314]       OS is raspbian
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:315]       Using bropats @homebridge-eufy-security/eufy-security-client library in version  3.1.1
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:773]       Node version is 20.18.0
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:779]       Node version is compatible false
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    ERROR   [platform.ts:318]
      ***************************
      ****** ERROR MESSAGE ******
      ***************************
      Error: Your current Node.js version (v20.18.0) is incompatible with the RSA_PKCS1_PADDING used by the plugin.
      If you run the plugin with an incompatible version of Node.js, livestream functionality will be disrupted. 
      You can override this warning by configuring a special parameter in the global configuration.
      To resolve this issue, please consider downgrading to a compatible version using a command similar to: sudo hb-service update-node 20.11.0.
      Versions known to cause compatibility issues with this plugin include those within the following ranges:
      - Node.js 18.x.x (starting from 18.19.1 up to the next major release)
      - Node.js 20.x.x (starting from 20.11.1 up to the next major release)
      - Node.js 21.x.x (starting from 21.6.2 up to the next major release)
      For instructions on how to upgrade or downgrade Node.js, please refer to: https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js
      For more information on the security vulnerability affecting Node.js, visit: 
      https://nodejs.org/en/blog/vulnerability/february-2024-security-releases#nodejs-is-vulnerable-to-the-marvin-attack-timing-variant-of-the-bleichenbacher-attack-against-pkcs1-v15-padding-cve-2023-46809---medium
      ***************************        
      
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:341]       The config is: {
  platform: 'EufySecurity',
  name: 'EufySecurity',
  username: '[***]',
  password: '[***]',
  deviceName: '',
  enableDetailedLogging: true,
  omitLogFiles: false,
  CameraMaxLivestreamDuration: 30,
  pollingIntervalMinutes: 10,
  hkHome: 1,
  hkAway: 0,
  hkNight: 3,
  hkOff: 63,
  ignoreStations: '[***]',
  ignoreDevices: '[***]',
  country: 'GB',
  stations: [],
  cameras: [
    {
      serialNumber: '[***]',
      rtsp: false
    }
  ],
  cleanCache: true,
  ignoreMultipleDevicesWarning: false,
  autoSyncStation: false
}
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:366]       Finished booting!
[11/16/2024 11:12:06]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:669]       Loading accessory from cache: STATION Chime
[11/16/2024 11:12:07]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:669]       Loading accessory from cache: STATION HomeBase3
[16/11/2024, 11:12:07] Homebridge v1.8.5 (HAP v0.12.3) (EufySecurity) is running on port 59881.
[16/11/2024, 11:12:07] 

NOTICE TO USERS AND PLUGIN DEVELOPERS
> Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
> Please visit the following link to learn more about the changes and how to prepare:
> https://github.com/homebridge/homebridge/wiki/Updating-To-Homebridge-v2.0

[11/16/2024 11:12:08]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:437]       EufyClient connected true
[11/16/2024 11:12:08]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:459]       CameraMaxLivestreamDuration: 30
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:568]       Living Room: Station ignored
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:568]       Upstairs: Station ignored
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:608]       Front Garden: Device ignored
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:608]       Living Room: Device ignored
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:608]       Upstairs: Device ignored
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:389]       Connected!
[11/16/2024 11:12:12]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:608]       Doorbell: Device ignored
[11/16/2024 11:12:14]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:383]       Push Connected!
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:597]       STATION Chime pre-caching complete
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:703]       STATION Chime UUID:9b3582ff-35bc-4cb9-bf25-541d9fea941f
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC AccessoryInformation / Manufacturer / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000020-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC AccessoryInformation / Name / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000023-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC AccessoryInformation / Model / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000021-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC AccessoryInformation / SerialNumber / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000030-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC AccessoryInformation / FirmwareRevision / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000052-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC AccessoryInformation / HardwareRevision / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000053-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:96]   Chime Property Keys: {
  name: 'Chime',
  model: 'T8023',
  serialNumber: '[***]',
  type: 25,
  hardwareVersion: 'P0',
  softwareVersion: '3.3.1.5m_2.3',
  macAddress: '102CB10E3BB4',
  timeFormat: 0,
  alarmVolume: 26,
  alarm: false,
  alarmType: 0,
  alarmArmed: false,
  alarmArmDelay: 0,
  alarmDelay: 0,
  alarmDelayType: 0,
  sdStatus: 4,
  notificationStartAlarmDelay: true,
  alarmTone: 1,
  guardMode: 63,
  promptVolume: 16,
  lanIpAddress: '192.168.3.153',
  notificationSwitchModeSchedule: true,
  notificationSwitchModeGeofence: true,
  notificationSwitchModeApp: true,
  notificationSwitchModeKeypad: true,
  sdCapacity: 0,
  sdCapacityAvailable: 0,
  currentMode: 63
}
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:50]        Chime Constructed Station
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:53]        Chime has keypad: false
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:152]       Chime Config: undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:173]       Chime manual alarm will be triggered only in these hk modes:
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:189]       Chime Mapping for station modes: [
  {
    hk: 0,
    eufy: 1
  },
  {
    hk: 1,
    eufy: 0
  },
  {
    hk: 2,
    eufy: 3
  },
  {
    hk: 3,
    eufy: 63
  }
]
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC SecuritySystem / SecuritySystemCurrentState / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000007E-0000-1000-8000-0026BB765291) / (00000066-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:190]  Chime ON 'SecuritySystem / SecuritySystemCurrentState'
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC SecuritySystem / SecuritySystemTargetState / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (0000007E-0000-1000-8000-0026BB765291) / (00000067-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:190]  Chime ON 'SecuritySystem / SecuritySystemTargetState'
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  Chime REGISTER CHARACTERISTIC Switch / On / STATION Chime Siren
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  Chime REGISTER CHARACTERISTIC (00000049-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    INFO    [platform.ts:553]       Updating existing accessory: STATION Chime
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:597]       STATION HomeBase3 pre-caching complete
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [platform.ts:703]       STATION HomeBase3 UUID:47745b0d-2d55-496e-951d-2c531206f795
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC AccessoryInformation / Manufacturer / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000020-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC AccessoryInformation / Name / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000023-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC AccessoryInformation / Model / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000021-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC AccessoryInformation / SerialNumber / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000030-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC AccessoryInformation / FirmwareRevision / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000052-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC AccessoryInformation / HardwareRevision / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000003E-0000-1000-8000-0026BB765291) / (00000053-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:96]   HomeBase 3 Property Keys: {
  name: 'HomeBase 3',
  model: 'T8030',
  serialNumber: '[***]',
  type: 18,
  hardwareVersion: 'V05',
  softwareVersion: '3.6.1.0',
  macAddress: '102CB129D12B',
  timeFormat: 1,
  timeZone: 'GMT0BST,M3.5.0/1,M10.5.0|1.1394',
  alarmVolume: 26,
  alarm: false,
  alarmType: 0,
  alarmArmed: false,
  alarmArmDelay: 0,
  alarmDelay: 0,
  alarmDelayType: 0,
  crossCameraTracking: true,
  trackingAssistance: true,
  continuousTrackingTime: 120,
  alarmTone: 1,
  lanIpAddress: '192.168.3.79',
  guardMode: 1,
  notificationSwitchModeSchedule: true,
  notificationSwitchModeGeofence: true,
  notificationSwitchModeApp: true,
  notificationSwitchModeKeypad: true,
  notificationStartAlarmDelay: false,
  currentMode: 1,
  promptVolume: 18,
  crossTrackingCameraList: [
    'T8113N632112625C',
    'T82145102423E058'
  ],
  crossTrackingGroupList: [
    {
      value: [
        'T8113N632112625C',
        'T82145102423E058'
      ]
    }
  ],
  storageInfoEmmc: {
    disk_nominal: 0,
    disk_size: 15974,
    system_size: 3158,
    disk_used: 9037,
    data_used_percent: 69,
    swap_size: 2048,
    video_size: 10362,
    video_used: 6162,
    data_partition_size: 12932,
    eol_percent: 1,
    work_status: 0,
    health: 0
  },
  storageInfoHdd: {
    serial_number: '',
    disk_path: '',
    disk_size: 0,
    system_size: 0,
    disk_used: 0,
    video_used: 0,
    video_size: 0,
    cur_temperate: 0,
    parted_status: 0,
    work_status: 0,
    hdd_label: '',
    health: 0,
    device_module: '',
    hdd_type: 0
  }
}
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:50]        HomeBase 3 Constructed Station
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:53]        HomeBase 3 has keypad: false
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:152]       HomeBase 3 Config: undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:173]       HomeBase 3 manual alarm will be triggered only in these hk modes:
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:189]       HomeBase 3 Mapping for station modes: [
  {
    hk: 0,
    eufy: 1
  },
  {
    hk: 1,
    eufy: 0
  },
  {
    hk: 2,
    eufy: 3
  },
  {
    hk: 3,
    eufy: 63
  }
]
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:78]        HomeBase 3 - hidden-stationHomeSecuritySettings : {
  account_id: 'a15c4f4402b4d7ccb38b5f5458771a9f9faff960',
  count_down_alarm: {
    channel_list: [],
    delay_time: 0
  },
  count_down_arm: {
    channel_list: [],
    delay_time: 0
  },
  devices: [
    {
      action: 9,
      device_channel: 0
    },
    {
      action: 9,
      device_channel: 1
    }
  ],
  mode_id: 1,
  siren_sensor_action: [
    {
      action: 0,
      device_channel: 0
    },
    {
      action: 0,
      device_channel: 1
    }
  ]
}
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:78]        HomeBase 3 - hidden-stationAwaySecuritySettings : {
  devices: [
    {
      device_channel: 0,
      action: 9
    }
  ],
  count_down_alarm: {
    channel_list: [],
    delay_time: 0
  },
  mode_id: 0,
  count_down_arm: {
    channel_list: [],
    delay_time: 0
  },
  account_id: 'a15c4f4402b4d7ccb38b5f5458771a9f9faff960'
}
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:78]        HomeBase 3 - hidden-stationCustom1SecuritySettings : {
  devices: [
    {
      device_channel: 0,
      action: 50331657
    },
    {
      device_channel: 1,
      action: 50331649
    }
  ],
  count_down_alarm: {
    channel_list: [],
    delay_time: 0
  },
  mode_id: 3,
  count_down_arm: {
    channel_list: [],
    delay_time: 0
  },
  account_id: 'a15c4f4402b4d7ccb38b5f5458771a9f9faff960'
}
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC SecuritySystem / SecuritySystemCurrentState / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000007E-0000-1000-8000-0026BB765291) / (00000066-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:190]  HomeBase 3 ON 'SecuritySystem / SecuritySystemCurrentState'
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC SecuritySystem / SecuritySystemTargetState / undefined
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (0000007E-0000-1000-8000-0026BB765291) / (00000067-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:190]  HomeBase 3 ON 'SecuritySystem / SecuritySystemTargetState'
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:145]  HomeBase 3 REGISTER CHARACTERISTIC Switch / On / STATION HomeBase3 Siren
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:150]  HomeBase 3 REGISTER CHARACTERISTIC (00000049-0000-1000-8000-0026BB765291) / (00000025-0000-1000-8000-0026BB765291)
[11/16/2024 11:12:17]   [EufySecurity-4.3.0]    INFO    [platform.ts:553]       Updating existing accessory: STATION HomeBase3
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'AccessoryInformation / Manufacturer': Eufy
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'AccessoryInformation / Model': MINIBASE_CHIME
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'AccessoryInformation / Name': Chime
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'AccessoryInformation / SerialNumber': T802351023503386
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'AccessoryInformation / FirmwareRevision': 3.3.1.5m_2.3
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'AccessoryInformation / HardwareRevision': P0
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:314]       Chime GET StationCurrentMode: 63
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'SecuritySystem / SecuritySystemCurrentState': 3
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:314]       Chime GET StationCurrentMode: 63
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'SecuritySystem / SecuritySystemTargetState': 3
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  Chime GET 'Switch / On': false
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'AccessoryInformation / Manufacturer': Eufy
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'AccessoryInformation / Model': HB3
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'AccessoryInformation / Name': HomeBase 3
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'AccessoryInformation / SerialNumber': T8030T2324030174
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'AccessoryInformation / FirmwareRevision': 3.6.1.0
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'AccessoryInformation / HardwareRevision': V05
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:314]       HomeBase 3 GET StationCurrentMode: 1
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'SecuritySystem / SecuritySystemCurrentState': 0
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [StationAccessory.ts:314]       HomeBase 3 GET StationCurrentMode: 1
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'SecuritySystem / SecuritySystemTargetState': 0
[11/16/2024 11:12:29]   [EufySecurity-4.3.0]    DEBUG   [BaseAccessory.ts:155]  HomeBase 3 GET 'Switch / On': false

config

{
    "platform": "EufySecurity",
    "name": "EufySecurity",
    "username": "",
    "password": "",
    "deviceName": "",
    "enableDetailedLogging": true,
    "omitLogFiles": false,
    "CameraMaxLivestreamDuration": 30,
    "pollingIntervalMinutes": 10,
    "hkHome": 1,
    "hkAway": 0,
    "hkNight": 3,
    "hkOff": 63,
    "ignoreStations": [
        "T8410P4224131541",
        "T8410P4224086395"
    ],
    "ignoreDevices": [
        "T8410P4224131541",
        "T8410P4224086395",
        "T82145102423E058",
        "T8113N632112625C",
        "T802351023503386"
    ],
    "country": "GB",
    "stations": [],
    "cameras": [
        {
            "serialNumber": "T82145102423E058",
            "rtsp": false
        }
    ],
    "cleanCache": true,
    "ignoreMultipleDevicesWarning": false,
    "autoSyncStation": false,
    "_bridge": {
        "username": "0E:FB:68:AF:11:62",
        "port": 59881
    }
}

REBELinBLUE avatar Nov 16 '24 11:11 REBELinBLUE