Tasmota with custom driver for STHS34PF80 presence sensor. Where to start? #23600
Unanswered
shurushetr
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Battery-powered always-on and ESP8266 is not a good plan without a big battery. Really big. C programming can be tricky around details, and debugging options are "pretty basic", but you could take a look at existing drivers, to see how they do things. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Did you have a look to the LD2410 mmWave Radar Sensor? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Trying to figure out where to start with custom build of Tasmota with support for STHS34PF80 sensor (supports i2C).
I don't have a good knowledge of C or drivers implementation, with that said - couple of questions.
Sensor has 8 different embedded functions registers, that can be configured for various trigger conditions.
My end goal is to create a battery powered sensor that can trigger things. I need to flush the toilet after my cats used it for their cat business. They prefer the toilet over the litter box for some reason. The flusher itself is just a servo and I'll be able to use it via relay. Off the shelf products are not made for cats or small spaces. So trying to make a thing.
As an alternative I could just use an "arduino" device and use available sketches for this. But I wanted to have an MQTT enabled device, to have it hooked up to my home assitant, to make sure things are working when I'm away for a couple of days and such.
Beta Was this translation helpful? Give feedback.
All reactions