07-16-2024 12:07 AM
I have connected an iCsee camera to Google Home and it works. I tried to create a script to handle device.event.MotionDetection. But it's not accepted. It gives the following error, "[CameraName - Room] doesn’t support [MotionDetection]. Try a different camera.". This Camera has Motion Detection and Human Detection features. Any workaround?
07-16-2024 12:17 PM
You could try device.state.MotionDetection instead. No guarantee that this will work either (Neither seam work for Nest cameras).
Good luck!
07-16-2024 07:44 PM
Thanks, GBD for your quick suggestion. But it didn't work either. The only type shown for this device is device.state.online. It's also not working. it gives the error [device.state.online] is an unknown type name. I'm new to this field, do you have any idea, if this feature is missing due to an issue in the iCsee service or is it related to the device? If it's related to service, can I create my own service to handle it? Thanks again.