twrecked / hass-aarlo

Asynchronous Arlo Component for Home Assistant
GNU Lesser General Public License v3.0
397 stars 79 forks source link

Unable to change arming mode for VMC3040 camera from home assistant #1005

Open jratys opened 3 weeks ago

jratys commented 3 weeks ago

Home Assistant Core 2024.10.0 Home Assistant OS 13.1 Arlo 0.8.1.8

Configuration: Base station VMB3010 4x VMC3030 1x VMC3040

Arming the VMC3030-cams via VMB3010 works correctly. Armed/Disarmed/Home/Night are correctly shown, and can be set from Home Assistant. The VMC3040 device works well except for the arming. When arming by Arlo App, Armed and Disarmd states are correctly shown, but night and home are not. Arming by home assistant does not change the state in any mode.

twrecked commented 3 weeks ago

They might have deprecated the version 1 of the mode change API, we use this for setting those cameras.

Can you try adding this to the config - aarlo.yaml - to try version 2 and see if this helps:

version: 1
aarlo:
  # your current config
 mode_api: v2