Cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
15 stars 10 forks source link

VMBPIRO not sending motion updates #40

Closed darkpainy closed 2 years ago

darkpainy commented 2 years ago

Hi,

I noticed that my VMBPIRO (outdoor sensor) is not giving any motion updates to HA, the sensor is not dead as it work in the velbus automations and HA is picking up the Temperature and light sensor updates, but not the Motion.

Kind regards, Jeroen

Cereal2nd commented 2 years ago

Confirmed, we only read in the light value from this message ...

        elif isinstance(message, ModuleStatusPirMessage):
            await self._channels[CHANNEL_LIGHT_VALUE].update(
                {"cur": message.light_value}
            )