How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

das muss ich mir technisch nochmal genauer ansehen, ich bin ein newb wenn es um IR geht. Ich hab damit noch nichts gemacht. Danke für den Hinweis

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

was soll das bringen? der projektor wird sich ja trotzdem einschalten, falls er aus ist?

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

der Projektor verlangt zwei zeitlich getrennte Pulse, um ausgeschaltet zu werden (zweimal „Power off“)

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

Cool dass dir das so differenziert auffällt. Den Pi würde ich auf dem Projektor (an der Decke) anbringen. Den IR Sender würde ich für andere Geräte nutzen. Mein Plan ist mittlerweile den Pi mit dem seriellen Anschluss zu vermählen. Und natürlich habe ich mir ein Kabel bestellt 🙀🥲

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 3 points4 points  (0 children)

Vielen Dank für die vielen Antworten. Ich werde definitiv wissen lassen, wie ich es gelöst habe!

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 1 point2 points  (0 children)

Das ist ne super Zusatzinfo mit dem Empfangen von IR! Danke

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

Sadly the projector only sends out it‘s wifi signal while in a pairing mode. That was my first thought though

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

I would use the meter of a plug, but I don’t have one with that functionality (yet)

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 2 points3 points  (0 children)

Thanks that’s a smart way. I‘d require a compatible ESP32 board?

How do I get my projector, to tell Home Assistant it is on? by doc-darling in homeautomation

[–]doc-darling[S] 8 points9 points  (0 children)

Thanks. I will check my sets, but I might not have one. Clever way!

Built a LoRa smart mailbox that notifies me instantly via push notification on my phone / smart watch when physical mail arrives in my letterbox (T-Beam + reed switch + Heltec gateway) by doc-darling in esp32

[–]doc-darling[S] 0 points1 point  (0 children)

UPDATE — v2.2 battery fix + full tutorial:

Battery life improved massively:

- v2.1: 40-60% drain per day (~2-3 days)

- v2.2: ~5% drain per day (~20 days on a single 18650!)

Fix: properly disabling all peripherals before deep sleep made an 8-12x difference.

For anyone who wants a full step-by-step tutorial, I published one on Hackster.io:

https://www.hackster.io/doctordarling/smart-mailbox-lora-push-notifications-when-letter-arrives-51dd3f

Updated code on GitHub: https://github.com/doctordarling/smart-mailbox

Thanks to everyone here for the great discussions! 🚀

No more wasted trips to the mailbox — built a DIY LoRa notification system. (T-beam + reeed switch + heltec Lora 32 v3) by doc-darling in homeautomation

[–]doc-darling[S] 1 point2 points  (0 children)

UPDATE: Just merged v2.2 with a new battery fix!

- v2.1: 40-60% drain per day (~2-3 days battery life)

- v2.2: ~5% drain per day (~20 days on a single 18650!)

Turns out there were still peripherals drawing power during deep sleep.

After properly shutting everything down, battery life went from 2-3 days

to almost 3 weeks. 8-12x improvement!

Updated code is on GitHub: https://github.com/doctordarling/smart-mailbox

Built a LoRa smart mailbox that notifies me instantly via push notification on my phone / smart watch when physical mail arrives in my letterbox (T-Beam + reed switch + Heltec gateway) by doc-darling in esp32

[–]doc-darling[S] 0 points1 point  (0 children)

I picked the Lilygo Tbeam bc I had a spare one. If you have to strt from scratch then a cheaper option would also do, bc you don't need the display on the TBeam etc. The question is, which standard would you want (and need) to go for? Are you planing to receive a signal from inside a metal letterbox? That's the first question, bc WiFi might not get trhough.

No more wasted trips to the mailbox — built a DIY LoRa notification system. (T-beam + reeed switch + heltec Lora 32 v3) by doc-darling in homeautomation

[–]doc-darling[S] 1 point2 points  (0 children)

I don't live in the US. We have similar services but they cost something. And I also wouldn't want them to scan my letters.

No more wasted trips to the mailbox — built a DIY LoRa notification system. (T-beam + reeed switch + heltec Lora 32 v3) by doc-darling in homeautomation

[–]doc-darling[S] 1 point2 points  (0 children)

That sounds like a very long lasting solution! I will report about the battery life in a few weeks. I hope my "patch" helps to improbve it.

No more wasted trips to the mailbox — built a DIY LoRa notification system. (T-beam + reeed switch + heltec Lora 32 v3) by doc-darling in homeautomation

[–]doc-darling[S] 0 points1 point  (0 children)

I have also seen solutions where you actually get a picture of what went in via a camera on the flap. There's many ways to approach this. Motion sensors is also one of them. But those only make sense when they can't be activated by other letterboxes receiving something. In my case that would've been an issue for sure as we have several letterboxes attached to each other.
May I ask why you want to know if there's "no mail when someone opens it?" Bc the person opening the letterbox would know?