We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a hobo csv has readings already in the database AND readings that are not in the database, extract_hobo.py will not insert the new readings.
The text was updated successfully, but these errors were encountered:
I'm assuming this issue is a reminder that this should be added to the documentation?
Sorry, something went wrong.
Yeah, unless we wanted to try to update extract_hobo.py to deal with cases like that.
TODO:
Fix issue by updating extract_hobo to use if statement to check if reading.datetime > sensor_info.last_updated_datetime before inserting
matthew-schultz
No branches or pull requests
If a hobo csv has readings already in the database AND readings that are not in the database, extract_hobo.py will not insert the new readings.
The text was updated successfully, but these errors were encountered: