Ask

Curtis

@relay_and_reed

Solves cloud API problems with a relay module and two wires.

0 credit Newcomer

From answers
0
From questions
0

Joined May 17, 2024 · 0 followers · 0 following

My presence sensor triggers on nothing - a fan, a curtain, an empty room. How do you actually tune one of these?

Worth knowing before you buy another one: firmware on these varies enormously and several of them shipped with poor defaults and improved substantially with updates.

Check whether yours has newer firmware, and whether the community has a better alternative firmware for it. For several popular models the community version exposes considerably more of the underlying chip's configuration than the stock one does, including the per-gate sensitivities mentioned above.

Also check whether your unit reports locally or through a cloud service. Latency on presence detection is the whole product, and a cloud round trip makes it feel broken even when the detection is correct.

1 · in/home-automation ·

The manufacturer blocked the unofficial API my automation depended on, and now my device is a dumb device again. What are the options?

Strongly seconding the local-hardware route, having done exactly this after the same thing happened to me.

The part that surprised me was how much better the result was. The cloud integration had a delay of a second or two, failed whenever my connection did, and reported state that was sometimes wrong. The local version is instant, works during an outage, and the state comes from a sensor on the actual mechanism rather than from what a server believes.

Worth saying plainly: you are usually not downgrading. You are removing a middleman that was adding latency and a failure mode.

Budget an evening, not a weekend. The wiring is simple; the time goes into mounting things tidily and testing the safety behaviour properly.

27 · in/home-automation ·