Skip to content
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

Invalidate Presence after one hour without motion updates. Upgrade Toolchain. #141

Merged
merged 13 commits into from
Apr 3, 2024

Conversation

DivineThreepwood
Copy link
Member

📜 Description

Changes proposed in this pull request:

  • Port Presence Detector to kotlin
  • Improve Kotlin code of the InfluxDB App.
  • Make sure the presence detector times out after one hour without any motion updates.
  • upgradle kotlin to 1.9.20
  • upgrade gradle to latest version

🔨 How to Test

  • Let a motion sensor generate an motion event.
  • Disconnect its battery and validate if the motion event times out after one hour.
  • Make sure the influx db app is properly working.

…hour. Some kotline improvements in the PresenceDetector and InfluxDbconnectorApp. Apply some changes to make the code compatible for java 21 including updating the kotlin version.
@DivineThreepwood DivineThreepwood linked an issue Mar 26, 2024 that may be closed by this pull request
@DivineThreepwood DivineThreepwood added wip prebuild docker image Auto build a docker image and deploy it as a review version. labels Mar 26, 2024
@DivineThreepwood DivineThreepwood added ready to review and removed prebuild docker image Auto build a docker image and deploy it as a review version. wip labels Apr 2, 2024
lhuxohl
lhuxohl previously approved these changes Apr 2, 2024
@DivineThreepwood DivineThreepwood added the prebuild docker image Auto build a docker image and deploy it as a review version. label Apr 2, 2024
@DivineThreepwood DivineThreepwood marked this pull request as draft April 2, 2024 21:35
@DivineThreepwood DivineThreepwood marked this pull request as ready for review April 2, 2024 21:35
@DivineThreepwood DivineThreepwood merged commit 5e7ea56 into dev Apr 3, 2024
5 checks passed
@DivineThreepwood DivineThreepwood deleted the feature/140-improve-presence-detector branch April 3, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code approved prebuild docker image Auto build a docker image and deploy it as a review version. tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Presence Detector
2 participants