EPMatt / awesome-ha-blueprints

A curated collection of automation blueprints for Home Assistant.
https://epmatt.github.io/awesome-ha-blueprints
GNU General Public License v3.0
823 stars 243 forks source link

New Controller - Philips Hue Motion Sensor #251

Open tamueller opened 2 years ago

tamueller commented 2 years ago

Manufacturer

Philips

Model

9290012607

Short Description

Hue Motion Sensor

Image

What kind of image do you need here? Downloading one from philips home page sounds dangerous IP-wise. Should I make a picture of one of the devices and put it here?

Actions

[Integration] (e.g. deCONZ, ZHA, Zigbee2MQTT)

There is also input values to set motion detection timeout and illmuniance trigger, but I'm not sure if those are easy to integrate into a controller blueprint.

Additional Details

Useful resources

https://github.com/Koenkk/zigbee-herdsman-converters/blob/master/devices/philips.js line 1950

Additional context

I have a deCONZ and a philips hue bridge and could provide the corresponding events.

EPMatt commented 2 years ago

Hi @tamueller , thank you for the suggestion.

This project currently implements support for controllers such as switches, remotes etc. Since motion sensors are not part of this category, they are currently not being considered.

Anyway we could not only limit support to actual remotes, but implement controller-like functionality for any kind of device which is associated with some sort of "action".

For now I won't proceed on implementing a blueprint for this device, but this is something which we could definitely consider in the future, since we need to understand how to categorize such devices in our collection, which probably requires a little bit of thinking.

I'll leave this issue open for future reference. Thanks again! :)