Digoo 433MHz sensor config

Hi guys,

I need some help figuring out HA config for 433 sensors.
I ordered some Digoo 433Mhz sensors (Motion and door sensor) from the list of compatible devices. Each sends only one signal, when triggered. I turn them on and OMG receives signals. For example the received data is this format:

home/OpenMQTTGateway/433toMQTT/protocol 1
home/OpenMQTTGateway/433toMQTT/bits 24
home/OpenMQTTGateway/433toMQTT/length … (3 digits)
home/OpenMQTTGateway/433toMQTT … (7 digits)

I’m struggling on how to configure the sensors in HA. I split sensors based on mqtt payload in topics home/OpenMQTTGateway/433toMQTT/length and home/OpenMQTTGateway/433toMQTT. I used template sensors to receive specific payload. However, my sensors get updated only once.

Can someone guide me how to set it up?

Thanks

Hi @NikolaN

433Mhz binary sensors need to be reset to off state after trigerring (otherwise they won’t show any modification if receiving only the code for on).

Have a look at my postings in the HA topics:

Hi PetricaM,

Thanks for the help. It works. I actually tried something similar with template sensor and automation reset, but it wasn’t as near as elegant as this :grin: