Andreas Motl
Andreas Motl
Dear @RuiPinto96, may I ask you again about the behavior you have been observing here the other day? Did your password just **contain** numbers or was it solely made of...
Dear Rui, long time no see, I hope you are doing well. I just wanted to express my happiness to see Kotori mentioned so extensively within your MSc paper "Automatic...
In order to downsample a Pandas DataFrame to a **fixed number of rows**, we can either use the [rolling(n)](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rolling.html) sliding window functionality or use the one-dimensional linear interpolation function [interp](https://numpy.org/doc/stable/reference/generated/numpy.interp.html)...
I found some documentation on: - https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/blob/master/docs/source/userguide/metrics.rst - https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/blob/master/vehicle/OVMS.V3/components/vehicle_smarted/docs/metrics.rst Is this the right information how telemetry field names look on the MQTT bus?
Dear @dexterbg, thanks for your quick response with all that details regarding MQTT. > Thanks for connecting the dots :) Let me share some thoughts I had about this. ##...
Dear Michael, > If users currently want to do further analysis, they need to download the telemetry data, load it into a spread sheet and then do the necessary data...
Thanks for the report! It looks like the topic suffix `/data.json` would be missing? We will keep this as a note to eventually improve the error message and/or the documentation.
After adding the `/data.json` suffix, the data acquisition process works flawlessly. ```log 2021-11-20T20:30:45.112023+0100 [kotori.daq.services.mig ] DEBUG : Processing message on topic 'workbench/testdrive/area-42/evb-ea-ind-02/data.json' with payload '{"bme280_temp":17.95,"bme280_humidity":39.52832,"bme280_pressure":938.1571,"time":1637436645}' 2021-11-20T20:30:45.112247+0100 [kotori.daq.services.mig ] DEBUG :...
We are tracking this at - https://community.hiveeyes.org/t/ttn-daten-an-kotori-weiterleiten/1422 and others also asked about related things: - https://www.thethingsnetwork.org/forum/t/labs-store-and-visualize-data-using-influxdb-and-grafana/5297/22
@thiasB added the appropriate implementation to https://github.com/daq-tools/ttnlogger the other day. Thanks! At some point, we will port that into a corresponding decoder implementation for Kotori.