-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create pigeon clock in sensor #32
Comments
ok... here's the plan! |
Really love the sound of this project with some fantastic insights to be captured here. Just an idea for your release input_boolean, could you use a script and avoid needing to create the input_boolean and automation to go with it? Also, when the script/input_boolean for the release could update an input_datetime for each bird released? One other idea, depending on how much you want to do the calculations in Home Assistant when the RFID triggers for the bird that has returned you could use calculate the time passed since the date released to calculate their flight time and store this in a number field which in turn you could use for average flight time. |
You're thinking along the same lines as me. At the moment, my current test code has an input Boolean for release. The automation is currently setting an input date time to the current time for each bird which has been turned off, and turns the input Boolean off after a short delay (makes it easy to color the button etc on the front end to show the release. The return automation (one each, triggered by return) is updating a return input date time. I've got a little custom component based on one i found in the community forum which is able to write to the database. Sql sensors should be able to pull any of this that I want to see. |
This is starting to come along on my development HA instance. |
Since HA should know the long/lat of the device where the release is triggered from, this could be used to calculate distance. |
For training/fun flying
Try esp32, rdm6300 and RFID rings
The text was updated successfully, but these errors were encountered: