The simplisafe outdoor camera is pretty inexpensive and has a number of nice features. I’ve heard HA integration with simplisafe cameras in general is problematic, but it has a siren, floodlight and motion sensor, all of which would be nice to use for automations, even if we can’t see the camera feed (but a snapshot for motion would be nice!). I have this outdoor camera and SS set up as an integration, but no entities are available for this camera. On the event bus I to see motion events:
event_type: SIMPLISAFE_EVENT
data:
last_event_changed_by: ""
last_event_type: camera_motion_detected
last_event_info: "\"Back Yard\" Camera Detected Motion"
last_event_sensor_name: Back Yard
last_event_sensor_serial: f11b6abd
last_event_sensor_type: OUTDOOR_CAMERA
system_id: 6720379
last_event_timestamp: "2023-10-17T17:08:34+00:00"
origin: LOCAL
time_fired: "2023-10-17T17:08:41.270583+00:00"
context:
id: 01HCZ9RVNPKYGFGKH6MP5C3XCF
parent_id: null
user_id: null
Which I could use for automations, but I’d sure like to activate the floods and siren when I want. I also want to turn off motion detection during the day; things like that.
Any plans for supporting some of these features of this camera?