-
Notifications
You must be signed in to change notification settings - Fork 17
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
Compatibility with Terkin: Timestamps are not accepted #68
Comments
ThoughtsAfter looking at the code, ac6975f quickly reveals that the routine for parsing the Unix/Epoch time format might only be looking at values of type kotori/kotori/daq/storage/influx.py Lines 211 to 218 in 0247da5
On the other hand, numeric timestamp values seem to be converted to kotori/kotori/daq/storage/influx.py Lines 177 to 180 in 0247da5
We will have to investigate this further on behalf of a software test. |
Hi again, #79 shows that Kotori already accepts fractional epoch timestamps. However, the patch improves this topic a bit more. With kind regards, |
Hi there,
friends of Kotori and Terkin just told us that a
timestamp
field they added with a patch like hiveeyes/terkin-datalogger#111, would not be accepted by Kotori.The corresponding slot of the JSON payload looks like:
With kind regards,
Andreas.
The text was updated successfully, but these errors were encountered: