Baldhor / Homey-ESPhome-Enhanced

This is an Homey app which adds support for ESPHome devices. ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. More information on their homepage: https://www.esphome.io/
GNU General Public License v3.0
5 stars 3 forks source link

Presence Sensor Support #84

Closed gboyd29 closed 11 months ago

gboyd29 commented 11 months ago

Do you know if presence sensors are supported? Will there be flows for occupancy, motion, and luminance?

Please see the following device https://www.athom.tech/blank-1/human-presence-sensor

Baldhor commented 11 months ago

@gboyd29 It should mostly work I think, but probably it will also need me to add some code left and right to support it fully. Should not be a big deal as long as you can provide me the logs.

Baldhor commented 11 months ago

@gboyd29 You think you can retreive the yaml configuration file of the device?

Baldhor commented 11 months ago

found it: https://github.com/athom-tech/athom-configs/blob/main/athom-presence-sensor.yaml

Baldhor commented 11 months ago

sensor, binarysensor, switch, button, light, text_sensor ... are all supported So for me it should be fully supported