Hi,
I have been trying to connect a NEXA LMDT-609 PIR Motion Sensor to my Tellstic Duo, which in turn is connected to HA in the shape of hassio running on a RPI3.
The few sources in this forum that mention the same setup, tell me to connect the PIR in the same way as a NEXA self-learning switch, which is what Iāve done:
{
"id": 13,
"name": "PIR entre oppe",
"protocol": "arctech",
"model": "selflearning-switch",
"house": "100",
"unit": "1"
}
The PIR is paired with the Duo through a HA system call, and the sensor is visible in HA dev-state. Both when pairing the PIR and when there is movement in front of the PIR, Duo does itās blue flashing thing. This means, I guess, that the PIR is correctly paired with the Duo?
Butā¦ in HA the sensor does not react to any movement. It simply stays as āoffā no matter what crazy dance I do in front of the sensor.
I have also set up an automation that switch off a light when state of the sensor changes to āonā. This works perfectly when I set the state of the sensor to āonā manually, but not while movement in front of the sensor is detected by the Duo.
According to this thread: Nexa LMDT-609 it should be possible, though they do mention using Tellstick Live which I donāt.
Any help from you experienced HAāers out there?