LogicMachine Forum
Google Smart Home Assistant - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11)
+--- Thread: Google Smart Home Assistant (/showthread.php?tid=3612)

Pages: 1 2 3


RE: Google Smart Home Assistant - admin - 17.03.2026

This is specific for Nest devices only.


RE: Google Smart Home Assistant - myg - 17.03.2026

nevertheless device with type Doorbell and Chime treat is able to generate voice alerts on smart hub. Currently there are no usable functions for Doorbell with existing set of traits.


RE: Google Smart Home Assistant - myg - 23.03.2026

wanted to bring back this topic to a closure to see if you are willing to do something with Doorbell. I've analyzed scrypted plugin source code and found that my first assumption was incorrect, sorry for that.

To announce doorbell notification through speakers it uses "hack" by sending ObjectDetection trait response:
Code:
return {
      ObjectDetection: {
        objects: { unfamiliar: 1 },
        priority: 0,
        detectionTimestamp: Date.now()
      }
    };

Is this something that can be added to Google Home app to support this functionality?


RE: Google Smart Home Assistant - admin - 24.03.2026

We will take a look sometime later.