oh2th / com.sensibo

Sensibo app for Athom Homey
GNU General Public License v3.0
1 stars 1 forks source link

Motion sensor events #28

Closed oh2th closed 8 months ago

oh2th commented 8 months ago

Can you also add support for the Capability ‘Motion’ for the ‘Device: Sensibo Room Sensor’? And also the following flows (taken from a motion device from Aeotec):

WHEN:

Motionalarm activated. Motionalarm inactivated. AND:

Motionalarm is on.

oh2th commented 8 months ago

Now for the motion, since the Sensibo API is based on polling, the motion sensing may be difficult to get working so that there is any benefit from it.

Meaning that with an interval of once a minute to poll the status of the motionSensor, would mean that the app might see the state change on or off and would become out of sync quite quickly. I am not aware of there is webhook available from Sensibo that the app could subscribe to and get more immediate motionSensor activity reports.

I do not want to make the interval faster as that would create more traffic and would cause unnecessary congestion.

oh2th commented 8 months ago

Update from Sensibo: a non-polling API is on their backlog with a very low priority.