awesome-ha-blueprints icon indicating copy to clipboard operation
awesome-ha-blueprints copied to clipboard

New Controller - Philips Hue Motion Sensor

Open tamueller opened this issue 2 years ago • 1 comments

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)

  • Motion detected (a boolean, true if there is motion detected)
  • Temperature (gives the temperture in °C with one decimal)
  • Illuminance (integer, gives the brightness of the sourrounding)

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

  • [X] I'd like to help developing this blueprint.

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.

tamueller avatar Feb 08 '22 19:02 tamueller

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! :)

EPMatt avatar Feb 16 '22 23:02 EPMatt