BLE-sensor to empty mailbox automatically #31
Replies: 3 comments 1 reply
-
Hi, I think it will not work for many people,
|
Beta Was this translation helpful? Give feedback.
-
thanks for your quick reply. yeah I get the point with just passing the mailbox. For sure it adds cost and complexity, sometimes its just the challenge to automatise something even if its not worth the cost or effort, just because you can ;) Its not representative, I showed a couple of friends the mailbox-sensor and 3 out of 4 instantly said that it is nice but they would find it even better when it detects if the mailbox has been emptied. |
Beta Was this translation helpful? Give feedback.
-
how about another reed switch for opening the actual door of the mailbox, that send different message via LoRa and publish empty MQTT status? Seems like easier to implement and reliable :) but that would require probably a new design to figure out which of the two reed switches triggered. |
Beta Was this translation helpful? Give feedback.
-
I am using the Mailbox-sensor and love the fact that I dont walk to the mailbox just to see that it is empty. As of now it is necessary to "confirm" that the mailbox has been emptied by resetting the counter.
Recently I came up with the following idea and would love to hear your feedback on it.
I think of a BLE-tag which is attached to the keychain. The BLE-tag communicates with a BLE-Lora receiver that is placed in the mailbox. Whenever the BLE-tag is in the range of the BLE-Lora receiver, the counter gets automatically resetted and pushes the information to the LORA-gateway via MQTT. Here I found something which could be used as a starting-point https://www.hackster.io/erictsai/lora-tooth-small-ble-sensors-over-wifi-lora-gateways-0aa109 (Part 5#)
steps how it would work
BLE-tag connects with BLE-Lora receiver in mailbox
parcels and/or letters are being taken out of the mailbox
PIR-sensor and/or reed-contacts are not triggering the input.counter
BLE-tag looses connection with BLE-Lora receiver
counter is being reset automatically
what do you think of it?
Beta Was this translation helpful? Give feedback.
All reactions